PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
htmlpurifier
/
library
/
HTMLPurifier
/
AttrDef
<?php /** * Validates arbitrary text according to the HTML spec. */ class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef { public function validate($string, $config, $context) { return $this->parseCDATA($string); } } // vim: et sw=4 sts=4
[+]
..
[+]
HTML
[-] Integer.php
[edit]
[-] Switch.php
[edit]
[+]
CSS
[-] CSS.php
[edit]
[-] Text.php
[edit]
[-] Enum.php
[edit]
[-] Lang.php
[edit]
[+]
URI
[-] URI.php
[edit]
[-] Clone.php
[edit]