abstract class AbstractAccessRegistry implements AccessRegistryInterface (View source)

Properties

protected $entries
protected $entriesToRemove

Methods

addEntry(EntryInterface $entry)

No description

removeEntry(EntryInterface $entry)

No description

getEntries()

No description

getEntriesToRemove()

No description

Details

addEntry(EntryInterface $entry)

No description

Parameters

EntryInterface $entry

removeEntry(EntryInterface $entry)

No description

Parameters

EntryInterface $entry

EntryInterface[] getEntries()

No description

Return Value

EntryInterface[]

EntryInterface[] getEntriesToRemove()

No description

Return Value

EntryInterface[]