OutputStrategy.php
  OutputStrategy defines the interface for classes that write an object's content to a destination (cal...
Definition: OutputStrategy.php:22
writeObject(PersistentObject $obj)
Write the object's content. 
PersistentObject defines the interface of all persistent objects. 
Definition: PersistentObject.php:24