[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/console/ -> Cursor.php (summary)

(no description)

Author: Pierre du Plessis <[email protected]>
File Size: 207 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 16 functions

  __construct()
  moveUp()
  moveDown()
  moveRight()
  moveLeft()
  moveToColumn()
  moveToPosition()
  savePosition()
  restorePosition()
  hide()
  show()
  clearLine()
  clearLineAfter()
  clearOutput()
  clearScreen()
  getCurrentPosition()

Functions
Functions that are not part of a class:

__construct(OutputInterface $output, $input = null)   X-Ref

param: resource|null $input

moveUp(int $lines = 1)   X-Ref

return: $this

moveDown(int $lines = 1)   X-Ref

return: $this

moveRight(int $columns = 1)   X-Ref

return: $this

moveLeft(int $columns = 1)   X-Ref

return: $this

moveToColumn(int $column)   X-Ref

return: $this

moveToPosition(int $column, int $row)   X-Ref

return: $this

savePosition()   X-Ref

return: $this

restorePosition()   X-Ref

return: $this

hide()   X-Ref

return: $this

show()   X-Ref

return: $this

clearLine()   X-Ref
Clears all the output from the current line.

return: $this

clearLineAfter()   X-Ref
Clears all the output from the current line after the current position.


clearOutput()   X-Ref
Clears all the output from the cursors' current position to the end of the screen.

return: $this

clearScreen()   X-Ref
Clears the entire screen.

return: $this

getCurrentPosition()   X-Ref
Returns the current cursor position as x,y coordinates.




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer