PHP Classes

File: template/Form/number-validator

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis Tool Creator   template/Form/number-validator   Download  
File: template/Form/number-validator
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis Tool Creator
Module for the Melis CMS to create tools
Author: By
Last change:
Date: 1 year ago
Size: 653 bytes
 

Contents

Class file image Download
[ 'name' => 'Regex', 'options' => [ 'pattern' => '/^[-0-9]+(.[0-9]{1,2})?$/', 'messages' => [ \Laminas\Validator\Regex::NOT_MATCH => 'tr_moduletpl_value_must_numeric' ], 'encoding' => 'UTF-8', ], ]