ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
MultiRequestInterface.php
Go to the documentation of this file.
1<?php
2
43{
44
45 /*********************************************************
46 * Add Requests
47 *********************************************************/
48
63
69 public function getNumRequests();
70
71 /*********************************************************
72 * 2. Send the Request
73 *********************************************************/
74
82 public function send();
83}
foreach($paths as $path) $request
Definition: asyncclient.php:32
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.