OEModule\OphCoCvi\components\OphCoCvi_AuthRules::getEventType PHP 메소드

getEventType() 보호된 메소드

protected getEventType ( ) : EventType
리턴 EventType
    protected function getEventType()
    {
        if (!isset($this->event_type)) {
            $this->event_type = \EventType::model()->findByAttributes(array('class_name' => 'OphCoCvi'));
        }
        return $this->event_type;
    }