Esempio n. 1
0
 /**
  * Checks whether support for the _method request parameter is enabled.
  *
  * @return bool True when the _method request parameter is enabled, false otherwise
  */
 public static function getHttpMethodParameterOverride()
 {
     return Symfony\Component\HttpFoundation\Request::getHttpMethodParameterOverride();
 }