OrderProductTaxCollection
class OrderProductTaxCollection implements Iterator
Methods
__construct()
No description
isEmpty()
No description
addTax(
OrderProductTax $tax)
No description
getCount()
No description
current()
(PHP 5 >= 5.0.0)
Return the current element
void
next()
(PHP 5 >= 5.0.0)
Move forward to next element
mixed
key()
(PHP 5 >= 5.0.0)
Return the key of the current element
boolean
valid()
(PHP 5 >= 5.0.0)
Checks if current position is valid
void
rewind()
(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element
getKey($key)
No description
Details
at line 27
__construct()
at line 34
isEmpty()
at line 44
OrderProductTaxCollection
addTax(
OrderProductTax $tax)
at line 51
getCount()
at line 62
OrderProductTax
current()
(PHP 5 >= 5.0.0)
Return the current element
at line 73
void
next()
(PHP 5 >= 5.0.0)
Move forward to next element
at line 84
mixed
key()
(PHP 5 >= 5.0.0)
Return the key of the current element
at line 96
boolean
valid()
(PHP 5 >= 5.0.0)
Checks if current position is valid
at line 107
void
rewind()
(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element