PHP Class TheSeer\phpDox\DocBlock\GenericElement

Mostrar archivo Open project: theseer/phpdox Class Usage Examples

Protected Properties

Property Type Description
$attributes
$body
$factory
$name

Public Methods

Method Description
__call ( $method, $value )
__construct ( Factory $factory, $name )
asDom ( TheSeer\fDOM\fDOMDocument $ctx )
getAnnotationName ( )
getBody ( )
setBody ( $body )

Method Details

__call() public method

public __call ( $method, $value )

__construct() public method

public __construct ( Factory $factory, $name )
$factory Factory

asDom() public method

public asDom ( TheSeer\fDOM\fDOMDocument $ctx )
$ctx TheSeer\fDOM\fDOMDocument

getAnnotationName() public method

public getAnnotationName ( )

getBody() public method

public getBody ( )

setBody() public method

public setBody ( $body )

Property Details

$attributes protected_oe property

protected $attributes

$body protected_oe property

protected $body

$factory protected_oe property

protected $factory

$name protected_oe property

protected $name