| 1 | <?php |
||
| 13 | class DashboardQuery extends ActiveQuery |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return static |
||
| 17 | */ |
||
| 18 | public function enabled() |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @return static |
||
| 25 | */ |
||
| 26 | public function orderBySort() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritdoc |
||
| 33 | * @return Dashboard[]|array |
||
| 34 | */ |
||
| 35 | public function all($db = null) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @inheritdoc |
||
| 42 | * @return Dashboard|null |
||
| 43 | */ |
||
| 44 | public function one($db = null) |
||
| 48 | } |