jui\DatePicker run()

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

web\SessionIterator current()

current() public method Returns the current array element. This method is required by the interface Iterator. public mixed current ( )return mixed The current array element

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

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

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

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