PHP Класс Tebru\Retrofit\Annotation\Returns

The default is array. Other acceptable values are raw or any type specified in the Serializer documentation. A raw return will return the API response as a string.
Автор: Nate Brunette ([email protected])
Наследование: implements Tebru\Dynamo\Annotation\DynamoAnnotation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( array $params ) Constructor
allowMultiple ( ) : boolean Whether or not multiple annotations of this type can be added to a method
getName ( ) : string The name of the annotation or class of annotations
getReturn ( ) : string

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

__construct() публичный Метод

Constructor
public __construct ( array $params )
$params array

allowMultiple() публичный Метод

Whether or not multiple annotations of this type can be added to a method
public allowMultiple ( ) : boolean
Результат boolean

getName() публичный Метод

The name of the annotation or class of annotations
public getName ( ) : string
Результат string

getReturn() публичный Метод

public getReturn ( ) : string
Результат string