Extends
lithium\core\Object
Returns the item keys.
Returns
array The keys of the items.Source
public function keys() {
return array_keys($this->_data);
}
public function keys() {
return array_keys($this->_data);
}