Dimensions class Dimensions (
$this maxWidth(int $value) Set the "max width" constraint.
$this whereNull(string $column) Set a "where null" constraint on the query
$this ratio(float $value) Set the "ratio" constraint.
array queryCallbacks() Get the custom query callbacks for the rule.
Unique class Unique (
$this minWidth(int $value) Set the "min width" constraint.
$this where(string $column, string $value = null) Set a "where" constraint
$this maxHeight(int $value) Set the "max height" constraint.
string __toString() Convert the rule to a validation string.
Page 3 of 4