elasticsearch\QueryBuilder $db

$db public property The database connection. public yii\elasticsearch\Connection $db = null

caching\Cache set()

set() public method Stores a value identified by a key into cache. If the cache already contains such a key, the existing value and expiration time will be replaced with the new ones, respectively. public boolean set ( $key, $value, $duration = 0, $dependency = null )$key mixed A key identifying the value to be cached. This can be a simple string or a complex data structure consisting of factors representing the key. $value mixed The value to be cached $duration integer The number of

data\Sort init()

init() public method Normalizes the $attributes property. public void init ( )

db\Connection $masterPdo

$masterPdo public read-only property The PDO instance for the currently active master connection. public PDO getMasterPdo ( )

web\AssetManager $appendTimestamp

$appendTimestamp public property (available since version 2.0.3) Whether to append a timestamp to the URL of every published asset. When this is true, the URL of a published asset may look like /path/to/asset?v=timestamp, where timestamp is the last modification time of the published asset file. You normally would want to set this property to true when you have enabled HTTP caching for assets, because it allows you to bust caching when the assets are updated. public boolean $appendTimestam

mongodb\Connection $fileStreamWrapperClass

$fileStreamWrapperClass public property (available since version 2.1) Name of the class, which should serve as a stream wrapper for $fileStreamProtocol protocol. public string $fileStreamWrapperClass = 'yii\mongodb\file\StreamWrapper'

authclient\BaseOAuth $signatureMethod

$signatureMethod public property Signature method instance or its array configuration. public yii\authclient\signature\BaseMethod getSignatureMethod ( )public void setSignatureMethod ( $signatureMethod )

db\Migration addForeignKey()

addForeignKey() public method Builds a SQL statement for adding a foreign key constraint to an existing table. The method will properly quote the table and column names. public void addForeignKey ( $name, $table, $columns, $refTable, $refColumns, $delete = null, $update = null )$name string The name of the foreign key constraint. $table string The table that the foreign key constraint will be added to. $columns string|array The name of the column to that the constraint will be adde

bootstrap\NavBar $brandOptions

$brandOptions public property The HTML attributes of the brand link. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $brandOptions = []

behaviors\BlameableBehavior $updatedByAttribute

$updatedByAttribute public property The attribute that will receive current user ID value Set this property to false if you do not want to record the updater ID. public string $updatedByAttribute = 'updated_by'