Exemplo n.º 1
0
 public function __construct($string = "", $debug = FALSE)
 {
     parent::__construct($string);
     $this->string = strip_tags($string);
 }
Exemplo n.º 2
0
 public function __construct($string = "", $debug = FALSE)
 {
     parent::__construct($string);
     $this->string = htmlspecialchars($string, ENT_QUOTES);
 }