PHP 클래스 inheritDocTag

상속: extends Tag
파일 보기 프로젝트 열기: peej/phpdoctor

공개 메소드들

메소드 설명
inConstructor ( ) : boolean Return true if this Taglet is used in constructor documentation.
inField ( ) : boolean Return true if this Taglet is used in field documentation.
inMethod ( ) : boolean Return true if this Taglet is used in method documentation.
inOverview ( ) : boolean Return true if this Taglet is used in overview documentation.
inPackage ( ) : boolean Return true if this Taglet is used in package documentation.
inType ( ) : boolean Return true if this Taglet is used in class or interface documentation.
inheritDocTag ( $text, &$data, &$root ) Constructor
isInlineTag ( ) : boolean Return true if this Taglet is an inline tag.
text ( $formatter ) : str Get text from super element

메소드 상세

inConstructor() 공개 메소드

Return true if this Taglet is used in constructor documentation.
public inConstructor ( ) : boolean
리턴 boolean

inField() 공개 메소드

Return true if this Taglet is used in field documentation.
public inField ( ) : boolean
리턴 boolean

inMethod() 공개 메소드

Return true if this Taglet is used in method documentation.
public inMethod ( ) : boolean
리턴 boolean

inOverview() 공개 메소드

Return true if this Taglet is used in overview documentation.
public inOverview ( ) : boolean
리턴 boolean

inPackage() 공개 메소드

Return true if this Taglet is used in package documentation.
public inPackage ( ) : boolean
리턴 boolean

inType() 공개 메소드

Return true if this Taglet is used in class or interface documentation.
public inType ( ) : boolean
리턴 boolean

inheritDocTag() 공개 메소드

Constructor
public inheritDocTag ( $text, &$data, &$root )

isInlineTag() 공개 메소드

Return true if this Taglet is an inline tag.
public isInlineTag ( ) : boolean
리턴 boolean

text() 공개 메소드

Get text from super element
public text ( $formatter ) : str
리턴 str