RegexConstraint
in package
implements
IRegexConstraint
FinalYes
Table of Contents
Interfaces
- IRegexConstraint
- Instantiations of implementations correspond to a set of acceptable PHP values.
Properties
- $regex : string
Methods
- __construct() : mixed
- getRegex() : string
Properties
$regex
private
string
$regex
Methods
__construct()
public
__construct(string $regex) : mixed
Parameters
- $regex : string
getRegex()
public
getRegex() : string
Attributes
- #[Override]