PHP 클래스 Tebru\Retrofit\Annotation\VariableMapper

Parent class for annotation that have a [parameterName => $parameterName] format
저자: Nate Brunette ([email protected])
파일 보기 프로젝트 열기: tebru/retrofit-php 1 사용 예제들

공개 메소드들

메소드 설명
__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