helpers\BaseConsole clearScreenBeforeCursor()

clearScreenBeforeCursor() public static method Clears text from cursor to the beginning of the screen by sending ANSI control code ED with argument 1 to the terminal. Cursor position will not be changed. public static void clearScreenBeforeCursor ( )

debug\actions\db\ExplainAction $panel

$panel public property public yii\debug\panels\DbPanel $panel = null

rbac\PhpManager $assignmentFile

$assignmentFile public property The path of the PHP script that contains the authorization assignments. This can be either a file path or a path alias to the file. Make sure this file is writable by the Web server process if the authorization needs to be changed online. See also: loadFromFile() saveToFile() public string $assignmentFile = '@app/rbac/assignments.php'

db\ActiveRecord update()

update() public method Saves the changes to this active record into the associated database table. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If beforeValidate() returns false, the rest of the steps will be skipped; call afterValidate() when $runValidation is true. If validation failed, the rest of the steps will be skipped; call beforeSave(). If beforeSave() returns false, the rest of the steps will be skipped; save the record into

bootstrap\Progress run()

run() public method Renders the widget. public void run ( )

base\Security validatePassword()

validatePassword() public method Verifies a password against a hash. See also generatePasswordHash(). public boolean validatePassword ( $password, $hash )$password string The password to verify. $hash string The hash to verify the password against. return boolean Whether the password is correct. throws yii\base\InvalidParamException on bad password/hash parameters or if crypt() with Blowfish hash is not available.

gii\controllers\DefaultController $generator

$generator public property public yii\gii\Generator $generator = null

rbac\BaseManager $permissions

$permissions public read-only property All permissions in the system. The array is indexed by the permission names. public yii\rbac\Permission[] getPermissions ( )

web\Session $isActive

$isActive public read-only property Whether the session has started public boolean getIsActive ( )

authclient\clients\YandexOAuth $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://oauth.yandex.ru/token'