/** * @param Hotel $hotel * @return bool */ public function specifies(Hotel $hotel) { return $hotel->contains($this->textToFind); }