Core/AutoLoader/Component/Parameter/Parameter.php
<?php
namespace MOC\V\Core\AutoLoader\Component\Parameter;
use MOC\V\Core\AutoLoader\Component\IParameterInterface;
/**
* Class Parameter
*
* @package MOC\V\Core\AutoLoader\Component\Parameter
*/
abstract class Parameter implements IParameterInterface
{
}