twig\ViewRenderer $twigModulesNamespace

$twigModulesNamespace public property (available since version 2.0.5) Twig namespace to use in modules templates public string $twigModulesNamespace = 'modules'

authclient\OpenId init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

gii\Module $generators

$generators public property A list of generator configurations or instances. The array keys are the generator IDs (e.g. "crud"), and the array elements are the corresponding generator configurations or the instances. After the module is initialized, this property will become an array of generator instances which are created based on the configurations previously taken by this property. Newly assigned generators will be merged with the core ones, and the former takes precedence in case when

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

bootstrap\Modal initOptions()

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