OEModule\OphCoCvi\controllers\DefaultController::checkListAccess PHP Method

checkListAccess() public method

Currently uses the OprnEditCvi operation to check for access
public checkListAccess ( ) : boolean
return boolean
    public function checkListAccess()
    {
        return $this->checkAccess('OprnEditCvi', $this->getApp()->user->id);
    }