XOOPS
2.6.0
|
Protected Member Functions | |
fetch ($name, &$source, &$mtime) | |
Private Member Functions | |
blockTplInfo ($tpl_name) | |
Definition at line 17 of file resource.block.php.
|
private |
Translate template name to absolute file name path
string | $tpl_name | template name |
Definition at line 53 of file resource.block.php.
References $dirname, $file, $xoops, and Xoops\getInstance().
Referenced by fetch().
|
protected |
Fetch a template and its modification time from database
string | $name | template name |
string | $source | template source |
integer | $mtime | template modification timestamp (epoch) |
Definition at line 28 of file resource.block.php.
References $mtime, $name, $tpl, and blockTplInfo().