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

elasticsearch\Command $db

$db public property public yii\elasticsearch\Connection $db = null

db\Schema $columnSchemaClass

$columnSchemaClass public property (available since version 2.0.11) Column schema class public string $columnSchemaClass = 'yii\db\ColumnSchema'

debug\components\search\Filter $rules

$rules protected property Rules for matching filters in the way: [:fieldName => [rule1, rule2,..]] protected array $rules = []

base\Application $requestedAction

$requestedAction public property The requested Action. If null, it means the request cannot be resolved into an action. public yii\base\Action $requestedAction = null

widgets\ListView $viewParams

$viewParams public property Additional parameters to be passed to $itemView when it is being rendered. This property is used only when $itemView is a string representing a view name. public array $viewParams = []

web\UploadedFile getInstanceByName()

getInstanceByName() public static method Returns an uploaded file according to the given file input name. The name can be a plain string or a string like an array element (e.g. 'Post[imageFile]', or 'Post[0][imageFile]'). public static null|yii\web\UploadedFile getInstanceByName ( $name )$name string The name of the file input field. return null|yii\web\UploadedFile The instance of the uploaded file. Null is returned if no file is uploaded for the specified name.

rbac\BaseManager getPermissions()

getPermissions() public method Returns all permissions in the system. public yii\rbac\Permission[] getPermissions ( )return yii\rbac\Permission[] All permissions in the system. The array is indexed by the permission names.

db\ColumnSchema $allowNull

$allowNull public property Whether this column can be null. public boolean $allowNull = null

db\TableSchema $columnNames

$columnNames public read-only property List of column names public array getColumnNames ( )