unregister_modifier

PHP Smarty

Smarty - the compiling PHP template engine
Prev 来源:PHP中文社区 Chapter 13. Methods Next

unregister_modifier
注销修饰器

// we don't want template designers to strip tags from elements
// 禁止模板设计者去除元素的标记

$smarty->unregister_modifier("strip_tags");

Prev 来源:PHP中文社区 Home Next
unregister_function
注销函数
Up unregister_object
注销对象