Lavary\Menu\Item::all PHP Method

all() public method

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