Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/vendor/magento/framework/View/Element/Block/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/framework/View/Element/Block/ArgumentInterface.php

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

/**
 * Block argument interface.
 * All objects that are injected to block arguments should implement this interface.
 *
 * @api
 * @since 101.0.0
 */
interface ArgumentInterface
{
}