<?php
namespace ParamProcessor;
/**
* Interface for objects representing an "instance" of a parameter.
*
* NOTE: as of version 1.0, this class is for internal use only!
*
* @since 1.0
* @deprecated since 1.0
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < jeroendedauw@gmail.com >
*/
interface IParam {
}