Public Member Functions | |
__construct ($turingImage) | |
draw ($string= 'ERROR!') | |
| |
Static Public Member Functions | |
static | setDrawError ($drawError=false) |
static | isDrawError () |
Public Attributes | |
const | FONT_SIZE = 4 |
Static Private Attributes | |
static | $drawError = true |
Definition at line 16 of file ErrorDrawer.class.php.
ErrorDrawer::__construct | ( | $ | turingImage | ) |
Definition at line 32 of file ErrorDrawer.class.php.
static ErrorDrawer::setDrawError | ( | $ | drawError = false |
) | [static] |
static ErrorDrawer::isDrawError | ( | ) | [static] |
ErrorDrawer::draw | ( | $ | string = 'ERROR!' |
) |
Definition at line 40 of file ErrorDrawer.class.php.
References FONT_SIZE, and isDrawError().
const ErrorDrawer::FONT_SIZE = 4 |
ErrorDrawer::$drawError = true [static, private] |