extends |
Property |
---|
BINARY property.
This object represents BINARY values.
Binary values are most commonly used by the iCalendar ATTACH property, and the vCard PHOTO property.
This property will transparently encode and decode to base64.
Methods | ||
---|---|---|
public
|
setValue(string|array $value)
|
# |
public
|
setRawMimeDirValue(string $val)
|
# |
public
|
getRawMimeDirValue(): string
|
# |
public
|
getValueType(): string
|
# |
public
|
getJsonValue(): array
|
# |
public
|
setJsonValue(array $value)
|
# |
Methods inherited from Sabre\VObject\Property |
---|
__construct(), getValue(), setParts(), getParts(), add(), parameters(), serialize(), jsonSerialize(), setXmlValue(), xmlSerialize(), __toString(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), __clone(), validate(), 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 |