/** * @param string $prefix */ public static function setPrefix($prefix) { self::$prefix = $prefix; }