element = $element; $this->reason = $reason; } /** * @return \Bridge_Element */ public function getElement() { return $this->element; } public function getReason() { return $this->reason; } }