@@ -27,6 +27,9 @@ discard block |
||
27 | 27 | protected $marker = "\r"; |
28 | 28 | protected $path = ''; |
29 | 29 | |
30 | + /** |
|
31 | + * @param string $path |
|
32 | + */ |
|
30 | 33 | public function __construct($path, array $smileys = array()) |
31 | 34 | { |
32 | 35 | $this->setPath($path); |
@@ -37,6 +40,9 @@ discard block |
||
37 | 40 | } |
38 | 41 | } |
39 | 42 | |
43 | + /** |
|
44 | + * @param boolean $toggle |
|
45 | + */ |
|
40 | 46 | public function setEnabled($toggle) |
41 | 47 | { |
42 | 48 | $this->enabled = (bool) $toggle; |