vPropertyA Class for representing properties within a vComponent (VCALENDAR or VCARD)
Located in /vComponent.php (line 23)
string
$content
(line 47)
The value of this property.
string
$name
(line 33)
The name of this property
array
$parameters
(line 40)
An array of parameters to this property, represented as key/value pairs.
string
$rendered
(line 54)
The original value that this was parsed from, if that's the way it happened.
Constructor __construct (line 66)
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().
GetParameterValue (line 200)
Get the value of a parameter
Name (line 135)
Get/Set name property
Parameters (line 168)
Get/Set parameters in their entirety
ParseFrom (line 85)
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 (line 235)
Render a suitably escaped RFC2445 content string.
RenderParameters (line 222)
Render the set of parameters as key1=value1[;key2=value2[; ...]] with any colons or semicolons escaped.
SetParameterValue (line 213)
Set the value of a parameter
TestFilter (line 288)
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*))
TestParamFilter (line 332)
TextMatch (line 187)
Test if our value contains a string
Value (line 152)
Get/Set the content of the property
__toString (line 274)
Documentation generated on Tue, 13 Sep 2011 13:14:51 +1200 by phpDocumentor 1.4.3