public function __construct($outputFormat, $request = array()) { $this->outputFormat = $outputFormat; $this->request = $request; $this->apiRenderer = ApiRenderer::factory($outputFormat, $request); }