Méthode | Description | |
---|---|---|
__construct ( |
||
getQueryParameters ( string $method, string $path, boolean $requiredOnly = false ) : Raml\NamedParameter[] | ||
getRequestBody ( string $method, string $path, string $contentType ) : Raml\Body | ||
getResponse ( string $method, string $path, integer $statusCode ) : |
||
getResponseBody ( string $method, string $path, integer $statusCode, string $contentType ) : Raml\Body | ||
getResponseHeaders ( string $method, string $path, integer $statusCode, boolean $requiredOnly = false ) : Raml\NamedParameter[] |
Méthode | Description | |
---|---|---|
getBody ( Raml\MessageSchemaInterface $schema, string $method, string $path, string $contentType ) : Raml\Body | ||
getMethod ( string $method, string $path ) : Raml\Method | ||
getResource ( string $path ) : Raml\Resource |