Class Sabre\VObject\Property\FlatText

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
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
REPAIR, PROFILE_CARDDAV, PROFILE_CALDAV
Properties
Properties inherited from Sabre\VObject\Property
$name, $group, $parameters,
Properties inherited from Sabre\VObject\Node
$parent