PHP Class Nextras\Orm\Mapper\BaseMapper

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

Protected Properties

Свойство Type Description
$collectionCache stdClass
$storageReflection Nextras\Orm\StorageReflection\IStorageReflection
$tableName string

Méthodes publiques

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

Méthodes protégées

Méthode Description
createStorageReflection ( )

Method Details

clearCollectionCache() public méthode

createStorageReflection() abstract protected méthode

abstract protected createStorageReflection ( )

flush() public méthode

public flush ( )

getCollectionCache() public méthode

public getCollectionCache ( )

getRepository() public méthode

public getRepository ( )

getStorageReflection() public méthode

getTableName() public méthode

public getTableName ( )

setRepository() public méthode

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

Property Details

$collectionCache protected_oe property

protected stdClass $collectionCache
Résultat stdClass

$storageReflection protected_oe property

protected IStorageReflection,Nextras\Orm\StorageReflection $storageReflection
Résultat Nextras\Orm\StorageReflection\IStorageReflection

$tableName protected_oe property

protected string $tableName
Résultat string