Method | Description | |
---|---|---|
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. |
public inConstructor ( ) : boolean | ||
return | boolean |
public inOverview ( ) : boolean | ||
return | boolean |
public isInlineTag ( ) : boolean | ||
return | boolean |
public text ( $formatter ) : str | ||
return | str |