eZ\Publish\Core\Base\Container\ApiLoader\RepositoryFactory::__construct PHP Method

__construct() public method

public __construct ( $repositoryClass, FieldTypeCollectionFactory $fieldTypeCollectionFactory, FieldTypeNameableCollectionFactory $fieldTypeNameableCollectionFactory )
$fieldTypeCollectionFactory FieldTypeCollectionFactory
$fieldTypeNameableCollectionFactory FieldTypeNameableCollectionFactory
    public function __construct($repositoryClass, FieldTypeCollectionFactory $fieldTypeCollectionFactory, FieldTypeNameableCollectionFactory $fieldTypeNameableCollectionFactory)
    {
        $this->repositoryClass = $repositoryClass;
        $this->fieldTypeCollectionFactory = $fieldTypeCollectionFactory;
        $this->fieldTypeNameableCollectionFactory = $fieldTypeNameableCollectionFactory;
    }