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