PHP Class phpDocumentor\Reflection\DocBlock\Tag\ParamTag

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

Protected Properties

Property Type Description
$variableName string

Public Methods

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

Method Details

getContent() public method

public getContent ( )

getVariableName() public method

Returns the variable's name.
public getVariableName ( ) : string
return string

setContent() public method

public setContent ( $content )

setVariableName() public method

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
return string