PHP Class phpDocumentor\Reflection\DocBlock\Tag\ReturnTag

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

Protected Properties

Свойство Type Description
$type The raw type component.
$types The parsed type component.

Méthodes publiques

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

Méthodes protégées

Méthode Description
getTypesCollection ( ) : void Returns the type collection.

Method Details

getCotnent() public méthode

public getCotnent ( )

getType() public méthode

Returns the type section of the variable.
public getType ( ) : string
Résultat string

getTypes() public méthode

Returns the unique types of the variable.
public getTypes ( ) : string[]
Résultat string[]

getTypesCollection() protected méthode

Returns the type collection.
protected getTypesCollection ( ) : void
Résultat void

setContent() public méthode

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