class CoreDataMapper (View source)

The AbstractDataMapperFacade class.

Methods

mixed
__call($name, $arguments)

is triggered when invoking inaccessible methods in an object context.

static mixed
__callStatic($name, $arguments)

is triggered when invoking inaccessible methods in a static context.

static DataMapper
getInstance(string $table = null)

getInstance

static DataMapper
createDataMapper(string $table)

createDataMapper

static void
setDataMapper(string $table, AbstractDataMapper $mapper)

setDataMapper

static void
reset()

reset

Details

at line line 103
mixed __call($name, $arguments)

is triggered when invoking inaccessible methods in an object context.

Parameters

$name string
$arguments array

Return Value

mixed

at line line 119
static mixed __callStatic($name, $arguments)

is triggered when invoking inaccessible methods in a static context.

Parameters

$name string
$arguments array

Return Value

mixed

at line line 144
static DataMapper getInstance(string $table = null)

getInstance

Parameters

string $table

Return Value

DataMapper

at line line 163
static DataMapper createDataMapper(string $table)

createDataMapper

Parameters

string $table

Return Value

DataMapper

at line line 189
static void setDataMapper(string $table, AbstractDataMapper $mapper)

setDataMapper

Parameters

string $table
AbstractDataMapper $mapper

Return Value

void

at line line 199
static void reset()

reset

Return Value

void