Hawk - PHP documentation
  • Namespace
  • Class
  • Tree

Namespaces

  • Hawk
    • View
      • Plugins

Classes

  • App
  • ButtonInput
  • Cache
  • CheckboxInput
  • ColorInput
  • Conf
  • Controller
  • Crypto
  • DatabaseSessionHandler
  • DatetimeInput
  • DB
  • DBExample
  • DeleteInput
  • Dialogbox
  • EmailInput
  • ErrorHandler
  • Event
  • FileInput
  • FileSystem
  • FloatInput
  • Form
  • FormFieldset
  • FormInput
  • GenericModel
  • GifImage
  • HawkApi
  • HawkUpdater
  • HiddenInput
  • HtmlInput
  • HTTPRequest
  • Icon
  • Image
  • IntegerInput
  • ItemList
  • ItemListField
  • JpegImage
  • Lang
  • Language
  • LeftSidebarTab
  • Less
  • Logger
  • Mail
  • MenuItem
  • Model
  • NoSidebarTab
  • NumberInput
  • ObjectInput
  • Option
  • Panel
  • PasswordInput
  • Permission
  • Plugin
  • PluginInstaller
  • PngImage
  • ProfileQuestion
  • ProfileQuestionValue
  • RadioInput
  • Request
  • Response
  • RightSidebarTab
  • Role
  • RolePermission
  • Route
  • Router
  • SelectInput
  • Session
  • Singleton
  • SubmitInput
  • Tabs
  • TextareaInput
  • TextInput
  • Theme
  • TimeInput
  • Upload
  • User
  • View
  • ViewPlugin
  • Widget
  • WysiwygInput

Traits

  • Utils

Exceptions

  • AppStopException
  • DBExampleException
  • DBException
  • FileSystemException
  • HawkApiException
  • ImageException
  • MailException
  • UploadException
  • ViewException

Class FormFieldset

This class describes the behavior of a form fieldset

Hawk\FormFieldset uses Hawk\Utils
Namespace: Hawk
Package: Form
Located at Form/FormFieldset.php

Methods summary

public
# __construct( Hawk\Form $form, string $name, array $inputs = array(), array $params = array() )

Constructor

Constructor

Parameters

$form
The form this fieldset is asssociated to
$name
The fieldset name
$inputs
The inputs in this fieldset
$params
The parameters to apply to this fieldset
public
# setParam( string $param, mixed $value )

Set a parameter of the fieldset

Set a parameter of the fieldset

Parameters

$param
the name of the parameter
$value
The value to apply
public string
# __toString( )

Display the parameter

Display the parameter

Returns

string
The HTML result to display

Methods used from Hawk\Utils

debug(), getSerializedVersion(), map()

Properties summary

public $name

The fieldset name

The fieldset name

#
public $legend

The legend of the fieldset

The legend of the fieldset

#
public $inputs

The inputs in this fieldset

The inputs in this fieldset

#
public $form

The form this fieldset is associated to

The form this fieldset is associated to

#
public string $legendId

The id of the legend tag

The id of the legend tag

# ''
Hawk - PHP documentation API documentation generated by ApiGen