ActionPriceCustomersType
in package
Class representing ActionPriceCustomersType.
Odběratelé Akční ceny zásob. XSD Type: actionPriceCustomersType
Table of Contents
Properties
- $customer : array<string|int, CustomerType>
Methods
- 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, CustomerType>
$customer
= []
Methods
addToCustomer()
Adds as customer.
public
addToCustomer(CustomerType $customer) : self
Parameters
- $customer : CustomerType
Return values
selfgetCustomer()
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
boolsetCustomer()
Sets a new customer.
public
setCustomer(array<string|int, CustomerType> $customer) : self
Parameters
- $customer : array<string|int, CustomerType>
Return values
selfunsetCustomer()
unset customer.
public
unsetCustomer(int|string $index) : void
Parameters
- $index : int|string