conditions[] = $condition; return $this; } /** * Converts the expression to a string that can be sent to the IMAP server. * * @return string */ public function __toString() { return implode(' ', $this->conditions); } }