depage-graphics
Loading...
Searching...
No Matches
Ui/Graphics.php
Go to the documentation of this file.
1
<?php
9
namespace
Depage\Graphics\Ui
;
15
class
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 : */
Depage\Graphics\Ui\Graphics
Interface for accessing graphics via URI.
Definition
Ui/Graphics.php:16
Depage\Graphics\Ui\Graphics\notfound
notfound($function="")
Definition
Ui/Graphics.php:26
Depage\Graphics\Ui\Graphics\$defaults
$defaults
Default options array for graphics factory.
Definition
Ui/Graphics.php:20
Depage\Graphics\Ui\Graphics\send_time
send_time($time)
Override depage_ui method.
Definition
Ui/Graphics.php:37
Depage\Graphics\Ui
Definition
Ui/Graphics.php:9
Ui
Graphics.php
Generated on
for depage-graphics by
doxygen
1.14.0
For an overview of all docs, go to
docs.depage.net