PHP 클래스 TheSeer\phpDox\Collector\MethodObject

파일 보기 프로젝트 열기: theseer/phpdox 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
getInlineContainer ( ) : TheSeer\fDOM\fDOMElement

메소드 상세

__construct() 공개 메소드

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

addInlineComment() 공개 메소드

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

addParameter() 공개 메소드

public addParameter ( string $name ) : ParameterObject
$name string
리턴 ParameterObject

export() 공개 메소드

public export ( )

getName() 공개 메소드

public getName ( )

getOwner() 공개 메소드

public getOwner ( )

hasInheritDoc() 공개 메소드

public hasInheritDoc ( )

inhertDocBlock() 공개 메소드

public inhertDocBlock ( MethodObject $method )
$method MethodObject

setAbstract() 공개 메소드

public setAbstract ( boolean $isAbstract )
$isAbstract boolean

setDocBlock() 공개 메소드

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

setEndLine() 공개 메소드

public setEndLine ( integer $endLine )
$endLine integer

setFinal() 공개 메소드

public setFinal ( boolean $isFinal )
$isFinal boolean

setName() 공개 메소드

public setName ( string $name )
$name string

setStartLine() 공개 메소드

public setStartLine ( integer $startLine )
$startLine integer

setStatic() 공개 메소드

public setStatic ( boolean $isStatic )
$isStatic boolean

setVisibility() 공개 메소드

public setVisibility ( string $visibility )
$visibility string