sphinx\Command $db

$db public property The Sphinx connection that this command is associated with. public yii\sphinx\Connection $db = null

web\View beginBody()

beginBody() public method Marks the beginning of an HTML body section. public void beginBody ( )

widgets\LinkPager $disabledPageCssClass

$disabledPageCssClass public property The CSS class for the disabled page buttons. public string $disabledPageCssClass = 'disabled'

widgets\LinkPager $nextPageCssClass

$nextPageCssClass public property The CSS class for the "next" page button. public string $nextPageCssClass = 'next'

widgets\BaseListView $showOnEmpty

$showOnEmpty public property Whether to show the list view if $dataProvider returns no data. public boolean $showOnEmpty = false

validators\IpValidator $wrongCidr

$wrongCidr public property User-defined error message is used when validation fails due to the wrong CIDR. 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 $wrongCidr = null

validators\NumberValidator $max

$max public property Upper limit of the number. Defaults to null, meaning no upper limit. See also $tooBig for the customized message used when the number is too big. public integer|float $max = null

mongodb\file\Upload $chunkSize

$chunkSize public property Chunk size in bytes. public integer $chunkSize = 261120

validators\RangeValidator $not

$not public property Whether to invert the validation logic. Defaults to false. If set to true, the attribute value should NOT be among the list of values defined via $range. public boolean $not = false

rbac\PhpManager saveAssignments()

saveAssignments() protected method Saves assignments data into persistent storage. protected void saveAssignments ( )