Class for generate Barcode
Get the parser plugin manager
| Return type: | ObjectPluginManager |
|---|
Get the renderer plugin manager
| Return type: | RendererPluginManager |
|---|
Factory for Zend_Barcode classes.
First argument may be a string containing the base of the adapter class name, e.g. ‘int25’ corresponds to class ObjectInt25. This is case-insensitive.
First argument may alternatively be an object of type Traversable. The barcode class base name is read from the ‘barcode’ property. The barcode config parameters are read from the ‘params’ property.
Second argument is optional and may be an associative array of key-value pairs. This is used as the argument to the barcode constructor.
If the first argument is of type Traversable, it is assumed to contain all parameters, and the second argument is ignored.
| Parameters: |
|
|---|---|
| Return type: | Barcode |
| Throws : | ExceptionExceptionInterface |
Barcode Constructor
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Object |
Renderer Constructor
| Parameters: |
|
|---|---|
| Throws ExceptionRendererCreationException: | |
| Return type: | RendererRendererInterface |
Proxy to renderer render() method
| Parameters: |
|
|---|
Proxy to renderer draw() method
| Parameters: |
|
|---|---|
| Return type: | mixed |