BaseEventTypeController::checkFormAccess PHP Method

checkFormAccess() public method

public checkFormAccess ( ) : boolean
return boolean
    public function checkFormAccess()
    {
        return $this->checkAccess('OprnViewClinical');
    }
BaseEventTypeController