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

Public Member Functions

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

Detailed Description

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.

Id:
class.DefaultOutputStrategy.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 30 of file class.DefaultOutputStrategy.php.

Member Function Documentation

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.

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


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