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