phpDocumentor

ProductsMapper
in package
implements LoggerAwareInterface

Interfaces, Classes and Traits

LoggerAwareInterface

Table of Contents

$db  : CI_DB_query_builder
$logger  : LoggerInterface|null
$mode  : MappingMode
__construct()  : mixed
findProductByAfterbuyProduct()  : ProductMapping
setLogger()  : mixed
findProductsCombisIdsByModel()  : mixed
findProductsIdsByModel()  : mixed
log()  : void

Properties

Methods

__construct()

public __construct(MappingMode $mode[, CI_DB_query_builder $db = null ]) : mixed
Parameters
$mode : MappingMode
$db : CI_DB_query_builder = null
Return values
mixed

setLogger()

public setLogger(LoggerInterface $logger) : mixed
Parameters
$logger : LoggerInterface
Return values
mixed

findProductsCombisIdsByModel()

private findProductsCombisIdsByModel(string $model) : mixed
Parameters
$model : string
Return values
mixed

findProductsIdsByModel()

private findProductsIdsByModel(string $model) : mixed
Parameters
$model : string
Return values
mixed

log()

private log(string $message) : void
Parameters
$message : string
Return values
void

Search results