PHP 클래스 Blast\Orm\Support

파일 보기 프로젝트 열기: phpthinktank/blast-orm 1 사용 예제들

공개 메소드들

메소드 설명
getCachedReflectionClass ( $entity, Doctrine\Common\Cache\Cache $cache ) : ReflectionClass
getClass ( $nameOrObject ) : boolean | string Get class of given FQCN or Object
getEntityName ( $entity ) : boolean | string
isPHPInternalClass ( $nameOrObject ) : boolean Get a list of PHP defined classes

메소드 상세

getCachedReflectionClass() 공개 정적인 메소드

public static getCachedReflectionClass ( $entity, Doctrine\Common\Cache\Cache $cache ) : ReflectionClass
$entity
$cache Doctrine\Common\Cache\Cache
리턴 ReflectionClass

getClass() 공개 정적인 메소드

Get class of given FQCN or Object
public static getClass ( $nameOrObject ) : boolean | string
$nameOrObject
리턴 boolean | string

getEntityName() 공개 정적인 메소드

public static getEntityName ( $entity ) : boolean | string
$entity
리턴 boolean | string

isPHPInternalClass() 공개 정적인 메소드

Get a list of PHP defined classes
public static isPHPInternalClass ( $nameOrObject ) : boolean
$nameOrObject
리턴 boolean