wCMF
3.6
|
Public Member Functions | |
writeHeader () | |
writeFooter () | |
writeObject (&$obj) | |
This OutputStrategy outputs an object's content to the logger category LogOutputStrategy, loglevel info Used classes 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 32 of file class.LogOutputStrategy.php.
LogOutputStrategy::writeHeader | ( | ) |
Write the document header.
Implements OutputStrategy.
Definition at line 37 of file class.LogOutputStrategy.php.
LogOutputStrategy::writeFooter | ( | ) |
Write the document footer.
Implements OutputStrategy.
Definition at line 44 of file class.LogOutputStrategy.php.
LogOutputStrategy::writeObject | ( | & | $obj | ) |
Write the objects content.
obj | The object to write. |
Implements OutputStrategy.
Definition at line 52 of file class.LogOutputStrategy.php.
References BUILDDEPTH_SINGLE, PersistenceFacade\getInstance(), RightsManager\getInstance(), Log\info(), STATE_DIRTY, and STATE_NEW.