DefaultOutputStrategy Class Reference

Detailed Description

DefaultOutputStrategy outputs an object's content to the Log category DefaultOutputStrategy.

Classes used must implement the toString() method.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 23 of file DefaultOutputStrategy.php.

+ Inheritance diagram for DefaultOutputStrategy:

Public Member Functions

 __construct ()
 
 writeHeader ()
 
 writeFooter ()
 
 writeObject (PersistentObject $obj)
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Definition at line 30 of file DefaultOutputStrategy.php.

Member Function Documentation

writeHeader ( )
See also
OutputStrategy::writeHeader

Implements OutputStrategy.

Definition at line 39 of file DefaultOutputStrategy.php.

writeFooter ( )
See also
OutputStrategy::writeFooter

Implements OutputStrategy.

Definition at line 48 of file DefaultOutputStrategy.php.

writeObject ( PersistentObject  $obj)
See also
OutputStrategy::writeObject

Implements OutputStrategy.

Definition at line 57 of file DefaultOutputStrategy.php.