| Current Path : /var/www/clients/client3/web2/web/vendor/magento/framework/Option/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/framework/Option/ArrayInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Option;
/**
* Array marker interface
*
* @deprecated 102.0.1 please use \Magento\Framework\Data\OptionSourceInterface instead.
* @see \Magento\Framework\Data\OptionSourceInterface
*/
interface ArrayInterface extends \Magento\Framework\Data\OptionSourceInterface
{
}