PHP 인터페이스 Nextras\Orm\Model\IRepositoryLoader

파일 보기 프로젝트 열기: nextras/orm 0 사용 예제들

공개 메소드들

메소드 설명
getRepository ( string $className ) : Nextras\Orm\Repository\IRepository Returns instance of repository.
hasRepository ( string $className ) : boolean Returns true if repository exists.
isCreated ( string $className ) : boolean Checks, if repository has been already created.

메소드 상세

getRepository() 공개 메소드

Returns instance of repository.
public getRepository ( string $className ) : Nextras\Orm\Repository\IRepository
$className string
리턴 Nextras\Orm\Repository\IRepository

hasRepository() 공개 메소드

Returns true if repository exists.
public hasRepository ( string $className ) : boolean
$className string
리턴 boolean

isCreated() 공개 메소드

Checks, if repository has been already created.
public isCreated ( string $className ) : boolean
$className string
리턴 boolean