andWhere(['status' => Language::STATUS_ACTIVE]); } public function default() { return $this->andWhere(['default' => Language::DEFAULT_TRUE]); } }