コード例 #1
0
ファイル: Email.php プロジェクト: rande/sfFormBundle
 /**
  * @see Regex
  */
 protected function configure($options = array(), $messages = array())
 {
     parent::configure($options, $messages);
     $this->setOption('pattern', self::REGEX_EMAIL);
 }