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 SubmitInput

This class describes the submit inputs behavior

Hawk\FormInput uses Hawk\Utils
Extended by Hawk\ButtonInput
Extended by Hawk\SubmitInput
Namespace: Hawk
Package: Form\Input
Located at Form/SubmitInput.php

Methods summary

public string
# display( )

Display the input

Display the input

Returns

string
The HTML to display

Overrides

Hawk\ButtonInput::display
public boolean
# check( Hawk\Form & $form = null )

Check the value of the input. This method is overrides the one in FormInput class, and returns always true because no data can be submitted for this type of input

Check the value of the input. This method is overrides the one in FormInput class, and returns always true because no data can be submitted for this type of input

Parameters

$form
The for this input is associated with

Returns

boolean
True

Overrides

Hawk\ButtonInput::check

Methods inherited from Hawk\FormInput

__construct(), __toString(), create(), dbvalue(), getInstance(), setParam(), setValue()

Methods used from Hawk\Utils

debug(), getSerializedVersion(), map()

Constants summary

boolean NO_LABEL
# true

Constants inherited from Hawk\ButtonInput

TYPE

Constants inherited from Hawk\FormInput

INDEPENDANT

Properties summary

Properties inherited from Hawk\ButtonInput

$nl

Properties inherited from Hawk\FormInput

$after, $attr, $attributes, $before, $beforeLabel, $class, $dataType, $disabled, $emptyValue, $errorAt, $field, $hidden, $id, $independant, $insert, $label, $labelClass, $labelStyle, $mask, $maxlength, $name, $notDisplayed, $pattern, $placeholder, $readonly, $required, $style, $title, $tpl, $unique, $validators, $value

Hawk - PHP documentation API documentation generated by ApiGen