A Class for representing properties within a vComponent (VCALENDAR or VCARD)
Located in /vComponent.php (line 23)
The value of this property.
The name of this property
An array of parameters to this property, represented as key/value pairs.
The original value that this was parsed from, if that's the way it happened.
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 vComponent::ParseFrom() called vComponent::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 vComponent::ParseFrom() called vComponent::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 a PROP-FILTER or PARAM-FILTER and return a true/false PROP-FILTER (is-defined | is-not-defined | ((time-range | text-match)?, param-filter*)) PARAM-FILTER (is-defined | is-not-defined | ((time-range | text-match)?, param-filter*))
Test if our value contains a string
Get/Set the content of the property
Documentation generated on Fri, 13 Jan 2012 23:40:19 +1300 by phpDocumentor 1.4.3