array fetch(
$_smarty_tpl_file, [
$_smarty_cache_id = null], [
$_smarty_compile_id = null], [
$_smarty_display = false]
)
|
|
Fetch should also return a GalleryStatus object
Parameters:
|
$_smarty_tpl_file: |
|
|
$_smarty_cache_id: |
|
|
$_smarty_compile_id: |
|
|
$_smarty_display: |
|
API Tags:
Return: | GalleryStatus the return status string the output from the template |
See: | Smarty::fetch |
void trigger_error(
$error_msg, [
$error_type = E_USER_WARNING]
)
|
|
Make trigger_error behave more Gallery-like
Parameters:
API Tags:
See: | Smarty::trigger_error |