Source for file Text.php

Documentation is available at Text.php

  1. <?php
  2.  
  3. /**
  4.  * Validates arbitrary text according to the HTML spec.
  5.  */
  6. {
  7.     
  8.     public function validate($string$config$context{
  9.         return $this->parseCDATA($string);
  10.     }
  11.     
  12. }

Documentation generated on Thu, 19 Jun 2008 18:50:24 -0400 by phpDocumentor 1.4.2