Application\Home\Controllers\CaptchaController::newAction PHP Method

newAction() public method

public newAction ( )
    public function newAction()
    {
        return $this->captcha->generate();
    }
CaptchaController