Ejemplo n.º 1
0
 /**
  * Устанавливает текущий префикс URL
  *
  * @param string $sPrefix
  */
 public static function SetPrefixUrl($sPrefix)
 {
     self::$sPrefixUrl = $sPrefix;
 }