Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
CFBoolean Class Reference
Inheritance diagram for CFBoolean:

Public Member Functions

 toBinary (CFBinaryPropertyList &$bplist)
 convert value to binary representation
 
 toXML (DOMDocument $doc, $nodeName="")
 Get XML-Node.
 

Member Function Documentation

◆ toBinary()

CFBoolean::toBinary ( CFBinaryPropertyList & $bplist)

convert value to binary representation

Parameters
CFBinaryPropertyListThe binary property list object
Return values
Theoffset in the object table

◆ toXML()

CFBoolean::toXML ( DOMDocument $doc,
$nodeName = "" )

Get XML-Node.

Returns <true> if $value is a true, <false> if $value is false.

Parameters
DOMDocument$docDOMDocument to create DOMNode in
string$nodeNameFor compatibility reasons; just ignore it
Return values
DOMNode<true> or <false>-Element

The documentation for this class was generated from the following file: