PHP 클래스 linkPlainTag

상속: extends SeeTag
파일 보기 프로젝트 열기: 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.
isInlineTag ( ) : boolean Return true if this Taglet is an inline tag.
linkPlainTag ( $text, &$data, &$root ) Constructor

메소드 상세

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

linkPlainTag() 공개 메소드

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