public function __construct($aFonts, $iWidth = CAPTCHA_WIDTH, $iHeight = CAPTCHA_HEIGHT) { parent::__construct('', $aFonts, $iWidth, $iHeight); $this->PhpCaptchaColour($aFonts, $iWidth, $iHeight); }