Exemplo n.º 1
0
 public function transform($a, $b, $c, $d, $e, $f)
 {
     if (self::DEBUG) {
         echo __FUNCTION__ . "\n";
     }
     $this->canvas->transform(array($a, $b, $c, $d, $e, $f));
 }
 function transform($a, $b, $c, $d, $e, $f)
 {
     $this->_pdf->transform(array($a, $b, $c, $d, $e, $f));
 }