PHP Class Blast\Orm\Support

Datei anzeigen Open project: phpthinktank/blast-orm Class Usage Examples

Public Methods

Method Description
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

Method Details

getCachedReflectionClass() public static method

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

getClass() public static method

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

getEntityName() public static method

public static getEntityName ( $entity ) : boolean | string
$entity
return boolean | string

isPHPInternalClass() public static method

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