gii\generators\module\Generator $description

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

gii\generators\crud\Generator $viewPath

$viewPath public read-only property public string getViewPath ( )

base\Action $id

$id public property ID of the action public string $id = null

faker\FixtureController $templatePath

$templatePath public property Alias to the template path, where all tables templates are stored. public string $templatePath = '@tests/unit/templates/fixtures'

debug\Panel $module

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

caching\FileCache setValue()

setValue() protected method Stores a value identified by a key in cache. This is the implementation of the method declared in the parent class. protected boolean setValue ( $key, $value, $duration )$key string The key identifying the value to be cached $value string The value to be cached. Other types (If you have disabled $serializer) unable to get is correct in getValue(). $duration integer The number of seconds in which the cached value will expire. 0 means never expire. return b

gii\GiiAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset', 'yii\bootstrap\BootstrapAsset', 'yii\bootstrap\BootstrapPluginAsset', 'yii\gii\TypeAheadAsset']

rest\Serializer $metaEnvelope

$metaEnvelope public property (available since version 2.0.4) The name of the envelope (e.g. _meta) for returning the pagination object. It takes effect only, if collectionEnvelope is set. public string $metaEnvelope = '_meta'

base\ViewNotFoundException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

widgets\LinkPager $prevPageCssClass

$prevPageCssClass public property The CSS class for the "previous" page button. public string $prevPageCssClass = 'prev'