wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
LogOutputStrategy Class Reference
+ Inheritance diagram for LogOutputStrategy:

Public Member Functions

 writeHeader ()
 
 writeFooter ()
 
 writeObject (&$obj)
 

Detailed Description

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.

Id:
class.LogOutputStrategy.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 32 of file class.LogOutputStrategy.php.

Member Function Documentation

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.

Parameters
objThe 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.

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: