Array Type of CFPropertyList.
More...
|
array | $iteratorKeys = null |
| List of Keys for numerical iterator access
|
|
integer | $iteratorPosition = 0 |
| Position of iterator
|
|
array | $value = null |
| CFType nodes.
|
|
Array Type of CFPropertyList.
◆ __construct()
CFDictionary::__construct |
( |
| $value = array() | ) |
|
◆ __get()
CFDictionary::__get |
( |
| $key | ) |
|
◆ add()
CFDictionary::add |
( |
| $key, |
|
|
CFType | $value = null ) |
Add CFType to collection.
- Parameters
-
string | $key | Key to add to collection |
CFType | $value | CFType to add to collection, defaults to null which results in an empty CFString |
- Return values
-
void | @uses $value for adding $key $value pair |
◆ current()
CFDictionary::current |
( |
| ) |
|
◆ del()
CFDictionary::del |
( |
| $key | ) |
|
Remove CFType from collection.
- Parameters
-
string | $key | Key of CFType to removes from collection |
- Return values
-
◆ get()
CFDictionary::get |
( |
| $key | ) |
|
Get CFType from collection.
- Parameters
-
string | $key | Key of CFType to retrieve from collection |
- Return values
-
◆ getValue()
Get the CFType's value.
- Return values
-
Reimplemented in CFData.
◆ key()
◆ next()
◆ rewind()
◆ setValue()
CFDictionary::setValue |
( |
| $value | ) |
|
Set the CFType's value Note: this dummy does nothing.
- Return values
-
Reimplemented from CFType.
◆ toArray()
CFDictionary::toArray |
( |
| ) |
|
Get CFType's value.
- Return values
-
array | primitive value @uses $value for retrieving primitive of CFType |
Reimplemented from CFType.
◆ toBinary()
convert value to binary representation
- Parameters
-
- Return values
-
The | offset in the object table |
Reimplemented from CFType.
◆ toXML()
CFDictionary::toXML |
( |
DOMDocument | $doc, |
|
|
| $nodeName = "" ) |
Get XML-Node.
- Parameters
-
DOMDocument | $doc | DOMDocument to create DOMNode in |
string | $nodeName | For compatibility reasons; just ignore it |
- Return values
-
Reimplemented from CFType.
◆ valid()
The documentation for this class was generated from the following file:
- lib/plist/classes/CFPropertyList/CFDictionary.php