34 $val = strtoupper($val) ===
'TRUE' ? true :
false;
46 return $this->value ?
'TRUE' :
'FALSE';
80 parent::setXmlValue($value);
setValue($value)
Updates the current value.
setRawMimeDirValue($val)
Sets a raw value coming from a mimedir (iCalendar/vCard) file.
getValueType()
Returns the type of value.
getRawMimeDirValue()
Returns a raw mime-dir representation of the value.
setXmlValue(array $value)
Hydrate data from a XML subtree, as it would appear in a xCard or xCal object.