BaseApi
in package
AbstractYes
Table of Contents
Properties
Methods
- __construct() : mixed
- BaseApi constructor.
- getInstance() : OlcInstance
- Gets the OlcInstance that this API is associated with.
Properties
$_olcInstance
private
OlcInstance
$_olcInstance
Methods
__construct()
BaseApi constructor.
public
__construct(OlcInstance $_olcInstance) : mixed
Parameters
- $_olcInstance : OlcInstance
-
OlcInstance that this API is associated with
getInstance()
Gets the OlcInstance that this API is associated with.
protected
getInstance() : OlcInstance