gii\Generator $messageCategory

$messageCategory public property The message category used by Yii::t() when $enableI18N is true. Defaults to app. public string $messageCategory = 'app'

gii\Generator $enableI18N

$enableI18N public property Whether the strings will be generated using Yii::t() or normal strings. public boolean $enableI18N = false

gii\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

gii\controllers\DefaultController loadGenerator()

loadGenerator() protected method Loads the generator with the specified ID. protected yii\gii\Generator loadGenerator ( $id )$id string The ID of the generator to be loaded. return yii\gii\Generator The loaded generator throws yii\web\NotFoundHttpException

gii\controllers\DefaultController actionView()

actionView() public method public void actionView ( $id )$id

gii\controllers\DefaultController actionPreview()

actionPreview() public method public void actionPreview ( $id, $file )$id $file

gii\controllers\DefaultController actionIndex()

actionIndex() public method public void actionIndex ( )

gii\controllers\DefaultController actionDiff()

actionDiff() public method public void actionDiff ( $id, $file )$id $file

gii\controllers\DefaultController actionAction()

actionAction() public method Runs an action defined in the generator. Given an action named "xyz", the method "actionXyz()" in the generator will be called. If the method does not exist, a 400 HTTP exception will be thrown. public mixed actionAction ( $id, $name )$id string The ID of the generator $name string The action name return mixed The result of the action. throws yii\web\NotFoundHttpException if the action method does not exist.

gii\controllers\DefaultController $module

$module public property public yii\gii\Module $module = null