BaseEventTypeController::checkViewAccess PHP Method

checkViewAccess() public method

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