PHP 클래스 paramTag

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

공개 프로퍼티들

프로퍼티 타입 설명
$_var str The variable name of the parameter

공개 메소드들

메소드 설명
displayEmpty ( ) : boolean Return true if this Taglet should be outputted even if it has no text content.
displayName ( ) : str Get display name of this tag.
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.
paramTag ( $text, &$data, &$root ) Constructor

메소드 상세

displayEmpty() 공개 메소드

Return true if this Taglet should be outputted even if it has no text content.
public displayEmpty ( ) : boolean
리턴 boolean

displayName() 공개 메소드

Get display name of this tag.
public displayName ( ) : str
리턴 str

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

paramTag() 공개 메소드

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

프로퍼티 상세

$_var 공개적으로 프로퍼티

The variable name of the parameter
public str $_var
리턴 str