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 ( )

redis\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

sphinx\Query $snippetOptions

$snippetOptions public property Query options for the call snippet. public array $snippetOptions = null

mongodb\Connection selectDatabase()

selectDatabase() protected method Selects the database with given name. protected yii\mongodb\Database selectDatabase ( $name )$name string Database name. return yii\mongodb\Database Database instance.

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