caching\FileDependency $fileName

$fileName public property The file path or path alias whose last modification time is used to check if the dependency has been changed. public string $fileName = null

bootstrap\Progress $bars

$bars public property A set of bars that are stacked together to form a single progress bar. Each bar is an array of the following structure: [ // required, the amount of progress as a percentage. 'percent' => 30, // optional, the label to be displayed on the bar 'label' => '30%', // optional, array, additional HTML attributes for the bar tag 'options' => [], ] public array $bars = null

gii\generators\module\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

db\Connection EVENT_BEGIN_TRANSACTION

EVENT_BEGIN_TRANSACTION event of type \yii\db\Event An event that is triggered right before a top-level transaction is started

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'

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'

debug\Panel $module

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