jui\Widget $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = []

mongodb\rbac\MongoDbManager $cacheKey

$cacheKey public property The key used to store RBAC data in cache See also $cache. public string $cacheKey = 'rbac'

web\Link $title

$title public property A label describing the link public string $title = null

rbac\PhpManager removeAllRules()

removeAllRules() public method Removes all rules. All roles and permissions which have rules will be adjusted accordingly. public void removeAllRules ( )

db\ActiveRecordInterface unlink()

unlink() public abstract method Destroys the relationship between two records. The record with the foreign key of the relationship will be deleted if $delete is true. Otherwise, the foreign key will be set null and the record will be saved without validation. public abstract void unlink ( $name, $model, $delete = false )$name string The case sensitive name of the relationship, e.g. orders for a relation defined via getOrders() method. $model static The model to be unlinked from the cur

widgets\Pjax $enablePushState

$enablePushState public property Whether to enable push state. public boolean $enablePushState = true

twig\ViewRenderer setLexerOptions()

setLexerOptions() public method Sets Twig lexer options to change templates syntax public void setLexerOptions ( $options )$options array @see self::$lexerOptions

gii\generators\module\Generator $moduleID

$moduleID public property public $moduleID = null

twig\ViewRenderer addGlobals()

addGlobals() public method Adds global objects or static classes public void addGlobals ( $globals )$globals array @see self::$globals

web\User getReturnUrl()

getReturnUrl() public method Returns the URL that the browser should be redirected to after successful login. This method reads the return URL from the session. It is usually used by the login action which may call this method to redirect the browser to where it goes after successful authentication. See also loginRequired(). public string getReturnUrl ( $defaultUrl = null )$defaultUrl string|array The default return URL in case it was not set previously. If this is null and the return