PHP Class TheSeer\phpDox\Collector\MethodObject

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

Méthodes publiques

Méthode Description
__construct ( AbstractUnitObject $unit, TheSeer\fDOM\fDOMElement $ctx )
addInlineComment ( TheSeer\phpDox\Collector\InlineComment $InlineComment )
addParameter ( string $name ) : ParameterObject
export ( )
getName ( )
getOwner ( )
hasInheritDoc ( )
inhertDocBlock ( MethodObject $method )
setAbstract ( boolean $isAbstract )
setDocBlock ( DocBlock $docblock )
setEndLine ( integer $endLine )
setFinal ( boolean $isFinal )
setName ( string $name )
setStartLine ( integer $startLine )
setStatic ( boolean $isStatic )
setVisibility ( string $visibility )

Private Methods

Méthode Description
getInlineContainer ( ) : TheSeer\fDOM\fDOMElement

Method Details

__construct() public méthode

public __construct ( AbstractUnitObject $unit, TheSeer\fDOM\fDOMElement $ctx )
$unit AbstractUnitObject
$ctx TheSeer\fDOM\fDOMElement

addInlineComment() public méthode

public addInlineComment ( TheSeer\phpDox\Collector\InlineComment $InlineComment )
$InlineComment TheSeer\phpDox\Collector\InlineComment

addParameter() public méthode

public addParameter ( string $name ) : ParameterObject
$name string
Résultat ParameterObject

export() public méthode

public export ( )

getName() public méthode

public getName ( )

getOwner() public méthode

public getOwner ( )

hasInheritDoc() public méthode

public hasInheritDoc ( )

inhertDocBlock() public méthode

public inhertDocBlock ( MethodObject $method )
$method MethodObject

setAbstract() public méthode

public setAbstract ( boolean $isAbstract )
$isAbstract boolean

setDocBlock() public méthode

public setDocBlock ( DocBlock $docblock )
$docblock TheSeer\phpDox\DocBlock\DocBlock

setEndLine() public méthode

public setEndLine ( integer $endLine )
$endLine integer

setFinal() public méthode

public setFinal ( boolean $isFinal )
$isFinal boolean

setName() public méthode

public setName ( string $name )
$name string

setStartLine() public méthode

public setStartLine ( integer $startLine )
$startLine integer

setStatic() public méthode

public setStatic ( boolean $isStatic )
$isStatic boolean

setVisibility() public méthode

public setVisibility ( string $visibility )
$visibility string