'.$text.''; } static function success($text) { return '
'.$text.'
'; } static function error($text) { return '
'.$text.'
'; } }