wCMF
3.6
|
Public Member Functions | |
ArrayOutputStrategy ($writeValueProperties=false) | |
writeHeader () | |
writeFooter () | |
writeObject (&$obj) | |
writeValue ($value) | |
Public Attributes | |
$_writeValueProperties = false | |
This OutputStrategy outputs an object's content into an array.
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
Definition at line 27 of file class.ArrayOutputStrategy.php.
ArrayOutputStrategy::ArrayOutputStrategy | ( | $writeValueProperties = false | ) |
Constructor
writeValueProperties | True/False wether to write value properties or not [default: false] |
Definition at line 35 of file class.ArrayOutputStrategy.php.
ArrayOutputStrategy::writeHeader | ( | ) |
Write the document header.
Implements OutputStrategy.
Definition at line 42 of file class.ArrayOutputStrategy.php.
ArrayOutputStrategy::writeFooter | ( | ) |
Write the document footer.
Implements OutputStrategy.
Definition at line 49 of file class.ArrayOutputStrategy.php.
ArrayOutputStrategy::writeObject | ( | & | $obj | ) |
Write the objects content.
obj | The object to write. |
Implements OutputStrategy.
Definition at line 57 of file class.ArrayOutputStrategy.php.
References writeValue().
Referenced by writeValue().
ArrayOutputStrategy::writeValue | ( | $value | ) |
Write the objects content.
value | The value to write. |
Definition at line 89 of file class.ArrayOutputStrategy.php.
References writeObject().
Referenced by writeObject().
ArrayOutputStrategy::$_writeValueProperties = false |
Definition at line 29 of file class.ArrayOutputStrategy.php.