Phpcraft
|
Public Member Functions | |
__construct ($title=null) | |
render () | |
add (string $message) | |
append (string $message) | |
Phpcraft\UserInterface::__construct | ( | $title = null | ) |
string | null | $title | The title that the terminal window will be given or null. |
Reimplemented in Phpcraft\PlainUserInterface.
|
abstract |
Adds a message to be printed on the user interface.
string | $message |
Reimplemented in Phpcraft\FancyUserInterface, and Phpcraft\PlainUserInterface.
|
abstract |
Appends to the last message or adds a new message if not supported by the user interface.
string | $message |
Reimplemented in Phpcraft\PlainUserInterface, and Phpcraft\FancyUserInterface.
|
abstract |
Reimplemented in Phpcraft\FancyUserInterface, and Phpcraft\PlainUserInterface.