summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/param-processor/param-processor/src/IParam.php
blob: ebb0a5485952d99e9ac77be47f647a8e5d54d959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

namespace ParamProcessor;

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



}