Overview

Namespaces

  • None
  • PHP
  • Pry
    • Auth
      • Interfaces
    • Config
    • Controller
    • Date
    • Db
    • Feed
      • Abstracts
      • Writers
    • File
      • Decorator
    • Form
      • Element
    • Image
    • Log
      • Writer
    • Net
      • Exception
    • Session
    • Util
    • Validate
      • Validator
    • View

Classes

  • Alnum
  • Alpha
  • Cp
  • Date
  • Digit
  • Email
  • Equal
  • Interval
  • Time
  • Overview
  • Namespace
  • Class
  • Tree

Class Interval

Validateur d'interval numérique. Inclusif

Pry\Validate\ValidateAbstract
Extended by Pry\Validate\Validator\Interval
Namespace: Pry\Validate\Validator
Package: Validate\Validator
Category: Pry
Author: Olivier ROGER <oroger.fr>
Version: 1.1.0
Located at Validate/Validator/Interval.class.php
Methods summary
public
# __construct( array $options )

Constructeur

Constructeur

Parameters

$options
array
$options
public boolean
# isValid( integer $value )

Vérifie si $value est dans l'interval

Vérifie si $value est dans l'interval

Parameters

$value
integer
$value

Returns

boolean
Methods inherited from Pry\Validate\ValidateAbstract
cleanString(), getError(), setMessage()
Properties inherited from Pry\Validate\ValidateAbstract
$errorMsg, $espace
Pry API documentation generated by ApiGen 2.8.0