Antidot PHP API  version 0.16.0
##PHP API to simplify integration of Antidot components
 All Classes Files Functions Variables Groups Pages
Static Public Member Functions | List of all members
AfsBOWSInformationCache Class Reference

Static Public Member Functions

static get_information ($host, $scheme, SAI_CurlInterface $curlConnector=null)
 Retrieves Back Office information object.

Detailed Description

Cache Back Office information during PHP script life time.

Member Function Documentation

static get_information (   $host,
  $scheme,
SAI_CurlInterface  $curlConnector = null 
)
static

Retrieves Back Office information object.

On first call, she queries Back Office otherwise she returns cached object.

Parameters
$host[in] Computer name hosting AFS Back Office.
$scheme[in] Scheme to use to connect to back office.
Returns
AfsBOWSInformation object.