PHP 클래스 Nextras\Orm\Mapper\BaseMapper

상속: extends Nette\Object, implements Nextras\Orm\Mapper\IMapper
파일 보기 프로젝트 열기: nextras/orm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$collectionCache stdClass
$storageReflection Nextras\Orm\StorageReflection\IStorageReflection
$tableName string

공개 메소드들

메소드 설명
clearCollectionCache ( )
flush ( )
getCollectionCache ( )
getRepository ( )
getStorageReflection ( )
getTableName ( )
setRepository ( Nextras\Orm\Repository\IRepository $repository )

보호된 메소드들

메소드 설명
createStorageReflection ( )

메소드 상세

clearCollectionCache() 공개 메소드

createStorageReflection() 추상적인 보호된 메소드

abstract protected createStorageReflection ( )

flush() 공개 메소드

public flush ( )

getCollectionCache() 공개 메소드

public getCollectionCache ( )

getRepository() 공개 메소드

public getRepository ( )

getStorageReflection() 공개 메소드

getTableName() 공개 메소드

public getTableName ( )

setRepository() 공개 메소드

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

프로퍼티 상세

$collectionCache 보호되어 있는 프로퍼티

protected stdClass $collectionCache
리턴 stdClass

$storageReflection 보호되어 있는 프로퍼티

protected IStorageReflection,Nextras\Orm\StorageReflection $storageReflection
리턴 Nextras\Orm\StorageReflection\IStorageReflection

$tableName 보호되어 있는 프로퍼티

protected string $tableName
리턴 string