예제 #1
0
파일: var_test.php 프로젝트: staabm/redaxo
 public static function quote($string)
 {
     // make quote() public
     return parent::quote($string);
 }