PHP 클래스 ShopAccountForm, silvershop-core

상속: extends Form
파일 보기 프로젝트 열기: burnbright/silverstripe-shop 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $controller, $name )
proceed ( array $data, Form $form, SS_HTTPRequest $request ) : boolean | SS_HTTPResponse Save the changes to the form, and redirect to the checkout page
submit ( array $data, Form $form, SS_HTTPRequest $request ) : boolean | SS_HTTPResponse Save the changes to the form

메소드 상세

__construct() 공개 메소드

public __construct ( $controller, $name )

proceed() 공개 메소드

Save the changes to the form, and redirect to the checkout page
public proceed ( array $data, Form $form, SS_HTTPRequest $request ) : boolean | SS_HTTPResponse
$data array
$form Form
$request SS_HTTPRequest
리턴 boolean | SS_HTTPResponse

submit() 공개 메소드

Save the changes to the form
public submit ( array $data, Form $form, SS_HTTPRequest $request ) : boolean | SS_HTTPResponse
$data array
$form Form
$request SS_HTTPRequest
리턴 boolean | SS_HTTPResponse