rest\UrlRule $prefix

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

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

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

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

gii\generators\module\Generator $moduleID

$moduleID public property public $moduleID = null

twig\ViewRenderer setLexerOptions()

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

widgets\Pjax $enablePushState

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

web\UrlManager $ruleConfig

$ruleConfig public property The default configuration of URL rules. Individual rule configurations specified via $rules will take precedence when the same property of the rule is configured. public array $ruleConfig = ['class' => 'yii\web\UrlRule']

jui\Draggable run()

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