depage-graphics
Loading...
Searching...
No Matches
Ui/Graphics.php
Go to the documentation of this file.
1<?php
15class Graphics extends \Depage\Depage\Ui\Base
16{
20 public $defaults = array(
21 'extension' => 'gd',
22 'executable' => '',
23 'background' => 'transparent',
24 );
25
26 public function notfound($function = "")
27 {
28 $imgurl = new \Depage\Graphics\Imgurl($this->options);
29 $imgurl->render()->display();
30 }
31
37 protected function send_time($time) {}
38}
39/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
Interface for accessing graphics via URI.
$defaults
Default options array for graphics factory.
send_time($time)
Override depage_ui method.