| 
    wCMF
    3.6
    
   | 
 
 Inheritance diagram for DefaultOutputStrategy:Public Member Functions | |
| writeHeader () | |
| writeFooter () | |
| writeObject (&$obj) | |
This OutputStrategy outputs an object's content to the Log category DefaultOutputStrategy. Classes used must implement the toString() method.
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 30 of file class.DefaultOutputStrategy.php.
| DefaultOutputStrategy::writeHeader | ( | ) | 
Write the document header.
Implements OutputStrategy.
Definition at line 35 of file class.DefaultOutputStrategy.php.
References Log\info().
 Here is the call graph for this function:| DefaultOutputStrategy::writeFooter | ( | ) | 
Write the document footer.
Implements OutputStrategy.
Definition at line 42 of file class.DefaultOutputStrategy.php.
References Log\info().
 Here is the call graph for this function:| DefaultOutputStrategy::writeObject | ( | & | $obj | ) | 
Write the object's content.
| obj | The object to write. | 
Implements OutputStrategy.
Definition at line 50 of file class.DefaultOutputStrategy.php.
References Log\info().
 Here is the call graph for this function: