Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F885256
smarty_method__get_filter_name.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
514 B
Subscribers
None
smarty_method__get_filter_name.php
View Options
<?php
/**
* Smarty method _get_filter_name
*
* Return internal filter name
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Return internal filter name
*
* @param object $smarty
* @param callback $function
*/
function
Smarty_Method__get_filter_name
(
$smarty
,
$function
)
{
if
(
is_array
(
$function
))
{
$_class_name
=
(
is_object
(
$function
[
0
])
?
get_class
(
$function
[
0
])
:
$function
[
0
]);
return
$_class_name
.
'_'
.
$function
[
1
];
}
else
{
return
$function
;
}
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Apr 6, 14:18 (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25831
Default Alt Text
smarty_method__get_filter_name.php (514 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment