Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct () | |
setDimensions ($x, $y) | |
setHistory ($history) | |
loadString ($source) | |
appendString ($source) | |
getScreen () | |
getHistory () | |
Fonctions membres privées | |
newLine () | |
processCoordinate ($last_attr, $cur_attr, $char) | |
getScreenHelper () | |
Attributs privés | |
$max_x | |
$max_y | |
$max_history | |
$history | |
$history_attrs | |
$x | |
$y | |
$old_x | |
$old_y | |
$base_attr_cell | |
$attr_cell | |
$attr_row | |
$screen | |
$attrs | |
$ansi | |
$tokenization | |
__construct | ( | ) |
Default Constructor.
Références ANSI\$attr_cell, ANSI\setDimensions(), et ANSI\setHistory().
appendString | ( | $source | ) |
Appdend a string
string | $source | public |
Références ANSI\$ansi, ANSI\$attr_cell, ANSI\$attr_row, ANSI\$base_attr_cell, $i, $mod, $temp, ANSI\$x, ANSI\$y, ANSI\newLine(), et y.
Référencé par ANSI\loadString().
getHistory | ( | ) |
getScreen | ( | ) |
Returns the current screen
public
|
private |
loadString | ( | $source | ) |
Load a string
string | $source | public |
Références ANSI\appendString(), et ANSI\setDimensions().
|
private |
Add a new line
Also update the $this->screen and $this->history buffers
private
Références y.
Référencé par ANSI\appendString().
|
private |
Returns the current coordinate without preformating
private
\stdClass | $last_attr | |
\stdClass | $cur_attr | |
string | $char |
Références $output.
setDimensions | ( | $x, | |
$y | |||
) |
Set terminal width and height
Resets the screen as well
int | $x | |
int | $y | public |
Références ANSI\$x, ANSI\$y, et y.
Référencé par ANSI\__construct(), et ANSI\loadString().
setHistory | ( | $history | ) |
Set the number of lines that should be logged past the terminal height
int | $history | public |
Références ANSI\$history.
Référencé par ANSI\__construct().
|
private |
Référencé par ANSI\appendString().
|
private |
Référencé par ANSI\__construct(), et ANSI\appendString().
|
private |
Référencé par ANSI\appendString().
|
private |
|
private |
Référencé par ANSI\appendString().
|
private |
Référencé par ANSI\setHistory().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Référencé par ANSI\appendString(), et ANSI\setDimensions().
|
private |
Référencé par ANSI\appendString(), et ANSI\setDimensions().