abstract class TreeCollection implements TreeCollectionInterface (View source)

Properties

protected EntryInterface[] $entries
protected $entryGroups

Methods

getEntries()

No description

addEntry(EntryInterface $entry)

No description

addEntryGroup(GroupInterface $group)

No description

getEntryGroups()

No description

Details

EntryInterface getEntries()

No description

Return Value

EntryInterface

addEntry(EntryInterface $entry)

No description

Parameters

EntryInterface $entry

addEntryGroup(GroupInterface $group)

No description

Parameters

GroupInterface $group

GroupInterface getEntryGroups()

No description

Return Value

GroupInterface