IndexableTrait
Indexable trait
Tags
Table of Contents
Methods
- addIndex() : bool
- Create an index for collection
- dropIndex() : bool
- Drops an index of collection
- getIndexes() : ArrayList
- Return all indexes of collection
Methods
addIndex()
Create an index for collection
public
addIndex(IndexInterface $index) : bool
Parameters
- $index : IndexInterface
Tags
Return values
booldropIndex()
Drops an index of collection
public
dropIndex(IndexInterface $index) : bool
Parameters
- $index : IndexInterface
Tags
Return values
boolgetIndexes()
Return all indexes of collection
public
getIndexes() : ArrayList