@@ -70,6 +70,10 @@ |
||
70 | 70 | /* |
71 | 71 | * Test if class is loaded |
72 | 72 | */ |
73 | + |
|
74 | + /** |
|
75 | + * @param string $word |
|
76 | + */ |
|
73 | 77 | public function saySomething($word) { |
74 | 78 | echo $word; |
75 | 79 | } |