/** * Sets whether friendly titles should be romanized in links. * * @param boolean $value */ public static function romanizeTitles($value) { self::$_romanizeTitles = $value; }