ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
MultiRequestInterface.php
Go to the documentation of this file.
1<?php
2
43{
44
45 /*********************************************************
46 * Add Requests
47 *********************************************************/
48
62 public function addRequest(CAS_Request_RequestInterface $request);
63
69 public function getNumRequests();
70
71 /*********************************************************
72 * 2. Send the Request
73 *********************************************************/
74
82 public function send();
83}
An exception for terminatinating execution or to throw for unit testing.
This interface defines a class library for performing multiple web requests in batches.
getNumRequests()
Retrieve the number of requests added to this batch.
send()
Perform the request.
addRequest(CAS_Request_RequestInterface $request)
Add a new Request to this batch.
This interface defines a class library for performing web requests.