1 | <?php |
||
10 | class OauthClientsQuery extends \yii\db\ActiveQuery |
||
11 | { |
||
12 | /*public function active() |
||
13 | { |
||
14 | return $this->andWhere('[[status]]=1'); |
||
15 | }*/ |
||
16 | |||
17 | /** |
||
18 | * @inheritdoc |
||
19 | * @return \zacksleo\yii2\oauth2\common\models\OauthClients[]|array |
||
20 | */ |
||
21 | 1 | public function all($db = null) |
|
25 | |||
26 | /** |
||
27 | * @inheritdoc |
||
28 | * @return \zacksleo\yii2\oauth2\common\models\OauthClients|array|null |
||
29 | */ |
||
30 | 2 | public function one($db = null) |
|
34 | } |
||
35 |