Example #1
0
 /**
  * DWMessageBox::setTypeMsg() Set type of messagebox
  *
  * @param string $type Type
  */
 public static function setTypeMsg($type)
 {
     self::$type = $type;
 }