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 DeleteInput

This class describes the "delete" inputs. Delete input are submit inputs used to delete the current edited data in the database

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

Methods summary

public string
# display( )

Display the input

Display the input

Returns

string
The HTML result of the input displaying

Overrides

Hawk\ButtonInput::display

Methods inherited from 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

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