1 | <?php |
||
8 | class Create implements RequestInterface |
||
9 | { |
||
10 | protected $options; |
||
11 | |||
12 | public function __construct(array $options = array()) |
||
19 | |||
20 | protected function setDefaultOptions(OptionsResolver $resolver) |
||
36 | |||
37 | /** |
||
38 | * {@inheritdoc} |
||
39 | */ |
||
40 | public function getMethod() |
||
44 | |||
45 | /** |
||
46 | * {@inheritdoc} |
||
47 | */ |
||
48 | public function getPath() |
||
52 | |||
53 | /** |
||
54 | * {@inheritdoc} |
||
55 | */ |
||
56 | public function getData() |
||
60 | } |
||
61 |