Example #1
0
 /**
  * DWMessageBox::setLead() Set lead of messagebox
  *
  * @param string $text Text of the lead
  */
 public static function setLead($text)
 {
     self::$leadtext = $text;
 }