Свойство | Тип | Описание | |
---|---|---|---|
$_link | str | The link. |
Метод | Описание | |
---|---|---|
_linkText ( $link, $doclet ) | Generate the text to go into the seeTag link | |
_resolveLink ( ) : ProgramElementDoc | Turn the objects link text into a link to the element it refers to. | |
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. | |
seeTag ( $text, &$data, &$root ) | Constructor | |
text ( $doclet ) : str | Get value of this tag. |
public _linkText ( $link, $doclet ) |
public _resolveLink ( ) : ProgramElementDoc | ||
Результат | ProgramElementDoc |
public displayName ( ) : str | ||
Результат | str |
public inConstructor ( ) : boolean | ||
Результат | boolean |
public inOverview ( ) : boolean | ||
Результат | boolean |
public isInlineTag ( ) : boolean | ||
Результат | boolean |