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

Parent class for annotation that have a [parameterName => $parameterName] format
Автор: Nate Brunette ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( array $params ) Constructor
getRequestKey ( ) : string Get the annotation key
getVariable ( ) : string Get the variable name with '$'
getVariableName ( ) : string Get the variable name

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

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

Constructor
public __construct ( array $params )
$params array

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

Get the annotation key
public getRequestKey ( ) : string
Результат string

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

Get the variable name with '$'
public getVariable ( ) : string
Результат string

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

Get the variable name
public getVariableName ( ) : string
Результат string