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