mutex\MysqlMutex releaseLock()

releaseLock() protected method Releases lock by given name. See also http://dev.mysql.com/doc/refman/5.0/en/miscellaneous-functions.html#function_release-lock. protected boolean releaseLock ( $name )$name string Of the lock to be released. return boolean Release result.

data\BaseDataProvider setTotalCount()

setTotalCount() public method Sets the total number of data models. public void setTotalCount ( $value )$value integer The total number of data models.

db\ColumnSchema $dbType

$dbType public property The DB type of this column. Possible DB types vary according to the type of DBMS. public string $dbType = null

rbac\DbManager getPermissionsByUser()

getPermissionsByUser() public method Returns all permissions that the user has. public yii\rbac\Permission[] getPermissionsByUser ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Permission[] All permissions that the user has. The array is indexed by the permission names.

db\ColumnSchema $phpType

$phpType public property The PHP type of this column. Possible PHP types include: string, boolean, integer, double. public string $phpType = null

db\mssql\Schema loadColumnSchema()

loadColumnSchema() protected method Loads the column information into a yii\db\ColumnSchema object. protected yii\db\ColumnSchema loadColumnSchema ( $info )$info array Column information return yii\db\ColumnSchema The column schema object

caching\MemCache getValues()

getValues() protected method Retrieves multiple values from cache with the specified keys. protected array getValues ( $keys )$keys array A list of keys identifying the cached values return array A list of cached values indexed by the keys

mongodb\Command createCollection()

createCollection() public method Creates new collection in database associated with this command.s public boolean createCollection ( $collectionName, array $options = [] )$collectionName string Collection name $options array Collection options in format: "name" => "value" return boolean Whether operation was successful.

authclient\BaseOAuth $autoRefreshAccessToken

$autoRefreshAccessToken public property (available since version 2.0.6) Whether to automatically perform 'refresh access token' request on expired access token. public boolean $autoRefreshAccessToken = true

mongodb\gii\model\Generator $collectionName

$collectionName public property public $collectionName = null