Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
Public Member Functions | |
__construct ($value=null) | |
Create new CFType. | |
getValue () | |
Get the CFType's value. | |
setValue ($value) | |
Set the CFType's value. | |
toArray () | |
Get CFType's value. | |
toBinary (CFBinaryPropertyList &$bplist) | |
convert value to binary representation | |
toXML (DOMDocument $doc, $nodeName="") | |
Get XML-Node. | |
Protected Attributes | |
array | $value = null |
CFType nodes. | |
CFType::__construct | ( | $value = null | ) |
Create new CFType.
mixed | $value | Value of CFType |
Reimplemented in CFArray, and CFDictionary.
CFType::getValue | ( | ) |
CFType::setValue | ( | $value | ) |
CFType::toArray | ( | ) |
Get CFType's value.
mixed | primitive value @uses $value for retrieving primitive of CFType |
Reimplemented in CFArray, and CFDictionary.
|
abstract |
convert value to binary representation
CFBinaryPropertyList | The binary property list object |
The | offset in the object table |
Reimplemented in CFArray, CFBoolean, CFData, CFDate, CFDictionary, CFNumber, CFString, and CFUid.
CFType::toXML | ( | DOMDocument | $doc, |
$nodeName = "" ) |