You are here

public function EmailValidator::__construct in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/EmailValidator.php, line 31

Class

EmailValidator
@author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Constraints

Code

public function __construct($strict = false) {
  $this->isStrict = $strict;
}