| Total Complexity | 6 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class ClientAbstract extends ClassGenerator |
||
| 8 | { |
||
| 9 | protected function formExtends() |
||
| 10 | { |
||
| 11 | return 'carono\rest\Client'; |
||
| 12 | } |
||
| 13 | |||
| 14 | protected function formClassName() |
||
| 17 | } |
||
| 18 | |||
| 19 | protected function formClassNamespace() |
||
| 20 | { |
||
| 21 | return 'carono\etxtru'; |
||
| 22 | } |
||
| 23 | |||
| 24 | protected function formOutputPath() |
||
| 27 | } |
||
| 28 | |||
| 29 | public function methods() |
||
| 46 | } |
||
| 47 | } |