filter() static public method

Apply filters for $tag on $value
static public filter ( $tag, $value )
Beispiel #1
0
 function body()
 {
     return gb::filter('comment-body', $this->body);
 }