lithium\util\Collection::keys()
Returns the item keys.
Returns
arrayThe keys of the items.
Source
public function keys() {
return array_keys($this->_data);
}
Returns the item keys.
The keys of the items.
public function keys() {
return array_keys($this->_data);
}