ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Get.php
Go to the documentation of this file.
1 <?php
2 
69 {
70 
78  protected function populateRequest(CAS_Request_RequestInterface $request)
79  {
80  // do nothing, since the URL has already been sent and that is our
81  // only data.
82  }
83 }
populateRequest(CAS_Request_RequestInterface $request)
Add any other parts of the request needed by concrete classes.
Definition: Get.php:78
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