Interface yii\debug\models\search\UserSearchInterface

Extendsyii\web\IdentityInterface
Available since extension's version2.0.10
Source Code https://github.com/yiisoft/yii2-debug/blob/master/src/models/search/UserSearchInterface.php

UserSearchInterface is the interface that should be implemented by a class providing identity information and search method.

Public Methods

Hide inherited methods

Method Description Defined By
search() Creates data provider instance with search query applied. yii\debug\models\search\UserSearchInterface

Method Details

Hide inherited methods

search() public abstract method

Creates data provider instance with search query applied.

public abstract \yii\data\DataProviderInterface search ( $params )
$params array

The data array to load model.

                public function search($params);