Ejemplo n.º 1
0
 /**
  * Sets whether titles will be included in URLs
  *
  * @param array $value
  */
 public static function setRouteFiltersOut(array $value)
 {
     self::$_routeFiltersOut = $value;
 }