protected
mixed
|
#
getConfigurable( mixed $configurable )
Get the Configurable item.
Get the Configurable item.
Parameters
Returns
mixed
|
protected
mixed
|
#
getConfigurableId( mixed $configurable, mixed $configurable_id )
Get the Configurable item's Id.
Get the Configurable item's Id.
Parameters
- $configurable
- $configurable_id
Returns
mixed
|
protected
array
|
#
mapAll( array $all )
Map all query result to Array
Map all query result to Array
Parameters
Returns
array
|
protected
mixed
|
#
getValues( mixed $k = null, mixed $id = null )
Get cached all query
Parameters
Returns
mixed
|
protected
|
#
unsetValues( mixed $k = null, mixed $id = null )
Unset cached all query
Parameters
|
protected
mixed
|
#
getValue( string $key, mixed $configurable = null, mixed $configurable_id = null )
Get cached get query
Parameters
- $key
- $configurable
- $configurable_id
Returns
mixed
|
protected
mixed
|
#
setValue( string $key, mixed $result, mixed $configurable = null, mixed $configurable_id = null )
Set cached get query
Parameters
- $key
- $result
- $configurable
- $configurable_id
Returns
mixed
|
protected
|
#
unsetValue( string $key, mixed $configurable = null, mixed $configurable_id = null )
Unset cached get query
Parameters
- $key
- $configurable
- $configurable_id
|
protected
mixed
|
#
key( mixed $result )
Get Config key from result
Get Config key from result
Parameters
Returns
mixed
|
protected
mixed
|
#
value( mixed $result )
Get Config value from result
Get Config value from result
Parameters
Returns
mixed
|
public
mixed
|
#
all( mixed $configurable = null, mixed $configurable_id = null )
Parameters
- $configurable
- $configurable_id
Returns
mixed
Inheritdoc
Implementation of
|
public
mixed
|
#
get( string $key, mixed $configurable = null, mixed $configurable_id = null )
Parameters
- $key
- $configurable
- $configurable_id
Returns
mixed
Inheritdoc
Implementation of
|
public
mixed
|
#
set( string $key, mixed $value, mixed $configurable = null, mixed $configurable_id = null )
Parameters
- $key
- $value
- $configurable
- $configurable_id
Returns
mixed
Inheritdoc
Implementation of
|
public
integer
|
#
delete( string $key, mixed $configurable = null, mixed $configurable_id = null )
Parameters
- $key
- $configurable
- $configurable_id
Returns
integer
Inheritdoc
Implementation of
|
public
integer
|
#
deleteAll( mixed $configurable = null, mixed $configurable_id = null )
Parameters
- $configurable
- $configurable_id
Returns
integer
Inheritdoc
Implementation of
|