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

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

twig\ViewRenderer addGlobals()

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

validators\Validator $skipOnEmpty

$skipOnEmpty public property Whether this validation rule should be skipped if the attribute value is null or an empty string. public boolean $skipOnEmpty = true

widgets\Menu $firstItemCssClass

$firstItemCssClass public property The CSS class that will be assigned to the first item in the main menu or each submenu. Defaults to null, meaning no such CSS class will be assigned. public string $firstItemCssClass = null

rest\UrlRule $prefix

$prefix public property The common prefix string shared by all patterns. public string $prefix = null

validators\IpValidator $noSubnet

$noSubnet public property User-defined error message is used when validation fails due to subnet $subnet set to 'only', but the CIDR prefix is not set. You may use the following placeholders in the message: {attribute}: the label of the attribute being validated {value}: the value of the attribute being validated See also $subnet. public string $noSubnet = null

web\Session init()

init() public method Initializes the application component. This method is required by IApplicationComponent and is invoked by application. public void init ( )