| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 2 | ||
| Bugs | 1 | Features | 0 | 
| 1 | <?php | ||
| 13 | #[Override] | ||
| 14 | protected function init() | ||
| 15 |     { | ||
| 16 |         $this->setSummary('CLI Router'); | ||
| 17 |         $this->setUsage('<method> <uri>'); | ||
| 18 |         $this->setDescr("E.g. \"get /\", \"options /users\", \"post 'app://self/users?name=Sunday'\""); | ||
| 19 | $this->descr = ''; | ||
| 20 | $this->summary = ''; | ||
| 21 | $this->usage = ''; | ||
| 22 | |||
| 23 | return null; | ||
| 24 | } | ||
| 26 |