Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/setup/src/Magento/Setup/Module/I18n/Dictionary/Options/
Upload File :
Current File : //home/rtorresani/www/setup/src/Magento/Setup/Module/I18n/Dictionary/Options/ResolverInterface.php

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

/**
 * Generator options resolver interface
 */
interface ResolverInterface
{
    /**
     * @return array
     */
    public function getOptions();
}