PHP Classes

File: src/Validator/NotEmpty.php

Recommend this page to a friend!
  Classes of Derek McLean   HTML Forms   src/Validator/NotEmpty.php   Download  
File: src/Validator/NotEmpty.php
Role: Class source
Content type: text/plain
Description: Class source
Class: HTML Forms
Generate and validate submitted HTML forms
Author: By
Last change:
Date: 6 years ago
Size: 215 bytes
 

Contents

Class file image Download
<?php
/**
 * User: delboy1978uk
 * Date: 26/12/2016
 * Time: 14:59
 */

namespace Del\Form\Validator;

use
Zend\Validator\NotEmpty as ZfNotEmpty;

class
NotEmpty extends ZfNotEmpty implements ValidatorInterface
{

}