PHP Класс ShopAccountForm, silvershop-core

Наследование: extends Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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