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

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'

redis\Connection $driverName

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

swiftmailer\Message $signature

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

db\DataReader nextResult()

nextResult() public method Advances the reader to the next result when reading the results of a batch of statements. This method is only useful when there are multiple result sets returned by the query. Not all DBMS support this feature. public boolean nextResult ( )return boolean Returns true on success or false on failure.

widgets\ContentDecorator init()

init() public method Starts recording a clip. public void init ( )

debug\Panel $id

$id public property Panel unique identifier. It is set automatically by the container module. public string $id = null

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'