ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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?>
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:43
This class is used to make proxied service requests via the HTTP GET method.
Definition: Get.php:70
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.