andWhere('[[status]]=1'); }*/ /** * @inheritdoc * @return \app\models\Device[]|array */ public function all($db = null) { return parent::all($db); } /** * @inheritdoc * @return \app\models\Device|array|null */ public function one($db = null) { return parent::one($db); } }