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