Overview

Namespaces

  • Inteve
    • Forms
      • Controls

Classes

  • Inteve\Forms\Controls
  • Inteve\Forms\Controls\TextInput
  • Inteve\Forms\Filters
  • Inteve\Forms\FormFactory
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 
<?php

    namespace Inteve\Forms\Controls;


    class TextInput extends \Nette\Forms\Controls\TextInput
    {
        public function getValue()
        {
            return $this->value !== '' ? $this->value : NULL;
        }
    }
inteve/forms v0.2.0 API documentation API documentation generated by ApiGen