Methods

Call rerouting for static usage.

__callStatic(string $method, array $args) : mixed

Parameters

$method

string

method name called

$args

array

supplied arguments

Exceptions

\BadMethodCallException Invalid method

Returns

mixed

Init, config loading.

_init() 

Email driver forge.

forge(string | array $setup, array $config) : \Email\Email_Driver

Parameters

$setup

stringarray

setup key for array defined in email.setups config or config array

$config

array

extra config array

Exceptions

\FuelException Could not find Email driver

Returns

\Email\Email_Driverone of the email drivers

 Properties

 

Instance for singleton usage.

$_instance 

 

Driver config defaults.

$_defaults 

 Constants

 

P_HIGH

P_HIGH 

 

P_HIGHEST

P_HIGHEST 

 

P_LOW

P_LOW 

 

Email priorities

P_LOWEST 

 

P_NORMAL

P_NORMAL