Inherited Variables
Inherited Constants
Inherited Methods
Class Details
a standard entity like ”
This class is designed to represent all DocBook entities.
Tags:
- tutorial - phpDocumentor Tutorials
- author - Gregory Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2002-2008 Gregory Beaver
- link - http://pear.php.net/PhpDocumentor
- link - http://www.phpdoc.org
- todo - CS cleanup - change package to PhpDocumentor
- todo - CS cleanup - change classname to PhpDocumentor_*
- since - 1.2
- license - LGPL
[ Top ]
Class Variables
Class Methods
parserEntity
parserEntity parserEntity(
string
$name)
[line 486]
sets up the entity
Parameters:
- string $name - entity name
[ Top ]
Convert
string Convert(
Converter
&$c, [bool
$postprocess = true])
[line 501]
calls the output conversion
Tags:
- todo - CS cleanup - rename to convert for camelCase rule
- uses - Converter::TranslateEntity() - convert contents to text
Parameters:
- Converter &$c - the output converter
- bool $postprocess - if postprocessing is needed
[ Top ]