PHP 클래스 linkTag

상속: extends LinkPlainTag
파일 보기 프로젝트 열기: peej/phpdoctor 1 사용 예제들

공개 메소드들

메소드 설명
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.
isInlineTag ( ) : boolean Return true if this Taglet is an inline tag.
linkTag ( $text, &$data, &$root ) Constructor
text ( $formatter ) : str Get the value of the tag as raw data, without any text processing applied.

메소드 상세

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

isInlineTag() 공개 메소드

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

linkTag() 공개 메소드

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

text() 공개 메소드

Get the value of the tag as raw data, without any text processing applied.
public text ( $formatter ) : str
리턴 str