$defaultName public property The name of the error when the exception name cannot be determined. Defaults to "Error". public string $defaultName = null
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.
run() public method Executes the widget. This overrides the parent implementation by displaying the generated page buttons. public void run ( )
$sourcePath public property public $sourcePath = '@yii/assets'
getViewPath() public abstract method public abstract string getViewPath ( )return string The view path that may be prefixed to a relative view name.
saveAssignments() protected method Saves assignments data into persistent storage. protected void saveAssignments ( )
$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
$chunkSize public property Chunk size in bytes. public integer $chunkSize = 261120
$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
$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
Page 50 of 633