extends |
Text |
---|
FlatText property.
This object represents certain TEXT values.
Specifically, this property is used for text values where there is only 1 part. Semi-colons and colons will be de-escaped when deserializing, but if any semi-colons or commas appear without a backslash, we will not assume that they are delimiters.
vCard 2.1 specifically has a whole bunch of properties where this may happen, as it only defines a delimiter for a few properties.
vCard 4.0 states something similar. An unescaped semi-colon may be a delimiter, depending on the property.
Methods | ||
---|---|---|
public
|
setQuotedPrintableValue(string $val)
|
# |
Methods inherited from Sabre\VObject\Property\Text |
---|
__construct(), setRawMimeDirValue(), getRawMimeDirValue(), getJsonValue(), getValueType(), serialize(), validate() |
Methods inherited from Sabre\VObject\Property |
---|
setValue(), getValue(), setParts(), getParts(), add(), parameters(), setJsonValue(), jsonSerialize(), setXmlValue(), xmlSerialize(), __toString(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), __clone(), destroy() |
Methods inherited from Sabre\VObject\Node |
---|
getIterator(), setIterator(), count(), |
Constants inherited from Sabre\VObject\Node |
---|
|
Properties | |||
---|---|---|---|
public
|
string
|
$delimiter = ','
|
# |
Properties inherited from Sabre\VObject\Property |
---|
$name, $group, $parameters, |
Properties inherited from Sabre\VObject\Node |
---|
$parent |