jui\Dialog init()

init() public method Initializes the widget. public void init ( )

validators\UrlValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

base\Application $i18n

$i18n public read-only property The internationalization application component. public yii\i18n\I18N getI18n ( )

web\Application $request

$request public read-only property The request component. public yii\web\Request getRequest ( )

validators\StringValidator $message

$message public property User-defined error message used when the value is not a string. public string $message = 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 = []

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

debug\components\search\Filter $rules

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

db\Schema $columnSchemaClass

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

elasticsearch\Command $db

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