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

Parameters

string $type

Return Value

Iterator

void index($type, $object)

Index an object

Parameters

$type
$object

Return Value

void

void forget(string $type, mixed $object)

Forget an object

Parameters

string $type
mixed $object

Return Value

void

clear(string $type)

Clear out a type.

Parameters

string $type

The type to clear