maxMessages = $maxMessages; } public function getMaxMessages() { return $this->maxMessages; } public function setReturnImmediately($returnImmediately) { $this->returnImmediately = $returnImmediately; } public function getReturnImmediately() { return $this->returnImmediately; } }