BaseEventTypeController::checkCreateAccess PHP Method

checkCreateAccess() public method

public checkCreateAccess ( ) : boolean
return boolean
    public function checkCreateAccess()
    {
        return $this->checkAccess('OprnCreateEvent', $this->firm, $this->episode, $this->event_type);
    }
BaseEventTypeController