debug\Module $allowedIPs

$allowedIPs public property The list of IPs that are allowed to access this module. Each array element represents a single IP filter which can be either an IP address or an address with wildcard (e.g. 192.168.0.*) to represent a network segment. The default value is ['127.0.0.1', '::1'], which means the module can only be accessed by localhost. public array $allowedIPs = ['127.0.0.1', '::1']

bootstrap\ButtonDropdown $dropdownClass

$dropdownClass public property (available since version 2.0.7) Name of a class to use for rendering dropdowns withing this widget. Defaults to yii\bootstrap\Dropdown. public string $dropdownClass = 'yii\bootstrap\Dropdown'

widgets\ActiveField $enableAjaxValidation

$enableAjaxValidation public property Whether to enable AJAX-based data validation. If not set, it will take the value of yii\widgets\ActiveForm::$enableAjaxValidation. public boolean $enableAjaxValidation = null

redis\Connection $driverName

$driverName public read-only property Name of the DB driver public string getDriverName ( )

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']

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

db\Connection $masterConfig

$masterConfig public property The configuration that should be merged with every master configuration listed in $masters. For example, [ 'username' => 'master', 'password' => 'master', 'attributes' => [ // use a smaller connection timeout PDO::ATTR_TIMEOUT => 10, ], ] public array $masterConfig = []

mongodb\file\Upload $length

$length public property Total upload length in bytes. public integer $length = 0