plugin_get_secure (line
71)
tell whether plugin $name is safe to load
FIXME: so far this just assumes everything is secure
bool
plugin_get_secure
(string $name, &$smarty, object $smarty)
-
string
$name
-
object
$smarty
-
&$smarty
plugin_get_template (line
28)
handle plugin specific templates
bool
plugin_get_template
(string $name, &$source, &$smarty, filehandle $source, object $smarty)
-
string
$name
-
filehandle
$source
-
object
$smarty
-
&$source
-
&$smarty
plugin_get_timestamp (line
50)
get modification time of file $name
bool
plugin_get_timestamp
(string $name, &$timestamp, &$smarty, int $timestamp, object $smarty)
-
string
$name
-
int
$timestamp
-
object
$smarty
-
&$timestamp
-
&$smarty
plugin_get_trusted (line
85)
plugin_get_trusted
FIXME: not implemented/not needed
void
plugin_get_trusted
(string $name, &$smarty, object $smarty)
-
string
$name
-
object
$smarty
-
&$smarty