Lavary\Menu\Item::all PHP Метод

all() публичный Метод

Returns all childeren of the item
public all ( ) : Lavary\Menu\Collection
Результат Lavary\Menu\Collection
    public function all()
    {
        return $this->builder->whereParent($this->id, true);
    }