gii\generators\model\Generator $ns

$ns public property public $ns = 'app\models'

gii\Generator validateMessageCategory()

validateMessageCategory() public method Checks if message category is not empty when I18N is enabled. public void validateMessageCategory ( )

gii\Generator saveStickyAttributes()

saveStickyAttributes() public method Saves sticky attributes into an internal file. public void saveStickyAttributes ( )

web\Response redirect()

redirect() public method Redirects the browser to the specified URL. This method adds a "Location" header to the current response. Note that it does not send out the header until send() is called. In a controller action you may use this method as follows: return Yii::$app->getResponse()->redirect($url); In other places, if you want to send out the "Location" header immediately, you should use the following code: Yii::$app->getResponse()->redirect($url)->send(); return; In A

gii\Generator successMessage()

successMessage() public method Returns the message to be displayed when the newly generated code is saved successfully. Child classes may override this method to customize the message. public string successMessage ( )return string The message to be displayed when the newly generated code is saved successfully.

gii\generators\extension\Generator $license

$license public property public $license = null

console\controllers\BaseMigrateController getNewMigrations()

getNewMigrations() protected method Returns the migrations that are not applied. protected array getNewMigrations ( )return array List of new migrations

bootstrap\Modal initOptions()

initOptions() protected method Initializes the widget options. This method sets the default values for various options. protected void initOptions ( )

debug\TimelineAsset $js

$js public property public $js = ['timeline.js']

gii\generators\controller\Generator getControllerNamespace()

getControllerNamespace() public method public string getControllerNamespace ( )return string The namespace of the controller class