filter() static public method

Apply filters for $tag on $value
static public filter ( $tag, $value )
示例#1
0
文件: gitblog.php 项目: rsms/gitblog
 function body()
 {
     return gb::filter('comment-body', $this->body);
 }