PHP Class Nextras\Orm\Model\MetadataStorage

Inheritance: extends Nette\Object
Afficher le fichier Open project: nextras/orm Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $entityClassesMap, Cache $cache, Nextras\Orm\Entity\Reflection\IMetadataParserFactory $metadataParserFactory, Nextras\Orm\Model\IRepositoryLoader $repositoryLoader )
get ( $className )

Method Details

__construct() public méthode

public __construct ( array $entityClassesMap, Cache $cache, Nextras\Orm\Entity\Reflection\IMetadataParserFactory $metadataParserFactory, Nextras\Orm\Model\IRepositoryLoader $repositoryLoader )
$entityClassesMap array
$cache Nette\Caching\Cache
$metadataParserFactory Nextras\Orm\Entity\Reflection\IMetadataParserFactory
$repositoryLoader Nextras\Orm\Model\IRepositoryLoader

get() public static méthode

public static get ( $className )