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'

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

db\Connection $pdoClass

$pdoClass public property Custom PDO wrapper class. If not set, it will use PDO or \yii\db\yii\db\mssql\PDO when MSSQL is used. See also $pdo. public string $pdoClass = null

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 = []

authclient\clients\YandexOAuth apiInternal()

apiInternal() protected method Performs request to the OAuth API. protected array apiInternal ( $accessToken, $url, $method, array $params, array $headers )$accessToken yii\authclient\OAuthToken Actual access token. $url string Absolute API URL. $method string Request method. $params array Request parameters. $headers array Additional request headers. return array API response. throws yii\base\Exception on failure.

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 ( )

elasticsearch\BulkCommand execute()

execute() public method Executes the bulk command. public mixed execute ( )throws \yii\elasticsearch\yii\base\InvalidCallException