init() public method Initializes the widget. public void 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 ( )
$i18n public read-only property The internationalization application component. public yii\i18n\I18N getI18n ( )
$request public read-only property The request component. public yii\web\Request getRequest ( )
$message public property User-defined error message used when the value is not a string. public string $message = null
$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 = []
$requestedAction public property The requested Action. If null, it means the request cannot be resolved into an action. public yii\base\Action $requestedAction = null
$rules protected property Rules for matching filters in the way: [:fieldName => [rule1, rule2,..]] protected array $rules = []
$columnSchemaClass public property (available since version 2.0.11) Column schema class public string $columnSchemaClass = 'yii\db\ColumnSchema'
$db public property public yii\elasticsearch\Connection $db = null
Page 49 of 633