lithium\data\collection\MultiKeyRecordSet::keys()
Overrides
lithium\util\Collection::keys()
Returns the item keys.
Returns
arrayThe keys of the items.
Source
public function keys() {
$this->offsetGet(null);
return $this->_index;
}