| 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)  | 
            ||
| 47 | |||
| 48 | /**  | 
            ||
| 49 |      * {@inheritdoc} | 
            ||
| 50 | */  | 
            ||
| 51 | public function getMethod()  | 
            ||
| 55 | |||
| 56 | /**  | 
            ||
| 57 |      * {@inheritdoc} | 
            ||
| 58 | */  | 
            ||
| 59 | public function getPath()  | 
            ||
| 63 | |||
| 64 | /**  | 
            ||
| 65 |      * {@inheritdoc} | 
            ||
| 66 | */  | 
            ||
| 67 | public function getData()  | 
            ||
| 71 | }  | 
            ||
| 72 |