Example #1
0
 /**
  * addslashes
  */
 protected static function add_slashes($string)
 {
     return Controller::add_slashes($string);
 }