| 1 | <?php |
||
| 8 | class Create implements MethodInterface |
||
| 9 | { |
||
| 10 | private $paymentId; |
||
| 11 | private $description; |
||
| 12 | |||
| 13 | public function __construct($paymentId, $description = null) |
||
| 18 | |||
| 19 | public function getAction() |
||
| 23 | |||
| 24 | public function getMethod() |
||
| 28 | |||
| 29 | public function getAttributes() |
||
| 39 | |||
| 40 | public function createResultObject() |
||
| 44 | |||
| 45 | public function getValidationConstraints() |
||
| 56 | } |
||
| 57 |