class AddressHelper

会員の登録配送先を管理するヘルパークラス.

Methods

array()
registAddress(array $sqlval)

お届け先を登録

array()
getAddress($other_deliv_id, $customer_id = '')

お届け先を取得

array
getList(integer $customer_id, integer $startno = '')

お届け先の一覧を取得

void
deleteAddress($other_deliv_id, $customer_id = '')

お届け先の削除

void
setFormParam(FormParam $objFormParam)

お届け先フォーム初期化

void
errorCheck(FormParam $objFormParam)

お届け先フォームエラーチェック

boolean
delivErrorCheck(array $arrParam)

お届け先エラーチェック

Details

at line 45
array() registAddress(array $sqlval)

お届け先を登録

Parameters

array $sqlval

Return Value

array()

at line 94
array() getAddress($other_deliv_id, $customer_id = '')

お届け先を取得

Parameters

$other_deliv_id
$customer_id

Return Value

array()

at line 119
array getList(integer $customer_id, integer $startno = '')

お届け先の一覧を取得

Parameters

integer $customer_id
integer $startno

Return Value

array

at line 145
void deleteAddress($other_deliv_id, $customer_id = '')

お届け先の削除

Parameters

$other_deliv_id
$customer_id

Return Value

void

at line 165
void setFormParam(FormParam $objFormParam)

お届け先フォーム初期化

Parameters

FormParam $objFormParam FormParam インスタンス

Return Value

void

at line 177
void errorCheck(FormParam $objFormParam)

お届け先フォームエラーチェック

Parameters

FormParam $objFormParam FormParam インスタンス

Return Value

void

at line 190
boolean delivErrorCheck(array $arrParam)

お届け先エラーチェック

Parameters

array $arrParam

Return Value

boolean / false