Esempio n. 1
0
 /**
  * Return all page block items for the current corresponding page. Not related to any sortings or placeholders.
  *
  * @return ActiveQuery
  */
 public function getNavItemPageBlockItems()
 {
     return $this->hasMany(NavItemPageBlockItem::className(), ['nav_item_page_id' => 'id']);
 }