caching\DbDependency generateDependencyData()

generateDependencyData() protected method Generates the data needed to determine if dependency has been changed. This method returns the value of the global state. protected mixed generateDependencyData ( $cache )$cache yii\caching\Cache The cache component that is currently evaluating this dependency return mixed The data needed to determine if dependency has been changed. throws yii\base\InvalidConfigException if $db is not a valid application component ID

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

grid\CheckboxColumn $multiple

$multiple public property Whether it is possible to select multiple rows. Defaults to true. public boolean $multiple = true

mongodb\Connection close()

close() public method Closes the currently active DB connection. It does nothing if the connection is already closed. public void close ( )

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

swiftmailer\Message $signature

$signature public write-only property Signature specification. See addSignature() for details on how it should be specified. public $this setSignature ( $signature )

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'