Exemplo n.º 1
0
 function output(\Radical\Utility\Image\Graph\Schema\Graph $pChart)
 {
     ob_start();
     parent::Output($pChart);
     $string = ob_get_contents();
     ob_end_clean();
     return $string;
 }
Exemplo n.º 2
0
 function output(\Radical\Utility\Image\Graph\Schema\Graph $pChart)
 {
     parent::Output($pChart);
     header('Content-Type: image/png', true);
 }