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