Class OrderConfigurationProvider
Class OrderConfigurationProvider
Methods summary
public
|
#
__construct( CI_DB_query_builder $db )
OrderConfigurationProvider constructor.
OrderConfigurationProvider constructor.
Parameters
|
public
integer
|
#
defaultOrderStatusId( )
Returns the default order status id.
Returns the default order status id.
Returns
integer
|
public
integer
|
#
defaultCustomerStatusId( )
Returns the default customer status id.
Returns the default customer status id.
Returns
integer
|
public
integer
|
#
defaultGuestStatusId( )
Returns the default guest status id.
Returns the default guest status id.
Returns
integer
|
protected
integer
|
#
_getConfigurationValue( string $configurationKey )
Returns the value of the given configuration key.
The result will be cast to an integer.
Returns the value of the given configuration key.
The result will be cast to an integer.
Parameters
- $configurationKey
- Key of expected configuration value.
Returns
integer
|