MaxFileSize
class MaxFileSize extends Rule implements RuleInterface
Max file size rule.
Traits
Doesn't validate when empty trait.
I18n aware trait.
Properties
protected I18n | $i18n | I18n. | from I18nAwareTrait |
protected int|string | $maxSize | Max size. | |
protected array | $i18nParameters | I18n parameters. |
Methods
bool
validateWhenEmpty()
Returns TRUE if the rule should be executed when the input is empty and FALSE if not.
string
translateFieldName(string $field, string $package)
Returns a translated field name.
from I18nAwareTrait
array
getI18nParameters(string $field, string $package)
Gets the i18n parameters.
from I18nAwareTrait
string
getErrorMessage(string $field)
Returns an error message.
string
getTranslatedErrorMessage(string $field, string $rule, string|null $package = null)
Returns the translated error message.
from I18nAwareTrait
__construct(int|string $maxSize)
Constructor.
float|int
convertToBytes(int|string $size)
Convert human friendly size to bytes.
bool
validate(mixed $value, array $input)
Returns TRUE if the rule succeeds and FALSE if not.
Details
in DoesntValidateWhenEmptyTrait at line 20
bool
validateWhenEmpty()
Returns TRUE if the rule should be executed when the input is empty and FALSE if not.
in I18nAwareTrait at line 42
I18nAwareInterface
setI18n(I18n $i18n)
Sets the I18n instance.
in I18nAwareTrait at line 56
protected string
translateFieldName(string $field, string $package)
Returns a translated field name.
in I18nAwareTrait at line 77
protected array
getI18nParameters(string $field, string $package)
Gets the i18n parameters.
at line 97
string
getErrorMessage(string $field)
Returns an error message.
in I18nAwareTrait at line 116
string
getTranslatedErrorMessage(string $field, string $rule, string|null $package = null)
Returns the translated error message.
at line 36
__construct(int|string $maxSize)
Constructor.
at line 54
protected float|int
convertToBytes(int|string $size)
Convert human friendly size to bytes.
at line 89
bool
validate(mixed $value, array $input)
Returns TRUE if the rule succeeds and FALSE if not.