MetaFox

AllowMaxFilesRule
in package
implements Rule

Class ResourceNameRule.

Table of Contents

Interfaces

Rule

Properties

$maxNumber  : int

Methods

__construct()  : mixed
message()  : string
Get the validation error message.
passes()  : bool
Determine if the validation rule passes.

Properties

Methods

__construct()

public __construct([int $maxNumber = MetaFoxConstant::MAX_NUMBER_OF_FILES ]) : mixed
Parameters
$maxNumber : int = MetaFoxConstant::MAX_NUMBER_OF_FILES

message()

Get the validation error message.

public message() : string
Return values
string

passes()

Determine if the validation rule passes.

public passes(string $attribute, mixed $value) : bool
Parameters
$attribute : string
$value : mixed
Tags
SuppressWarnings

(PHPMD.UnusedFormalParameter)

Return values
bool

        
On this page

Search results