Homepage::modulesUnavailableLevelTwoCheck PHP Method

modulesUnavailableLevelTwoCheck() public method

    public function modulesUnavailableLevelTwoCheck()
    {
        return (bool) $this->find('xpath', $this->getElement('addOpthalmicDiagnosis')->getXpath()) || (bool) $this->find('xpath', $this->getElement('addSystemicDiagnosis')->getXpath()) || (bool) $this->find('xpath', $this->getElement('addPreviousOperation')->getXpath()) || (bool) $this->find('xpath', $this->getElement('addMedicationButton')->getXpath()) || (bool) $this->find('xpath', $this->getElement('editCVIstatusButton')->getXpath()) || (bool) $this->find('xpath', $this->getElement('addAllergyButton')->getXpath()) || (bool) $this->find('xpath', $this->getElement('addFamilyHistoryButton')->getXpath());
    }