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);
 }