/framework/experimental/graphic/GraphicDocument.php

http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 3d82cef464f78e985fcfa00d036e37ad MD5 · raw file

  1. <?php
  2. class GraphicDocument extends GraphicDiv
  3. {
  4. public function draw($x = 0, $y = 0, $width = NULL, $reallyDraw = true)
  5. {
  6. parent::draw($x, $y, $width, $reallyDraw);
  7. }
  8. }