1 | <?php |
||
20 | class Extcal_2_04 |
||
|
|||
21 | { |
||
22 | //---------------------------------------------------- |
||
23 | |||
24 | /** |
||
25 | * @param XoopsModule $module |
||
26 | * @param $options |
||
27 | */ |
||
28 | public function __construct(XoopsModule $module, $options) |
||
35 | |||
36 | //----------------------------------------------------------------- |
||
37 | } // fin de la classe |
||
38 |
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.