Méthode | Description | |
---|---|---|
__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 |
Méthode | Description | |
---|---|---|
getBodyAnnotation ( ) | * Get the body annotation | |
getCallbackParameter ( ) : null | Tebru\Dynamo\Model\ParameterModel | Get the callback method parameter | |
getRequestAnnotation ( ) : |
Get the request annotation |
public __construct ( Tebru\Dynamo\Collection\AnnotationCollection $annotations, Tebru\Dynamo\Model\MethodModel $methodModel ) | ||
$annotations | Tebru\Dynamo\Collection\AnnotationCollection | |
$methodModel | Tebru\Dynamo\Model\MethodModel |
public getBaseUrl ( ) : null | string | ||
Résultat | null | string |
public getBodyParts ( ) : array | null | ||
Résultat | array | null |
public getCallback ( ) : null | string | ||
Résultat | null | string |
public getDeserializationContext ( ) : array | null | ||
Résultat | array | null |
public getHeaders ( ) : array | null | ||
Résultat | array | null |
public getMultipartBoundary ( ) : string | ||
Résultat | string |
public getQueries ( ) : null | array | ||
Résultat | null | array |
public getQueryMap ( ) : null | string | ||
Résultat | null | string |
public getRequestMethod ( ) : string | ||
Résultat | string |
public getResponseType ( ) : null | string | ||
Résultat | null | string |
public getReturnType ( ) : null | string | ||
Résultat | null | string |
public getSerializationContext ( ) : array | null | ||
Résultat | array | null |
public getStaticHeaders ( ) : null | array | ||
Résultat | null | array |
public hasBodyAnnotation ( ) : boolean | ||
Résultat | boolean |
public isBodyArray ( ) : boolean | ||
Résultat | boolean |
public isBodyJsonSerializable ( ) : boolean | ||
Résultat | boolean |
public isBodyObject ( ) : boolean | ||
Résultat | boolean |
public isBodyOptional ( ) : boolean | ||
Résultat | boolean |
public isCallbackOptional ( ) : boolean | ||
Résultat | boolean |
public isFormUrlEncoded ( ) : boolean | ||
Résultat | boolean |
public isJsonEncoded ( ) : boolean | ||
Résultat | boolean |
public isMultipart ( ) : boolean | ||
Résultat | boolean |