Copied!
CloneableFinalInstantiable
Methods
public __construct(Symfony\Component\Console\Output\OutputInterface $output, $input = NULL)
 
  • param resource|null $input
public clearLine() : static
 

Clears all the output from the current line.

  • return $this
public clearLineAfter() : Symfony\Component\Console\Cursor
 

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.

  • return $this
public clearScreen() : static
 

Clears the entire screen.

  • return $this
public getCurrentPosition() : array
 

Returns the current cursor position as x,y coordinates.

public hide() : static
 
  • return $this
public moveDown(int $lines = 1) : static
 
  • return $this
public moveLeft(int $columns = 1) : static
 
  • return $this
public moveRight(int $columns = 1) : static
 
  • return $this
public moveToColumn(int $column) : static
 
  • return $this
public moveToPosition(int $column, int $row) : static
 
  • return $this
public moveUp(int $lines = 1) : static
 
  • return $this
public restorePosition() : static
 
  • return $this
public savePosition() : static
 
  • return $this
public show() : static
 
  • return $this
Properties
private $input = NULL
 
  • var resource
private Symfony\Component\Console\Output\OutputInterface $output
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration