DotOutputStrategy Class Reference
Detailed Description
DotOutputStrategy outputs an object's content in a dot file.
- Note
- file locking works not on NFS!
Definition at line 23 of file DotOutputStrategy.php.
Inheritance diagram for DotOutputStrategy:Public Member Functions | |
| __construct ($file, $nodeStyle='', $edgeStyle='') | |
| writeHeader () | |
| writeFooter () | |
| writeObject (PersistentObject $obj) | |
Constructor & Destructor Documentation
| __construct | ( | $file, | |
$nodeStyle = '', |
|||
$edgeStyle = '' |
|||
| ) |
Constructor.
- Parameters
-
$file The output file name. $nodeStyle Style definition to use for nodes (see dot documentation). $edgeStyle Style definition to use for edges (see dot documentation).
Definition at line 46 of file DotOutputStrategy.php.
Member Function Documentation
| writeHeader | ( | ) |
- See also
- OutputStrategy::writeHeader
Implements OutputStrategy.
Definition at line 70 of file DotOutputStrategy.php.
| writeFooter | ( | ) |
- See also
- OutputStrategy::writeFooter
Implements OutputStrategy.
Definition at line 98 of file DotOutputStrategy.php.
| writeObject | ( | PersistentObject | $obj | ) |
- See also
- OutputStrategy::writeObject
Implements OutputStrategy.
Definition at line 109 of file DotOutputStrategy.php.