PHP Class TheSeer\phpDox\DocBlock\GenericElement

Afficher le fichier Open project: theseer/phpdox Class Usage Examples

Protected Properties

Свойство Type Description
$attributes
$body
$factory
$name

Méthodes publiques

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

Method Details

__call() public méthode

public __call ( $method, $value )

__construct() public méthode

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

asDom() public méthode

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

getAnnotationName() public méthode

public getAnnotationName ( )

getBody() public méthode

public getBody ( )

setBody() public méthode

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