📅  最后修改于: 2022-03-11 14:48:37.838000             🧑  作者: Mango
/**
* Create the component instance.
*
* @param string $alertType
* @return void
*/
public function __construct($alertType)
{
$this->alertType = $alertType;
}