$openstack
$openstack : \OpenStack\OpenStack
App Class of the back-end application
This class allow the communication between the front-end application and the library which allow to send requests to an Openstack instance.
$tokenClass : \genTokenOptions
$errorClass : \errorManagement
__construct(Array $args) : \App
App constructor
Array | $args | Args for the OpenStack Library |
object
getLibClass(String $service) : \Core
Get the service Class given the name in parameter
String | $service | Name of the service |
object
getErrorInstance() : \errorManagement
Retrieve the errorManagement instance Object
object