Example #1
0
 /**
  * Gets used category switches
  * @return array
  */
 protected function getCategoryBoxes()
 {
     return $this->item_id ? ArticleCategory::find()->select('category_id')->andWhere(['article_id' => $this->item_id])->column() : [Category::getMainCategory($this->language_id)];
 }