phpCAS
version 1.4.0
CAS
Request
MultiRequestInterface.php
Go to the documentation of this file.
1
<?php
2
42
interface
CAS_Request_MultiRequestInterface
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
}
CAS_Request_MultiRequestInterface\addRequest
addRequest(CAS_Request_RequestInterface $request)
CAS_Request_MultiRequestInterface
Definition:
MultiRequestInterface.php:42
CAS_Request_MultiRequestInterface\getNumRequests
getNumRequests()
CAS_Request_RequestInterface
Definition:
RequestInterface.php:40
CAS_Request_MultiRequestInterface\send
send()
Generated by
1.8.13