$text"; if (!empty($img)) { $text = '' . $text . ' ' . $text; } $this->statuses[] = "
$text
"; // обёртка для центрирования картинки с текстом } public function print(): void { if (empty($this->statuses)) { return; } echo '
' . implode('
', $this->statuses) . '
'; } }