| Total Complexity | 3 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 14 | class Help extends AbstractController  | 
            ||
| 15 | { | 
            ||
| 16 | private static $allowedMethods = [  | 
            ||
| 17 | 'index',  | 
            ||
| 18 | ];  | 
            ||
| 19 | |||
| 20 | use HelpTrait;  | 
            ||
| 21 | |||
| 22 | function __construct(  | 
            ||
| 31 | }  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * @inheritdoc  | 
            ||
| 35 | */  | 
            ||
| 36 | public static function getAllowedMethods(): array  | 
            ||
| 39 | }  | 
            ||
| 40 | |||
| 41 | /**  | 
            ||
| 42 | * help:  | 
            ||
| 43 | * Use for more information:  | 
            ||
| 44 | * php ccg.php <generator> help  | 
            ||
| 45 | * allowed generators: addon, addon-xml  | 
            ||
| 46 | */  | 
            ||
| 47 | public function index()  | 
            ||
| 52 |