PHP 클래스 Tebru\Retrofit\Annotation\Part
This annotation defines a method parameter that will be added as a part of
the request. If the variable name differs from the desired part name, you
may specify a different variable name using the
var= parameter on this
annotation.
You can define multiple of these annotations for multiple variable parts.
파일 보기
프로젝트 열기: tebru/retrofit-php
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
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 |
|
메소드 상세
Whether or not multiple annotations of this type can
be added to a method
The name of the annotation or class of annotations