PHP Class phpDocumentor\Reflection\DocBlock\Tag\ParamTag

Author: Mike van Riel ([email protected])
Inheritance: extends ReturnTag
Afficher le fichier Open project: explodybits/hookr-plugin Class Usage Examples

Protected Properties

Свойство Type Description
$variableName string

Méthodes publiques

Méthode Description
getContent ( )
getVariableName ( ) : string Returns the variable's name.
setContent ( $content )
setVariableName ( string $name ) Sets the variable's name.

Method Details

getContent() public méthode

public getContent ( )

getVariableName() public méthode

Returns the variable's name.
public getVariableName ( ) : string
Résultat string

setContent() public méthode

public setContent ( $content )

setVariableName() public méthode

Sets the variable's name.
public setVariableName ( string $name )
$name string The new name for this variable.

Property Details

$variableName protected_oe property

protected string $variableName
Résultat string