1 | <?php namespace Xoopsmodules\randomquote; |
||
26 | class Helper extends \Xmf\Module\Helper |
||
27 | { |
||
28 | public $debug; |
||
29 | |||
30 | /** |
||
31 | * Constructor |
||
32 | * |
||
33 | * @param bool $debug |
||
34 | */ |
||
35 | protected function __construct($debug = false) |
||
40 | |||
41 | /** |
||
42 | * @param bool $debug |
||
43 | * @return \Xoopsmodules\randomquote\Helper |
||
44 | */ |
||
45 | public static function getInstance($debug = false) |
||
53 | |||
54 | /** |
||
55 | * @return string |
||
56 | */ |
||
57 | public function getDirname() |
||
61 | |||
62 | } |
||
63 |