Examination::addAllElementsValidationError PHP Method

addAllElementsValidationError() public method

    public function addAllElementsValidationError()
    {
        return (bool) $this->find('xpath', $this->getElement('historyValidationError')->getXpath());
        // (bool) $this->find('xpath', $this->getElement('dilationValidationErrorLeft')->getXpath()) &&
        // (bool) $this->find('xpath', $this->getElement('dilationValidationErrorRight')->getXpath()) &&
        // (bool) $this->find('xpath', $this->getElement('conclusionValidationError')->getXpath());
        // (bool) $this->find('xpath', $this->getElement('investigationValidationError')->getXpath());
        // These keep changing every release so I have only enabled the History until the exact ones are confirmed
    }
Examination