@@ -89,6 +89,9 @@ |
||
89 | 89 | return $this; |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $text |
|
94 | + */ |
|
92 | 95 | public function write($text, $styles = 0, $align = self::ALIGN_LEFT) |
93 | 96 | { |
94 | 97 | $this->model->getProfile()->write($text, $styles, $align); |