PHP Class Extension, TastyIgniter

Exibir arquivo Open project: tastyigniter/tastyigniter Class Usage Examples

Public Methods

Method Description
__construct ( )
getAvailablePayments ( $load_payment = TRUE )
getConfig ( $module = '', $item = '' )
getExtensions ( $type = NULL )
getInstalledExtensions ( $type = NULL )
getMeta ( $module = '', $config = [] )
getModule ( $name )
getModules ( )
getPayment ( $name )
getPayments ( )
loadConfig ( $module, $fail_gracefully = FALSE, $non_persistent = FALSE )
runMigration ( $module, boolean $downgrade = FALSE ) : boolean Migrate to the latest version or drop all migrations for a given module migration

Private Methods

Method Description
checkConfig ( $module, $config = [] )

Method Details

__construct() public method

public __construct ( )

getAvailablePayments() public method

public getAvailablePayments ( $load_payment = TRUE )

getConfig() public method

public getConfig ( $module = '', $item = '' )

getExtensions() public method

public getExtensions ( $type = NULL )

getInstalledExtensions() public method

public getInstalledExtensions ( $type = NULL )

getMeta() public method

public getMeta ( $module = '', $config = [] )

getModule() public method

public getModule ( $name )

getModules() public method

public getModules ( )

getPayment() public method

public getPayment ( $name )

getPayments() public method

public getPayments ( )

loadConfig() public method

public loadConfig ( $module, $fail_gracefully = FALSE, $non_persistent = FALSE )

runMigration() public method

Migrate to the latest version or drop all migrations for a given module migration
public runMigration ( $module, boolean $downgrade = FALSE ) : boolean
$module
$downgrade boolean
return boolean