Product
abstract class Product implements ProductTypeInterface
Base Product class.
Properties
protected | $name | ||
protected | $type | ||
protected | $arguments |
Methods
__construct(string $name, array $arguments = [])
No description
array
toArray()
No description