Contents ../ lithium\data\source\Result::key() public method Returns the current key position on the result. Returns integer|null The current key position or null if there is none. Source public function key(): int | null { return $this->_key; }