gii\generators\form\Generator $modelClass

$modelClass public property public $modelClass = null

db\mssql\PDO lastInsertId()

lastInsertId() public method Returns value of the last inserted ID. public integer lastInsertId ( $sequence = null )$sequence string|null The sequence name. Defaults to null. return integer Last inserted ID value.

rbac\ManagerInterface revokeAll()

revokeAll() public abstract method Revokes all roles from a user. public abstract boolean revokeAll ( $userId )$userId mixed The user ID (see yii\web\User::$id) return boolean Whether the revoking is successful

mongodb\file\ActiveQuery buildCursor()

buildCursor() public method Builds the Mongo cursor for this query. public \MongoDB\Driver\Cursor buildCursor ( $db = null )$db yii\mongodb\Connection The database connection used to execute the query. return \MongoDB\Driver\Cursor Mongo cursor instance.

authclient\clients\YandexOAuth $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://oauth.yandex.ru/authorize'

web\Session getFlash()

getFlash() public method Returns a flash message. See also: setFlash() addFlash() hasFlash() getAllFlashes() removeFlash() public mixed getFlash ( $key, $defaultValue = null, $delete = false )$key string The key identifying the flash message $defaultValue mixed Value to be returned if the flash message does not exist. $delete boolean Whether to delete this flash message right after this method is called. If false, the flash message will be automatically deleted in the next request.

sphinx\ActiveRecord delete()

delete() public method Deletes the index entry corresponding to this active record. This method performs the following steps in order: call beforeDelete(). If the method returns false, it will skip the rest of the steps; delete the record from the index; call afterDelete(). In the above step 1 and 3, events named EVENT_BEFORE_DELETE and EVENT_AFTER_DELETE will be raised by the corresponding methods. public integer|boolean delete ( )return integer|boolean The number of rows deleted, or

mongodb\i18n\MongoDbMessageSource $enableCaching

$enableCaching public property Whether to enable caching translated messages public boolean $enableCaching = false

web\DbSession regenerateID()

regenerateID() public method Updates the current session ID with a newly generated one . Please refer to http://php.net/session_regenerate_id for more details. public void regenerateID ( $deleteOldSession = false )$deleteOldSession boolean Whether to delete the old associated session file or not.

mongodb\Cache $db

$db public property The MongoDB connection object or the application component ID of the MongoDB connection. After the Cache object is created, if you want to change this property, you should only assign it with a MongoDB connection object. Starting from version 2.0.2, this can also be a configuration array for creating the object. public yii\mongodb\Connection|array|string $db = 'mongodb'