메소드 |
설명 |
|
__construct ( Tebru\Dynamo\Collection\AnnotationCollection $annotations, Tebru\Dynamo\Model\MethodModel $methodModel ) |
Constructor |
|
getBaseUrl ( ) : null | string |
Get base url |
|
getBody ( ) : null | string |
Get body variable |
|
getBodyParts ( ) : array | null |
Get body parts |
|
getCallback ( ) : null | string |
Get the callback parameter variable |
|
getDeserializationContext ( ) : array | null |
Get JMS Deserialization context |
|
getHeaders ( ) : array | null |
Get header variables |
|
getMultipartBoundary ( ) : string |
Get the multipart boundary |
|
getQueries ( ) : null | array |
Get request queries |
|
getQueryMap ( ) : null | string |
Get query map |
|
getRequestMethod ( ) : string |
Get request method |
|
getRequestUri ( ) : string |
Get request uri |
|
getResponseType ( ) : null | string |
Get the return type for a response return |
|
getReturnType ( ) : null | string |
Get the expected return |
|
getSerializationContext ( ) : array | null |
Get JMS Serialization context |
|
getStaticHeaders ( ) : null | array |
Get headers defined by "@Headers" |
|
hasBody ( ) : boolean |
If there is a request body |
|
hasBodyAnnotation ( ) : boolean |
If there is a body annotation |
|
isBodyArray ( ) : boolean |
If the body parameter is an array |
|
isBodyJsonSerializable ( ) : boolean |
If the body parameter implements \JsonSerializable |
|
isBodyObject ( ) : boolean |
If the body parameter is an object |
|
isBodyOptional ( ) : boolean |
If the body parameter is optional |
|
isCallbackOptional ( ) : boolean |
Returns if the callback is optional |
|
isFormUrlEncoded ( ) : boolean |
If the request is form encoded |
|
isJsonEncoded ( ) : boolean |
If the request is json encoded |
|
isMultipart ( ) : boolean |
If the request is multipart encoded |
|