You are here

public property Uuid::$strict in Plug 7

Strict mode only allows UUIDs that meet the formal definition and formatting per RFC 4122

Set this to `false` to allow legacy formats with different dash positioning or wrapping characters

Type: bool

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Uuid.php, line 61

Class

Uuid
@author Colin O'Dell <colinodell@gmail.com> @author Bernhard Schussek <bschussek@gmail.com>

Namespace

Symfony\Component\Validator\Constraints

Code

public $strict = true;