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

checkLabelPrintAccess() public method

    public function checkLabelPrintAccess()
    {
        $this->demographicsData = $this->getManager()->getDemographicsElementForEvent($this->event);
        if (empty($this->demographicsData['address']) && empty($this->demographicsData['gp_address']) && empty($this->demographicsData['la_address'])) {
            return FALSE;
        }
        return TRUE;
    }