A Class for representing properties within an iCalendar
Located in /iCalendar.php (line 57)
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().
Get the value of a parameter
Get/Set name property
Get/Set parameters in their entirety
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 a suitably escaped RFC2445 content string.
Render the set of parameters as key1=value1[;key2=value2[; ...]] with any colons or semicolons escaped.
Set the value of a parameter
Test if our value contains a string
Get/Set the content of the property
Documentation generated on Thu, 15 Apr 2010 20:23:05 +1200 by phpDocumentor 1.3.2