widgets\Menu isItemActive()

isItemActive() protected method Checks whether a menu item is active. This is done by checking if $route and $params match that specified in the url option of the menu item. When the url option of a menu item is specified in terms of an array, its first element is treated as the route for the item and the rest of the elements are the associated parameters. Only when its route and parameters match $route and $params, respectively, will a menu item be considered active. protected boolean is

mongodb\Session readSession()

readSession() public method Session read handler. Do not call this method directly. public string readSession ( $id )$id string Session ID return string The session data

authclient\widgets\AuthChoice renderMainContent()

renderMainContent() protected method Renders the main content, which includes all external services links. protected void renderMainContent ( )

elasticsearch\Query $filter

$filter public property The filter part of this search query. This is an array or json string that follows the format of the elasticsearch Query DSL. public array|string $filter = null

web\Request getAbsoluteUrl()

getAbsoluteUrl() public method Returns the currently requested absolute URL. This is a shortcut to the concatenation of $hostInfo and $url. public string getAbsoluteUrl ( )return string The currently requested absolute URL.

authclient\widgets\AuthChoiceAsset $sourcePath

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

web\AssetBundle $js

$js public property List of JavaScript files that this bundle contains. Each JavaScript file can be specified in one of the following formats: an absolute URL representing an external asset. For example, http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js or //ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js. a relative path representing a local asset (e.g. js/main.js). The actual file path of a local asset can be determined by prefixing $basePath to the relative path, a

web\UserEvent $duration

$duration public property Number of seconds that the user can remain in logged-in status. If 0, it means login till the user closes the browser or the session is manually destroyed. public integer $duration = null

web\Session $useTransparentSessionID

$useTransparentSessionID public property Whether transparent sid support is enabled or not, defaults to false. public boolean getUseTransparentSessionID ( )public void setUseTransparentSessionID ( $value )

helpers\BaseInflector humanize()

humanize() public static method Returns a human-readable string from $word public static string humanize ( $word, $ucAll = false )$word string The string to humanize $ucAll boolean Whether to set all words to uppercase or not