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.
setTotalCount() public method Sets the total number of data models. public void setTotalCount ( $value )$value integer The total number of data models.
$dbType public property The DB type of this column. Possible DB types vary according to the type of DBMS. public string $dbType = null
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.
$phpType public property The PHP type of this column. Possible PHP types include: string, boolean, integer, double. public string $phpType = null
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
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
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.
$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
$collectionName public property public $collectionName = null
Page 324 of 633