PHP Class linkTag

Inheritance: extends LinkPlainTag
Afficher le fichier Open project: peej/phpdoctor Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

inConstructor() public méthode

Return true if this Taglet is used in constructor documentation.
public inConstructor ( ) : boolean
Résultat boolean

inField() public méthode

Return true if this Taglet is used in field documentation.
public inField ( ) : boolean
Résultat boolean

inMethod() public méthode

Return true if this Taglet is used in method documentation.
public inMethod ( ) : boolean
Résultat boolean

inOverview() public méthode

Return true if this Taglet is used in overview documentation.
public inOverview ( ) : boolean
Résultat boolean

inPackage() public méthode

Return true if this Taglet is used in package documentation.
public inPackage ( ) : boolean
Résultat boolean

inType() public méthode

Return true if this Taglet is used in class or interface documentation.
public inType ( ) : boolean
Résultat boolean

isInlineTag() public méthode

Return true if this Taglet is an inline tag.
public isInlineTag ( ) : boolean
Résultat boolean

linkTag() public méthode

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

text() public méthode

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