File "DynamicParameter.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/nette/schema/src/Schema/DynamicParameter.php
File size: 222 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/
declare(strict_types=1);
namespace Nette\Schema;
interface DynamicParameter
{
}