Interface yii\debug\models\search\UserSearchInterface
Extends | yii\web\IdentityInterface |
---|---|
Available since extension's version | 2.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
Method | Description | Defined By |
---|---|---|
search() | Creates data provider instance with search query applied. | yii\debug\models\search\UserSearchInterface |