web\ErrorAction $defaultName

$defaultName public property The name of the error when the exception name cannot be determined. Defaults to "Error". public string $defaultName = null

web\CookieCollection toArray()

toArray() public method Returns the collection as a PHP array. public array toArray ( )return array The array representation of the collection. The array keys are cookie names, and the array values are the corresponding cookie objects.

widgets\LinkPager run()

run() public method Executes the widget. This overrides the parent implementation by displaying the generated page buttons. public void run ( )

web\YiiAsset $sourcePath

$sourcePath public property public $sourcePath = '@yii/assets'

base\ViewContextInterface getViewPath()

getViewPath() public abstract method public abstract string getViewPath ( )return string The view path that may be prefixed to a relative view name.

rbac\PhpManager saveAssignments()

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

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

mongodb\file\Upload $chunkSize

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

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

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