ActionPriceCustomersType
in package
Class representing ActionPriceCustomersType.
Odběratelé Akční ceny zásob. XSD Type: actionPriceCustomersType
Table of Contents
- $customer : array<string|int, mixed>
- addToCustomer() : self
- Adds as customer.
- getCustomer() : array<string|int, CustomerType>
- Gets as customer.
- issetCustomer() : bool
- isset customer.
- setCustomer() : self
- Sets a new customer.
- unsetCustomer() : void
- unset customer.
Properties
$customer
private
array<string|int, mixed>
$customer
= []
Methods
addToCustomer()
Adds as customer.
public
addToCustomer(CustomerType $customer) : self
Parameters
- $customer : CustomerType
Return values
self —getCustomer()
Gets as customer.
public
getCustomer() : array<string|int, CustomerType>
Return values
array<string|int, CustomerType> —issetCustomer()
isset customer.
public
issetCustomer(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setCustomer()
Sets a new customer.
public
setCustomer(array<string|int, CustomerType> $customer) : self
Parameters
- $customer : array<string|int, CustomerType>
Return values
self —unsetCustomer()
unset customer.
public
unsetCustomer(int|string $index) : void
Parameters
- $index : int|string