Newscoop\Entity\Log::getEvent PHP Method

getEvent() public method

Get eventId
public getEvent ( ) : Newscoop\Entity\Event
return Newscoop\Entity\Event
    public function getEvent()
    {
        return $this->eventId;
    }