grid\ActionColumn $buttonOptions

$buttonOptions public property (available since version 2.0.4) Html options to be applied to the default button. public array $buttonOptions = []

gii\TypeAheadAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/typeahead.js/dist'

gii\TypeAheadAsset $js

$js public property public $js = ['typeahead.bundle.js']

gii\TypeAheadAsset $depends

$depends public property public $depends = ['yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapPluginAsset']

gii\Module resetGlobalSettings()

resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )

gii\Module defaultVersion()

defaultVersion() protected method (available since version 2.0.6) Returns default module version. Child class may override this method to provide more specific version detection. protected string defaultVersion ( )return string The version of this module.

gii\Module coreGenerators()

coreGenerators() protected method Returns the list of the core code generator configurations. protected array coreGenerators ( )return array The list of the core code generator configurations.

gii\Module checkAccess()

checkAccess() protected method protected boolean checkAccess ( )return boolean Whether the module can be accessed by the current user

gii\Module bootstrap()

bootstrap() public method Bootstrap method to be called during application bootstrap stage. public void bootstrap ( $app )$app yii\base\Application The application currently running

gii\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s