PHP 클래스 AdamWathan\Form\Elements\FormOpen

상속: extends Element
파일 보기 프로젝트 열기: adamwathan/form 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$hiddenMethod
$token

공개 메소드들

메소드 설명
action ( $action )
delete ( )
encodingType ( $type )
get ( )
multipart ( )
patch ( )
post ( )
put ( )
render ( )
setMethod ( $method )
token ( $token )

보호된 메소드들

메소드 설명
hasHiddenMethod ( )
hasToken ( )
setHiddenMethod ( $method )

메소드 상세

action() 공개 메소드

public action ( $action )

delete() 공개 메소드

public delete ( )

encodingType() 공개 메소드

public encodingType ( $type )

get() 공개 메소드

public get ( )

hasHiddenMethod() 보호된 메소드

protected hasHiddenMethod ( )

hasToken() 보호된 메소드

protected hasToken ( )

multipart() 공개 메소드

public multipart ( )

patch() 공개 메소드

public patch ( )

post() 공개 메소드

public post ( )

put() 공개 메소드

public put ( )

render() 공개 메소드

public render ( )

setHiddenMethod() 보호된 메소드

protected setHiddenMethod ( $method )

setMethod() 공개 메소드

public setMethod ( $method )

token() 공개 메소드

public token ( $token )

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes

$hiddenMethod 보호되어 있는 프로퍼티

protected $hiddenMethod

$token 보호되어 있는 프로퍼티

protected $token