Documentation

IObjectFactory

Table of Contents

create() Create a new Model instance using the internal data mapper. IModel
createPropertyNameSet() Retrieves a set containing the property names. IBigSet
createPropertySet() Clones and returns the internal property set used to construct objects. IPropertySet
addPropertyConfig() Adds an additional property config to this repo. mixed

Methods

create()

Create a new Model instance using the internal data mapper.

public create( $data : array [, $readOnly : bool = false ] ) : IModel
Parameters
$data : array

Raw data to use

$readOnly : bool = false

Set the produced model to read only

Tags
throws
DBException

For db errors

Return values
IModel

model instance

createPropertyNameSet()

Retrieves a set containing the property names.

public createPropertyNameSet( ) : IBigSet
Return values
IBigSet

set

addPropertyConfig()

Adds an additional property config to this repo.

public addPropertyConfig( ...$config : type ) : mixed

When models reference themselves, sometimes it's necessary for a property config to reference the repository (circular).

Feels a bit like cheating to me...

Parameters
$config : type
Return values
mixed

Search results