PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
Token
<?php /** * Concrete empty token class. */ class HTMLPurifier_Token_Empty extends HTMLPurifier_Token_Tag { public function toNode() { $n = parent::toNode(); $n->empty = true; return $n; } } // vim: et sw=4 sts=4
[+]
..
[-] Start.php
[edit]
[-] Text.php
[edit]
[-] Comment.php
[edit]
[-] Empty.php
[edit]
[-] Tag.php
[edit]
[-] End.php
[edit]