Lavary\Menu\Item::all PHP Méthode

all() public méthode

Returns all childeren of the item
public all ( ) : Lavary\Menu\Collection
Résultat Lavary\Menu\Collection
    public function all()
    {
        return $this->builder->whereParent($this->id, true);
    }