PHP Class phpDocumentor\Reflection\DocBlock\Tag\ReturnTag

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

Protected Properties

Property Type Description
$type The raw type component.
$types The parsed type component.

Public Methods

Method Description
getCotnent ( )
getType ( ) : string Returns the type section of the variable.
getTypes ( ) : string[] Returns the unique types of the variable.
setContent ( $content )

Protected Methods

Method Description
getTypesCollection ( ) : void Returns the type collection.

Method Details

getCotnent() public method

public getCotnent ( )

getType() public method

Returns the type section of the variable.
public getType ( ) : string
return string

getTypes() public method

Returns the unique types of the variable.
public getTypes ( ) : string[]
return string[]

getTypesCollection() protected method

Returns the type collection.
protected getTypesCollection ( ) : void
return void

setContent() public method

public setContent ( $content )

Property Details

$type protected_oe property

The raw type component.
protected $type

$types protected_oe property

The parsed type component.
protected $types