![]() |
![]() |

Public Member Functions | |
| writeHeader () | |
| writeFooter () | |
| writeObject (&$obj) | |
wCMF - wemove Content Management Framework Copyright (C) 2005-2009 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.OutputStrategy.php.
| writeHeader | ( | ) |
Write the document header. Subclasses of OutputStrategy override this method to implement the specialized format.
Implemented in ArrayOutputStrategy, DefaultOutputStrategy, DotOutputStrategy, ElementImageOutputStrategy, ImageOutputStrategy, LogOutputStrategy, TreeViewOutputStrategy, and XMLOutputStrategy.
Definition at line 39 of file class.OutputStrategy.php.
References WCMFException::throwEx().

| writeFooter | ( | ) |
Write the document footer. Subclasses of OutputStrategy override this method to implement the specialized format.
Implemented in ArrayOutputStrategy, DefaultOutputStrategy, DotOutputStrategy, ImageOutputStrategy, LogOutputStrategy, TreeViewOutputStrategy, and XMLOutputStrategy.
Definition at line 48 of file class.OutputStrategy.php.
References WCMFException::throwEx().

| writeObject | ( | &$ | obj | ) |
Write the object's content.
| obj | The object to write. Subclasses of OutputStrategy override this method to implement the specialized format. |
Implemented in ArrayOutputStrategy, DefaultOutputStrategy, DotOutputStrategy, ElementImageOutputStrategy, ImageOutputStrategy, LogOutputStrategy, TreeViewOutputStrategy, and XMLOutputStrategy.
Definition at line 58 of file class.OutputStrategy.php.
References WCMFException::throwEx().

|
This page generated via doxygen 1.5.8 Mon Mar 30 01:58:45 2009. Copyright © 2009 wemove digital solutions GmbH. |
|