iCalPropA Class for representing properties within an iCalendar
Located in /iCalendar.php (line 56)
Constructor iCalProp (line 99)
The constructor parses the incoming string, which is formatted as per RFC2445 as a propname[;param1=pval1[; ... ]]:propvalue however we allow ourselves to assume that the RFC2445 content unescaping has already happened when iCalComponent::ParseFrom() called iCalComponent::UnwrapComponent().
GetParameterValue (line 209)
Get the value of a parameter
Name (line 147)
Get/Set name property
Parameters (line 180)
Get/Set parameters in their entirety
ParseFrom (line 118)
The constructor parses the incoming string, which is formatted as per RFC2445 as a propname[;param1=pval1[; ... ]]:propvalue however we allow ourselves to assume that the RFC2445 content unescaping has already happened when iCalComponent::ParseFrom() called iCalComponent::UnwrapComponent().
Render (line 242)
Render a suitably escaped RFC2445 content string.
RenderParameters (line 229)
Render the set of parameters as key1=value1[;key2=value2[; ...]] with any colons or semicolons escaped.
SetParameterValue (line 220)
Set the value of a parameter
TextMatch (line 196)
Test if our value contains a string
Value (line 164)
Get/Set the content of the property
Documentation generated on Tue, 06 Oct 2009 09:31:47 -0700 by phpDocumentor 1.3.2