validators\StringValidator $max

$max public property Maximum length. If not set, it means no maximum length limit. See also $tooLong for the customized message for a too long string. public integer $max = null

jui\Resizable run()

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

authclient\widgets\AuthChoiceAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/authclient/assets'

db\QueryTrait isEmpty()

isEmpty() protected method Returns a value indicating whether the give value is "empty". The value is considered "empty", if one of the following conditions is satisfied: it is null, an empty string (''), a string containing only whitespace characters, or an empty array. protected boolean isEmpty ( $value )$value mixed return boolean If the value is empty

authclient\widgets\AuthChoice getBaseAuthUrl()

getBaseAuthUrl() public method public array getBaseAuthUrl ( )return array Base auth URL configuration.

db\sqlite\Schema setTransactionIsolationLevel()

setTransactionIsolationLevel() public method Sets the isolation level of the current transaction. See also http://www.sqlite.org/pragma.html#pragma_read_uncommitted. public void setTransactionIsolationLevel ( $level )$level string The transaction isolation level to use for this transaction. This can be either yii\db\Transaction::READ_UNCOMMITTED or yii\db\Transaction::SERIALIZABLE. throws yii\base\NotSupportedException when unsupported isolation levels are used. SQLite only supports SE

web\User setReturnUrl()

setReturnUrl() public method Remembers the URL in the session so that it can be retrieved back later by getReturnUrl(). public void setReturnUrl ( $url )$url string|array The URL that the user should be redirected to after login. If an array is given, yii\web\UrlManager::createUrl() will be called to create the corresponding URL. The first element of the array should be the route, and the rest of the name-value pairs are GET parameters used to construct the URL. For example, ['admin/in

rbac\PhpManager getInheritedPermissionsByUser()

getInheritedPermissionsByUser() protected method (available since version 2.0.7) Returns all permissions that the user inherits from the roles assigned to him. protected yii\rbac\Permission[] getInheritedPermissionsByUser ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Permission[] All inherited permissions that the user has. The array is indexed by the permission names.

elasticsearch\DebugPanel calculateTimings()

calculateTimings() public method public void calculateTimings ( )

rbac\ManagerInterface removeAllPermissions()

removeAllPermissions() public abstract method Removes all permissions. All parent child relations will be adjusted accordingly. public abstract void removeAllPermissions ( )