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

  • Error
  • Field
  • Form
  • Input
  • Overview
  • Namespace
  • Class
  • Tree

Class Input

Pry\Form\Field
Extended by Pry\Form\Input

Direct known subclasses

Pry\Form\Element\Checkbox, Pry\Form\Element\File, Pry\Form\Element\Hidden, Pry\Form\Element\Submit, Pry\Form\Element\Text

Indirect known subclasses

Pry\Form\Element\AutoCompleter, Pry\Form\Element\Colorpicker, Pry\Form\Element\Date, Pry\Form\Element\DatePicker, Pry\Form\Element\Email, Pry\Form\Element\Ip, Pry\Form\Element\Mac, Pry\Form\Element\NumericStepper, Pry\Form\Element\Password, Pry\Form\Element\Slider
Abstract
Namespace: Pry\Form
Package: Form
Category: Pry
Author: Olivier ROGER <oroger.fr>
Version: 1.0.5
Located at Form/Input.class.php
Methods summary
protected
# __construct( string $nom, Form_Form $form )

Constructeur.

Constructeur.

Parameters

$nom
string
$nom
$form
Form_Form
$form

Overrides

Pry\Form\Field::__construct()
public
# setAttributes( string $nom, string $valeur )

Défini un attribut de l'élément

Défini un attribut de l'élément

Parameters

$nom
string
$nom
$valeur
string
$valeur

Overrides

Pry\Form\Field::setAttributes()
Methods inherited from Pry\Form\Field
__toString(), addClass(), addValidator(), attrsToString(), cssClass(), disabled(), getName(), getValue(), id(), info(), isValid(), label(), maxlength(), newLine(), readonly(), required(), sanitizedValue(), setErrorClass(), setImgInfo(), value()
Properties inherited from Pry\Form\Field
$attrs, $class, $cssLabel, $errorClass, $errorMsg, $fieldNewLine, $form, $imgInfo, $info, $label, $labelNewLine, $required, $validator, $value
Pry API documentation generated by ApiGen 2.8.0