string = $string; $this->condition = $condition; $this->isOr = $isOr; $this->isNot = $isNot; } /** * @since 2.4 * * @return string */ public function getHash() { return $this->string . '#' . $this->condition . '#' . $this->isOr . '#' . $this->isNot; } }