Пример #1
0
 /**
  * Check if the sidebar has items.
  *
  * @return bool
  */
 public function hasItems()
 {
     return !$this->items->isEmpty();
 }
Пример #2
0
 /**
  * Check if the item has children.
  *
  * @return bool
  */
 public function hasChildren()
 {
     return !$this->children->isEmpty();
 }