TtfValidation
extends Validation
Table of Contents
Constants
-
COLOR_RULE
= ["required" => true, "type" => "integer"]
-
X_RULE
= ["required" => true, "type" => "integer", "min" => 0]
-
Y_RULE
= ["required" => true, "type" => "integer", "min" => 0]
Methods
-
__construct()
: mixed
-
withEngrave()
: self
COLOR_RULE
private
mixed
COLOR_RULE
= ["required" => true, "type" => "integer"]
X_RULE
private
mixed
X_RULE
= ["required" => true, "type" => "integer", "min" => 0]
Y_RULE
private
mixed
Y_RULE
= ["required" => true, "type" => "integer", "min" => 0]
__construct()
public
__construct() : mixed
withEngrave()
public
withEngrave(bool $Value) : self
Parameters
-
$Value
: bool
-