InvoiceTemplates extends Component
Invoice Template factory
Table of Contents
Properties
| $components | |
| $helpers | |
| $models |
Methods
| __construct() | |
| create() | Returns an instance of the requested invoice template |
Methods
__construct()
public
__construct() : mixed
create()
Returns an instance of the requested invoice template
public
static create(string $template_name) : mixed
Parameters
- $template_name : string
-
The name of the invoice template to instantiate
Tags
Return values
mixed —An object of type $template_name