getFirstChildByName(REQUESTOUTPUTPLOTPARAMSLEGEND_NAME); if (!isset($node)) { $node = new RequestOutputPlotParamsLegendNodeClass(); $this->addChild($node); } return $node; } public function addTextLegend() { $node = new RequestOutputPlotTextLegendNodeClass(); $this->addChild($node); return $node; } } ?>