1 | <?php |
||
6 | class FavoritesViewEdit extends ViewEdit { |
||
7 | function __construct(){ |
||
10 | |||
11 | /** |
||
12 | * @deprecated deprecated since version 7.6, PHP4 Style Constructors are deprecated and will be remove in 7.8, please update your code, use __construct instead |
||
13 | */ |
||
14 | function FavoritesViewEdit(){ |
||
24 | |||
25 | |||
26 | function display(){ |
||
29 | |||
30 | } |
||
31 | ?> |
||
32 |