ILIAS  release_7 Revision v7.30-3-g800a261c036
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}
An exception for terminatinating execution or to throw for unit testing.
This class implements common methods for ProxiedService implementations included with phpCAS.
Definition: Abstract.php:42
This class is used to make proxied service requests via the HTTP GET method.
Definition: Get.php:69
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.