AbstractValidator
in package
implements
ValidatorInterface
Abstract class for validators
Tags
Interfaces, Classes and Traits
- ValidatorInterface
- Interface of the validator
Table of Contents
- validateFilesFieldExists() : void
- Method validates that $_FILES[$field] exists.
Methods
validateFilesFieldExists()
Method validates that $_FILES[$field] exists.
public
validateFilesFieldExists(string $field) : void
If it does not then exception will be thrown
Parameters
- $field : string
-
field name