/framework/experimental/graphic/GraphicDocument.php
http://zoop.googlecode.com/ · PHP · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 3d82cef464f78e985fcfa00d036e37ad MD5 · raw file
- <?php
- class GraphicDocument extends GraphicDiv
- {
- public function draw($x = 0, $y = 0, $width = NULL, $reallyDraw = true)
- {
- parent::draw($x, $y, $width, $reallyDraw);
- }
- }