abstract class AbstractRegistry implements RegistryInterface (View source)

Properties

protected EntryInterface[] $entries

Methods

addEntry(EntryInterface $entry)

No description

getEntry($pkCategoryHandle, $pkHandle)

No description

Details

addEntry(EntryInterface $entry)

No description

Parameters

EntryInterface $entry

EntryInterface getEntry($pkCategoryHandle, $pkHandle)

No description

Parameters

$pkCategoryHandle
$pkHandle

Return Value

EntryInterface