Add class documentation

This commit is contained in:
Jeremy Livingston
2012-12-03 19:02:43 -05:00
parent beec51e975
commit 8885e6bcac
3 changed files with 14 additions and 2 deletions

View File

@ -7,7 +7,10 @@ use Symfony\Component\HttpFoundation\Session\SessionInterface;
use Symfony\Component\Routing\RouterInterface;
/**
* Generates a CAPTCHA image
* Uses configuration parameters to call the services that generate captcha images
*
* @author Gregwar <g.passault@gmail.com>
* @author Jeremy Livingston <jeremy.j.livingston@gmail.com>
*/
class CaptchaGenerator
{