Viewing File: /home/maglabs/it/lib/internal/Magento/Framework/Mview/View/CollectionFactory.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\Mview\View;

class CollectionFactory extends AbstractFactory
{
    /**
     * Instance name
     */
    const INSTANCE_NAME = \Magento\Framework\Mview\View\CollectionInterface::class;
}
Back to Directory File Manager