VAT_EC_Sales_Payments_Export implements Registerable, Service
Registrations and setup of the Batch Export with EDD.
Tags
Interfaces, Classes and Traits
- Registerable
- Service
Table of Contents
- $batch_class_path : string
- File path to the batch class.
- $template_path : string
- File path for the templates.
- __construct() : mixed
- Constructor
- include_batch_exporter() : mixed
- Include batch exporter
- include_meta_box() : mixed
- Include metabox template
- include_vat_payments_batch_processer() : mixed
- Require Batch Export
- register() : mixed
- Register hooks and filters
Properties
$batch_class_path
File path to the batch class.
private
string
$batch_class_path
$template_path
File path for the templates.
private
string
$template_path
Methods
__construct()
Constructor
public
__construct(string $template_path) : mixed
Parameters
- $template_path : string
Return values
mixed —include_batch_exporter()
Include batch exporter
public
include_batch_exporter() : mixed
Return values
mixed —include_meta_box()
Include metabox template
public
include_meta_box() : mixed
Return values
mixed —include_vat_payments_batch_processer()
Require Batch Export
public
include_vat_payments_batch_processer(string $class) : mixed
Parameters
- $class : string
Return values
mixed —register()
Register hooks and filters
public
register() : mixed