- author Pierre du Plessis
CloneableFinalInstantiable
| Methods |
public __construct(Symfony
|
| public clearLine() : static Clears all the output from the current line.
|
| public clearLineAfter() : Symfony Clears all the output from the current line after the current position. |
| public clearOutput() : static Clears all the output from the cursors' current position to the end of the screen.
|
| public clearScreen() : static Clears the entire screen.
|
| public getCurrentPosition() : array Returns the current cursor position as x,y coordinates. |
public hide() : static
|
public moveDown(int $lines = 1) : static
|
public moveLeft(int $columns = 1) : static
|
public moveRight(int $columns = 1) : static
|
public moveToColumn(int $column) : static
|
public moveToPosition(int $column, int $row) : static
|
public moveUp(int $lines = 1) : static
|
public restorePosition() : static
|
public savePosition() : static
|
public show() : static
|
| Properties |
private $input = NULL
|
| private Symfony |