validators\StringValidator init()
  • References/PHP/Yii/validators/StringValidator

init() public method Initializes the object.

2025-01-10 15:47:30
validators\EmailValidator $fullPattern
  • References/PHP/Yii/validators/EmailValidator

$fullPattern public property The regular expression used to validate

2025-01-10 15:47:30
validators\FileValidator getSizeLimit()
  • References/PHP/Yii/validators/FileValidator

getSizeLimit() public method Returns the maximum size

2025-01-10 15:47:30
validators\InlineValidator validateAttribute()
  • References/PHP/Yii/validators/InlineValidator

validateAttribute() public method Validates a single attribute

2025-01-10 15:47:30
validators\Validator validateAttributes()
  • References/PHP/Yii/validators/Validator

validateAttributes() public method Validates the specified

2025-01-10 15:47:30
validators\ExistValidator $targetAttribute
  • References/PHP/Yii/validators/ExistValidator

$targetAttribute public property The name of the ActiveRecord

2025-01-10 15:47:30
validators\FileValidator $tooMany
  • References/PHP/Yii/validators/FileValidator

$tooMany public property The error message used if the count of

2025-01-10 15:47:30
validators\IpValidator getRanges()
  • References/PHP/Yii/validators/IpValidator

getRanges() public method

2025-01-10 15:47:30
validators\FilterValidator $skipOnArray
  • References/PHP/Yii/validators/FilterValidator

$skipOnArray public property Whether the filter should be skipped

2025-01-10 15:47:30
validators\NumberValidator $numberPattern
  • References/PHP/Yii/validators/NumberValidator

$numberPattern public property The regular expression for matching

2025-01-10 15:47:30