PHP Класс phpDocumentor\Reflection\DocBlock\Tag\ReturnTag

Автор: Mike van Riel ([email protected])
Наследование: extends phpDocumentor\Reflection\DocBlock\Tag
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$type The raw type component.
$types The parsed type component.

Открытые методы

Метод Описание
getCotnent ( )
getType ( ) : string Returns the type section of the variable.
getTypes ( ) : string[] Returns the unique types of the variable.
setContent ( $content )

Защищенные методы

Метод Описание
getTypesCollection ( ) : void Returns the type collection.

Описание методов

getCotnent() публичный метод

public getCotnent ( )

getType() публичный метод

Returns the type section of the variable.
public getType ( ) : string
Результат string

getTypes() публичный метод

Returns the unique types of the variable.
public getTypes ( ) : string[]
Результат string[]

getTypesCollection() защищенный метод

Returns the type collection.
protected getTypesCollection ( ) : void
Результат void

setContent() публичный метод

public setContent ( $content )

Описание свойств

$type защищенное свойство

The raw type component.
protected $type

$types защищенное свойство

The parsed type component.
protected $types