lithium\util\Collection::key()
Returns the key of the current item.
Returns
scalarScalar on success or null
on failure.
Source
public function key() {
return key($this->_data);
}
Returns the key of the current item.
Scalar on success or null
on failure.
public function key() {
return key($this->_data);
}