Config
in package
Table of Contents
Properties
- $container : mixed
- $path : mixed
- $url : mixed
- $version : mixed
Methods
- __construct() : mixed
- Init constructor.
- get_path() : mixed
- get_plugin_path() : mixed
- get_url() : mixed
- get_version() : mixed
- dependencies() : mixed
- register_payment_methods() : mixed
- Register all of the payment methods to the Container.
Properties
$container
private
mixed
$container
$path
private
mixed
$path
$url
private
mixed
$url
$version
private
mixed
$version
Methods
__construct()
Init constructor.
public
__construct(string $version, Container $container, string $path) : mixed
Parameters
- $version : string
- $container : Container
- $path : string
get_path()
public
get_path(mixed $relative_path) : mixed
Parameters
- $relative_path : mixed
get_plugin_path()
public
get_plugin_path() : mixed
get_url()
public
get_url([mixed $relative_path = '' ]) : mixed
Parameters
- $relative_path : mixed = ''
get_version()
public
get_version() : mixed
dependencies()
private
dependencies() : mixed
register_payment_methods()
Register all of the payment methods to the Container.
private
register_payment_methods() : mixed