Class CFBoolean

Description

Boolean Type of CFPropertyList

Located in /CFType.php (line 248)

CFType
   |
   --CFBoolean
Method Summary
The toBinary (CFBinaryPropertyList &$bplist)
DOMNode toXML ( $doc, [string $nodeName = ""])
Variables

Inherited Variables

Inherited from CFType

CFType::$value
Methods
toBinary (line 265)

convert value to binary representation

  • return: offset in the object table
  • access: public
The toBinary (CFBinaryPropertyList &$bplist)

Redefinition of:
CFType::toBinary()
convert value to binary representation
toXML (line 256)

Get XML-Node.

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

  • return: <true> or <false>-Element
  • access: public
DOMNode toXML ( $doc, [string $nodeName = ""])
  • DOMDocument $doc: DOMDocument to create DOMNode in
  • string $nodeName: For compatibility reasons; just ignore it

Redefinition of:
CFType::toXML()
Get XML-Node.

Inherited Methods

Inherited From CFType

CFType::__construct()
CFType::getValue()
CFType::setValue()
CFType::toArray()
CFType::toBinary()
CFType::toXML()

Documentation generated on Fri, 01 Jan 2010 21:33:34 +0100 by phpDocumentor 1.4.1