1 | <?php |
||
19 | class CommandResolver |
||
20 | { |
||
21 | /** |
||
22 | * @param string $name |
||
23 | * |
||
24 | * @return \Graze\Dynamark3Client\Command\CommandInterface |
||
25 | */ |
||
26 | 2 | public function resolve($name) |
|
37 | |||
38 | /** |
||
39 | * @param string $camelCase |
||
40 | * |
||
41 | * @return string |
||
42 | */ |
||
43 | 1 | protected function camelCaseToCommand($camelCase) |
|
48 | } |
||
49 |