Address dynamic class property deprecation warnings

This commit is contained in:
2022-12-25 13:50:33 +01:00
parent 49390c372d
commit 7897172256
17 changed files with 54 additions and 8 deletions

View File

@@ -8,6 +8,10 @@
class Alert extends SubTemplate
{
private $_type;
private $_message;
private $_title;
public function __construct($title = '', $message = '', $type = 'alert')
{
$this->_title = $title;