示例#1
0
 /**
  * the $_prefix setter
  *
  * @param string $value the new value for $_prefix
  */
 public static function setPrefix($value)
 {
     FSControl::$_prefix = $value;
 }