Current File : /home/jvzmxxx/wiki1/vendor/param-processor/param-processor/src/IParam.php
<?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 {



}