PHP Class Nextras\Orm\Model\MetadataStorage

Inheritance: extends Nette\Object
显示文件 Open project: nextras/orm Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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 method

public static get ( $className )