Jackalope\Observation\EventJournal::key PHP 메소드

key() 공개 메소드

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