ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
Get.php
Go to the documentation of this file.
1 <?php
2 
70 {
71 
79  protected function populateRequest (CAS_Request_RequestInterface $request)
80  {
81  // do nothing, since the URL has already been sent and that is our
82  // only data.
83  }
84 }
85 ?>
populateRequest(CAS_Request_RequestInterface $request)
Add any other parts of the request needed by concrete classes.
Definition: Get.php:79
This interface defines a class library for performing web requests.
This class is used to make proxied service requests via the HTTP GET method.
Definition: Get.php:68
This class implements common methods for ProxiedService implementations included with phpCAS...
Definition: Abstract.php:41