| Current Path : /home/rtorresani/www/vendor/laminas/laminas-view/src/Helper/Placeholder/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-view/src/Helper/Placeholder/Container.php |
<?php
declare(strict_types=1);
namespace Laminas\View\Helper\Placeholder;
use Laminas\View\Helper\Placeholder\Container\AbstractContainer;
/**
* Container for placeholder values
*
* @template TKey
* @template TValue
* @extends AbstractContainer<TKey, TValue>
*/
class Container extends AbstractContainer
{
}