|
$_config
Definition of item types |
|
$_format
Image format indentifier of this receipt |
|
$_items
Items appended in this receipt |
|
$_numItems
Number of items in this receipt |
|
__construct (array $config)
The constructor |
int |
count ()
|
mixed |
current ()
|
int|Sgss_Imagen_Receipt |
format ([null|int $format = null])
|
string |
hash ([string|null $type = null])
|
mixed |
key ()
|
mixed |
next ()
|
Sgss_Imagen_Receipt |
put (string $type, string $label, array $params)
|
void |
rewind ()
|
int |
size ([string|null $type = null])
|
boolean |
valid ()
|
mixed |
__call (string $name, array $arguments)
|
mixed |
__get (mixed $name)
|
boolean |
__isset (mixed $name)
|
Definition of item types
protected array $_config
Image format indentifier of this receipt
protected int $_format = -1
Items appended in this receipt
protected array $_items = array()
Number of items in this receipt
protected array $_numItems = array()
The constructor
array $config
public __construct (array $config)
public int count ()
public mixed current ()
null|int $format
public int|Sgss_Imagen_Receipt format ([null|int $format = null])
string|null $type
public string hash ([string|null $type = null])
public mixed key ()
public mixed next ()
string $type
string $label
array $params
public Sgss_Imagen_Receipt put (string $type, string $label, array $params)
public void rewind ()
string|null $type
public int size ([string|null $type = null])
public boolean valid ()
string $name
array $arguments
public mixed __call (string $name, array $arguments)
mixed $name
public mixed __get (mixed $name)
mixed $name
public boolean __isset (mixed $name)