1 | <?php |
||
2 | |||
3 | use Nip\Form\Elements\AbstractElement; |
||
4 | |||
5 | /** |
||
6 | * Class Nip_Form_Element_Abstract |
||
7 | * @deprecated Use \Nip\Form\Elements\AbstractElement |
||
8 | */ |
||
9 | abstract class Nip_Form_Element_Abstract extends AbstractElement implements Nip_Form_Element_Interface |
||
0 ignored issues
–
show
|
|||
10 | { |
||
11 | } |
||
12 |
This interface has been deprecated. The supplier of the interface has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the interface will be removed and what other interface to use instead.