Your IP : 216.73.216.176


Current Path : /home/rtorresani/www/setup/src/Magento/Setup/Module/Di/Code/Scanner/
Upload File :
Current File : //home/rtorresani/www/setup/src/Magento/Setup/Module/Di/Code/Scanner/ScannerInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Setup\Module\Di\Code\Scanner;

/**
 * Interface \Magento\Setup\Module\Di\Code\Scanner\ScannerInterface
 *
 */
interface ScannerInterface
{
    /**
     * Get array of class names
     *
     * @param array $files
     * @return array
     */
    public function collectEntities(array $files);
}