IndexManagerInterface
interface IndexManagerInterface (View source)
Methods
Iterator
getIndexes(string $type)
Get the indexes for a type
void
index($type, $object)
Index an object
void
forget(string $type, mixed $object)
Forget an object
clear(string $type)
Clear out a type.
Details
Iterator
getIndexes(string $type)
Get the indexes for a type
void
index($type, $object)
Index an object
void
forget(string $type, mixed $object)
Forget an object
clear(string $type)
Clear out a type.