p_ = $p; } public function write() { if ($this->first_) { $this->first_ = false; } else { $this->p_->getTransport()->write(TSimpleJSONProtocol::COMMA); } } }