| 1 | <?php |
||
| 6 | class FavoritesViewDetail extends ViewDetail { |
||
| 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 FavoritesViewDetail(){ |
||
| 24 | |||
| 25 | |||
| 26 | } |
||
| 27 | ?> |
||
| 28 |