Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class InternalUrl extends HTML_QuickForm_text |
||
10 | { |
||
11 | /** |
||
12 | * InternalUrl constructor. |
||
13 | * |
||
14 | * @param string $elementName |
||
15 | * @param string $elementLabel |
||
16 | * @param array $attributes |
||
17 | */ |
||
18 | public function __construct($elementName = null, $elementLabel = null, $attributes = null) |
||
32 |