OldTerminal
extends DivTag
in package
Description of OldTerminal
Tags
Table of Contents
- $blue : int
- $color : string
- $green : int
- $red : int
- __construct() : mixed
- Old Style Terminal Div
- finalize() : mixed
- Prepare CSS
- setBackGreen() : self
- Set Background Green Color Value
- setBackRed() : self
- Set Background Red Color Value
- setBlue() : self
- Set Background Blue Color Value
- setFontColor() : self
- Set Font Color Value
Properties
$blue
public
int
$blue
= 0
background blue color
$color
public
string
$color
= 'white'
font color
$green
public
int
$green
= 150
background green color
$red
public
int
$red
= 0
background red color
Methods
__construct()
Old Style Terminal Div
public
__construct([mixed $content = null ][, array<string|int, mixed> $properties = [] ]) : mixed
Parameters
- $content : mixed = null
- $properties : array<string|int, mixed> = []
Return values
mixed —finalize()
Prepare CSS
public
finalize() : mixed
Return values
mixed —setBackGreen()
Set Background Green Color Value
public
setBackGreen(int $color) : self
Parameters
- $color : int
-
0-255
Return values
self —setBackRed()
Set Background Red Color Value
public
setBackRed(int $color) : self
Parameters
- $color : int
-
0-255
Return values
self —setBlue()
Set Background Blue Color Value
public
setBlue(int $color) : self
Parameters
- $color : int
-
0-255
Return values
self —setFontColor()
Set Font Color Value
public
setFontColor(string $color) : self
Parameters
- $color : string
-
color code or name