validators\NumberValidator $tooBig

$tooBig public property User-defined error message used when the value is bigger than $max. public string $tooBig = null

behaviors\SluggableBehavior $value

$value public property The value that will be used as a slug. This can be an anonymous function or an arbitrary value. If the former, the return value of the function will be used as a slug. The signature of the function should be as follows, function ($event) { // return slug } public string|callable $value = null

widgets\LinkPager $lastPageLabel

$lastPageLabel public property The text label for the "last" page button. Note that this will NOT be HTML-encoded. If it's specified as true, page number will be used as label. Default is false that means the "last" page button will not be displayed. public string|boolean $lastPageLabel = false

mongodb\gii\model\Generator $attributeList

$attributeList public property public $attributeList = null

validators\FileValidator $checkExtensionByMimeType

$checkExtensionByMimeType public property Whether to check file type (extension) with mime-type. If extension produced by file mime-type check differs from uploaded file extension, the file will be considered as invalid. public boolean $checkExtensionByMimeType = true

mongodb\file\ActiveQuery EVENT_INIT

EVENT_INIT event of type \yii\mongodb\file\Event An event that is triggered when the query is initialized via init().

jui\InputWidget init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

base\Security hashData()

hashData() public method Prefixes data with a keyed hash value so that it can later be detected if it is tampered. There is no need to hash inputs or outputs of encryptByKey() or encryptByPassword() as those methods perform the task. See also: validateData() generateRandomKey() hkdf() pbkdf2() public string hashData ( $data, $key, $rawHash = false )$data string The data to be protected $key string The secret key to be used for generating hash. Should be a secure cryptographic key. $ra

sphinx\gii\model\Generator generateRules()

generateRules() public method Generates validation rules for the specified index. public array generateRules ( $index )$index yii\sphinx\IndexSchema The index schema return array The generated validation rules

sphinx\ColumnSchema $isMva

$isMva public property Whether this column is a multi value attribute (MVA) public boolean $isMva = null