isErrorType = $isErrorType; } public function getIsErrorType() { return $this->isErrorType; } public function setSelector($selector) { $this->selector = $selector; } public function getSelector() { return $this->selector; } }