Neos\Neos\EventLog\Domain\Model\Event::getChildEvents PHP 메소드

getChildEvents() 공개 메소드

Return the child events (if any)
public getChildEvents ( ) : array
리턴 array
    public function getChildEvents()
    {
        return $this->childEvents;
    }