PHP Class Blast\Orm\Support

Afficher le fichier Open project: phpthinktank/blast-orm Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static getCachedReflectionClass ( $entity, Doctrine\Common\Cache\Cache $cache ) : ReflectionClass
$entity
$cache Doctrine\Common\Cache\Cache
Résultat ReflectionClass

getClass() public static méthode

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

getEntityName() public static méthode

public static getEntityName ( $entity ) : boolean | string
$entity
Résultat boolean | string

isPHPInternalClass() public static méthode

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