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 15 of file ErrorDrawer.class.php.
ErrorDrawer::__construct | ( | $ | turingImage | ) |
Definition at line 31 of file ErrorDrawer.class.php.
ErrorDrawer::draw | ( | $ | string = 'ERROR!' |
) |
Definition at line 39 of file ErrorDrawer.class.php.
References FONT_SIZE, and isDrawError().
static ErrorDrawer::isDrawError | ( | ) | [static] |
Definition at line 26 of file ErrorDrawer.class.php.
Referenced by draw().
static ErrorDrawer::setDrawError | ( | $ | drawError = false |
) | [static] |
Definition at line 21 of file ErrorDrawer.class.php.
References $drawError.
ErrorDrawer::$drawError = true [static, private] |
Definition at line 19 of file ErrorDrawer.class.php.
Referenced by setDrawError().
const ErrorDrawer::FONT_SIZE = 4 |
Definition at line 17 of file ErrorDrawer.class.php.
Referenced by draw().