XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
Text.php
Go to the documentation of this file.
1 <?php
2 
7 {
8 
9  public function validate($string, $config, $context) {
10  return $this->parseCDATA($string);
11  }
12 
13 }
14 
15 // vim: et sw=4 sts=4