Jackalope\Observation\EventJournal::key PHP Method

key() public method

public key ( )
    public function key()
    {
        if (!$this->events) {
            $this->fetchJournal();
        }
        return $this->events->key();
    }