FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Email.php
Go to the documentation of this file.
1 <?php
2 
4 
5 class Email extends \Rsi\Fred\Controller\View\Html\Widget\Char{
6 
7  protected $_inputType = 'email';
8 
9 }