ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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.