PHP Class AdamWathan\Form\Elements\FormOpen

Inheritance: extends Element
Show file Open project: adamwathan/form Class Usage Examples

Protected Properties

Property Type Description
$attributes
$hiddenMethod
$token

Public Methods

Method Description
action ( $action )
delete ( )
encodingType ( $type )
get ( )
multipart ( )
patch ( )
post ( )
put ( )
render ( )
setMethod ( $method )
token ( $token )

Protected Methods

Method Description
hasHiddenMethod ( )
hasToken ( )
setHiddenMethod ( $method )

Method Details

action() public method

public action ( $action )

delete() public method

public delete ( )

encodingType() public method

public encodingType ( $type )

get() public method

public get ( )

hasHiddenMethod() protected method

protected hasHiddenMethod ( )

hasToken() protected method

protected hasToken ( )

multipart() public method

public multipart ( )

patch() public method

public patch ( )

post() public method

public post ( )

put() public method

public put ( )

render() public method

public render ( )

setHiddenMethod() protected method

protected setHiddenMethod ( $method )

setMethod() public method

public setMethod ( $method )

token() public method

public token ( $token )

Property Details

$attributes protected property

protected $attributes

$hiddenMethod protected property

protected $hiddenMethod

$token protected property

protected $token