result = $result; } /** * Returns result interpretation * * @return mixed */ public function get() { return (bool) $this->result; } }