Jackalope\NodeType\NodeTypeManager::__construct PHP 메소드

__construct() 공개 메소드

There may be only one instance per session
public __construct ( Jackalope\FactoryInterface $factory, ObjectManager $objectManager, PHPCR\NamespaceRegistryInterface $namespaceRegistry )
$factory Jackalope\FactoryInterface
$objectManager Jackalope\ObjectManager
$namespaceRegistry PHPCR\NamespaceRegistryInterface
    public function __construct(FactoryInterface $factory, ObjectManager $objectManager, NamespaceRegistryInterface $namespaceRegistry)
    {
        $this->factory = $factory;
        $this->objectManager = $objectManager;
        $this->namespaceRegistry = $namespaceRegistry;
    }