[HttpFoundation] Docblock for Request::isXmlHttpRequest() now points to Wikipedia

This commit is contained in:
Joseph Bielawski 2013-01-07 11:42:04 +01:00
parent 1e2fb64817
commit 666283cb76

View File

@ -1132,7 +1132,8 @@ class Request
* Returns true if the request is a XMLHttpRequest.
*
* It works if your JavaScript library set an X-Requested-With HTTP header.
* It is known to work with Prototype, Mootools, jQuery.
* It is known to work with common JavaScript frameworks:
* @link http://en.wikipedia.org/wiki/List_of_Ajax_frameworks#JavaScript
*
* @return Boolean true if the request is an XMLHttpRequest, false otherwise
*