BConnect POS - Reference PHP

PosService
in package

Table of Contents

Properties

$businessApiUrl  : string
$entityManager  : EntityManagerInterface
$httpClient  : HttpClientInterface
$posInfo  : array<string|int, mixed>|null
$security  : Security
$systemApiKey  : string

Methods

__construct()  : mixed
getPosInfo()  : array<string|int, mixed>|null

Properties

$businessApiUrl read-only

private string $businessApiUrl

$entityManager read-only

private EntityManagerInterface $entityManager

$httpClient read-only

private HttpClientInterface $httpClient

$posInfo

private array<string|int, mixed>|null $posInfo = null

$systemApiKey read-only

private string $systemApiKey

Methods

__construct()

public __construct(HttpClientInterface $httpClient, Security $security, EntityManagerInterface $entityManager, string $businessApiUrl, string $systemApiKey) : mixed
Parameters
$httpClient : HttpClientInterface
$security : Security
$entityManager : EntityManagerInterface
$businessApiUrl : string
$systemApiKey : string

getPosInfo()

public getPosInfo() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
On this page

Search results