needle = $needle; $this->haystack = $haystack; } public function getNeedle() { return $this->needle; } public function getHaystack() { return $this->haystack; } }