ExportOffer implements Iterator
Table of Contents
Interfaces
- Iterator
Methods
- __construct() : mixed
- current() : array<string|int, mixed>
- Return the current element.
- getRub() : string
- Return ruble currency code.
- key() : int
- Return the key of the current element.
- next() : void
- Move forward to next element.
- rewind() : void
- Rewind the Iterator to the first element.
- setOnlyAvailableFlag() : mixed
- Change setting "export only available elements".
- valid() : bool
- Checks if current position is valid.
Methods
__construct()
public
__construct(mixed $catalogType, mixed $params) : mixed
Parameters
- $catalogType : mixed
- $params : mixed
current()
Return the current element.
public
current() : array<string|int, mixed>
Attributes
- #[ReturnTypeWillChange]
Return values
array<string|int, mixed>getRub()
Return ruble currency code.
public
static getRub() : string
Return values
stringkey()
Return the key of the current element.
public
key() : int
Attributes
- #[ReturnTypeWillChange]
Return values
intnext()
Move forward to next element.
public
next() : void
Attributes
- #[ReturnTypeWillChange]
rewind()
Rewind the Iterator to the first element.
public
rewind() : void
Attributes
- #[ReturnTypeWillChange]
setOnlyAvailableFlag()
Change setting "export only available elements".
public
setOnlyAvailableFlag(bool $flag) : mixed
Parameters
- $flag : bool
valid()
Checks if current position is valid.
public
valid() : bool
Attributes
- #[ReturnTypeWillChange]