Work on registration of existing systems to users
This commit is contained in:
@@ -36,6 +36,7 @@ class Page
|
||||
$this->logo = new ANSI;
|
||||
$this->left_box = new Font;
|
||||
$this->crlf = $crlf;
|
||||
$this->text = '';
|
||||
}
|
||||
|
||||
public function __get($key)
|
||||
@@ -114,7 +115,8 @@ class Page
|
||||
*/
|
||||
public function addText(string $text,bool $right=FALSE)
|
||||
{
|
||||
$this->text = $text;
|
||||
$this->text .= $text;
|
||||
|
||||
$this->text_right = $right;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user