PHP Class Nextras\Orm\Mapper\BaseMapper

Inheritance: extends Nette\Object, implements Nextras\Orm\Mapper\IMapper
Show file Open project: nextras/orm Class Usage Examples

Protected Properties

Property Type Description
$collectionCache stdClass
$storageReflection Nextras\Orm\StorageReflection\IStorageReflection
$tableName string

Public Methods

Method Description
clearCollectionCache ( )
flush ( )
getCollectionCache ( )
getRepository ( )
getStorageReflection ( )
getTableName ( )
setRepository ( Nextras\Orm\Repository\IRepository $repository )

Protected Methods

Method Description
createStorageReflection ( )

Method Details

clearCollectionCache() public method

createStorageReflection() abstract protected method

abstract protected createStorageReflection ( )

flush() public method

public flush ( )

getCollectionCache() public method

public getCollectionCache ( )

getRepository() public method

public getRepository ( )

getStorageReflection() public method

getTableName() public method

public getTableName ( )

setRepository() public method

public setRepository ( Nextras\Orm\Repository\IRepository $repository )
$repository Nextras\Orm\Repository\IRepository

Property Details

$collectionCache protected property

protected stdClass $collectionCache
return stdClass

$storageReflection protected property

protected IStorageReflection,Nextras\Orm\StorageReflection $storageReflection
return Nextras\Orm\StorageReflection\IStorageReflection

$tableName protected property

protected string $tableName
return string