$viewPath public property The controller's view path public string $viewPath = null
$name public read-only property Name of the code generator public string getName ( )
$description public read-only property The detailed description of the generator. public string getDescription ( )
$controllerNamespace public read-only property The namespace of the controller class public string getControllerNamespace ( )
$controllerID public read-only property The controller ID public string getControllerID ( )
$controllerFile public read-only property The controller class file path public string getControllerFile ( )
$controllerClass public property The controller class name public string $controllerClass = null
$baseClass public property The base class of the controller public string $baseClass = 'yii\web\Controller'
$actions public property List of action IDs separated by commas or spaces public string $actions = 'index'
$actionIDs public read-only property An array of action IDs entered by the user public array getActionIDs ( )
Page 322 of 633