Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function hasItems()
 {
     return 0 < $this->items->count();
 }
Exemplo n.º 2
0
 /**
  * {@inheritdoc}
  */
 public function countItems()
 {
     return $this->items->count();
 }
Exemplo n.º 3
0
 /**
  * @inheritdoc
  */
 public function hasChildren()
 {
     return 0 < $this->children->count();
 }