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



}