| 1 | <?php |
||
| 9 | class DescribedBySchemaHandler |
||
| 10 | { |
||
| 11 | private $schemaId; |
||
| 12 | |||
| 13 | public function getSchemaId(){ return $this->schemaId;} |
||
| 14 | |||
| 15 | 1 | public static function apply($schemaId, Application $app, Response $response) |
|
| 20 | |||
| 21 | 13 | public function __construct($schemaId=null) |
|
| 25 | |||
| 26 | 3 | public function __invoke(Request $request, Response $response, Application $app) |
|
| 35 | } |
||
| 36 |