Exemplo n.º 1
0
 /**
  * Sets whether friendly URLs should be used for generating links.
  *
  * @param boolean $value
  */
 public static function useFriendlyUrls($value)
 {
     self::$_useFriendlyUrls = $value;
 }