25 return $this->content;
46 $this->content = $content;
57 $this->type.=
' '.$type;
77 $this->title = $title;
82 foreach ($keyValues as $key=>$value){
83 $msg=\str_replace(
'{'.$key.
'}', $value, $msg);
__construct(string $content, string $title=NULL, string $type='info', string $icon=null)
setContent(string $content)
setValues(string $content, string $title=NULL, string $type=NULL, string $icon=null)
parseContent(array $keyValues)