MessageBox
public class MessageBox
Method Summary | |
---|---|
void | __construct(str title, str text, mixed type) Creates a new instance of the class. |
void | getHTML() Returns the HTML-representation of the message box. |
void | getText() Returns the message box text. |
void | getTitle() Returns the message box title. |
void | getType() Returns the message box type. |
void | setText(mixed value) Sets the message box text. |
void | setTitle(mixed value) Sets the message box title. |
void | setType(mixed value) Sets the message box type. |
void | write() Writes the message box. |
public void __construct(str title, str text, mixed type)
Creates a new instance of the class. @param $title Message box title. @param $text Message box text. @param $txpe Message box type.
public void getHTML()
Returns the HTML-representation of the message box. @return HTML code.
public void getText()
Returns the message box text. @return Message box text.
public void getTitle()
Returns the message box title. @return Message box title.
public void getType()
Returns the message box type. @return Message box type.
public void setText(mixed value)
Sets the message box text. @param $value Message box text.
public void setTitle(mixed value)
Sets the message box title. @param $value Message box title.
public void setType(mixed value)
Sets the message box type. @param $value Message box type.
public void write()
Writes the message box.
This class generates a message box