Changeset 8817
- Timestamp:
- 05/06/08 21:47:16 (5 months ago)
- Files:
-
- branches/1.0/lib/request/sfWebRequest.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/request/sfWebRequest.class.php
r8480 r8817 758 758 759 759 /** 760 * Returns true id the request is a XMLHttpRequest (via prototype 'HTTP_X_REQUESTED_WITH' header). 761 * 762 * @return boolean 760 * Returns true if the request is a XMLHttpRequest. 761 * 762 * It works if your JavaScript library set an X-Requested-With HTTP header. 763 * Works with Prototype, Mootools, jQuery, and perhaps others. 764 * 765 * @return Boolean true if the request is an XMLHttpRequest, false otherwise 763 766 */ 764 767 public function isXmlHttpRequest()