DefaultOutputStrategy Class Reference
Detailed Description
DefaultOutputStrategy outputs an object's content to the Log category DefaultOutputStrategy.
Classes used must implement the toString() method.
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()
__construct | ( | ) |
Constructor.
Definition at line 30 of file DefaultOutputStrategy.php.
Member Function Documentation
◆ writeHeader()
writeHeader | ( | ) |
- See also
- OutputStrategy::writeHeader
Implements OutputStrategy.
Definition at line 39 of file DefaultOutputStrategy.php.
◆ writeFooter()
writeFooter | ( | ) |
- See also
- OutputStrategy::writeFooter
Implements OutputStrategy.
Definition at line 48 of file DefaultOutputStrategy.php.
◆ writeObject()
writeObject | ( | PersistentObject | $obj | ) |
- See also
- OutputStrategy::writeObject
Implements OutputStrategy.
Definition at line 57 of file DefaultOutputStrategy.php.