TreeCollection
abstract class TreeCollection implements TreeCollectionInterface (View source)
Properties
protected EntryInterface[] | $entries | ||
protected GroupInterface[] | $entryGroups |
Methods
Details
EntryInterface[]
getEntries()
Get the list of sitemap entries.
addEntry(EntryInterface $entry)
Add an entry to the entry list.
addEntryGroup(GroupInterface $group)
Add a group to the group list.
GroupInterface[]
getEntryGroups()
Get the list of sitemap groups.