@@ -8,6 +8,9 @@ |
||
8 | 8 | use Trait_\HooksToString; |
9 | 9 | protected $strContent = ''; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $content |
|
13 | + */ |
|
11 | 14 | public function __construct($content) |
12 | 15 | { |
13 | 16 | $this->strContent = $content; |