Overview

Namespaces

  • AnalyseModule
    • Models
  • BaseModule
    • Exceptions
    • Models
    • Repository
    • Services
  • DispatchModule
    • Helpers
    • Models
    • Tools
  • PredictModule
  • SearchModule

Classes

  • BasePresenter
  • DiscoveredViewReflection
  • ErrorPresenter
  • Form
  • HomepagePresenter
  • PesekPresenter
  • RouterFactory
  • RssPresenter
  • Overview
  • Namespace
  • Class

Class Form

Form is extension of standard \Nette\Application\UI\Form, it additionally supports adding inputs with type specified in argument

Nette\Application\UI\Form
Extended by BaseModule\Form
Namespace: BaseModule
Located at BaseModule/Form.php
Methods summary
public string
# addInput( string $originalName, string $type = 'text', string $label = '', string $namePrefix = '', mixed $params = null )

Adds input specified in argument

Adds input specified in argument

Parameters

$originalName
$type
$label
$namePrefix
prefix that will be added to input & it's modifiers
$params

Returns

string
whole input name (on success)
API documentation generated by ApiGen