Definition at line 11 of file account_user.php.
Public Member Functions | |
render () | |
getDeliverAddress () | |
getCountryList () | |
getMustFillFields () | |
isFieldRequired ($sField) | |
Protected Attributes | |
$_sThisTemplate = 'account_user.tpl' | |
$_oDelAddress = null | |
$_oCountryList = null | |
$_aMustFillFields = null |
Account_User.render | ( | ) |
If user is not logged in - returns name of template account_user._sThisLoginTemplate, or if user is allready logged in additionally loads user delivery address info and forms country list. Returns name of template account_user._sThisTemplate
Template variables: oxcountrylist, aMustFillFields, delivadr
Reimplemented from Account.
Definition at line 51 of file account_user.php.
Account_User.getDeliverAddress | ( | ) |
Account_User.getCountryList | ( | ) |
Account_User.getMustFillFields | ( | ) |
Account_User.isFieldRequired | ( | $ | sField | ) |
Returns if field is required.
string | $sField required field to check |
Definition at line 133 of file account_user.php.
Account_User.$_sThisTemplate = 'account_user.tpl' [protected] |
Account_User.$_oDelAddress = null [protected] |
Account_User.$_oCountryList = null [protected] |
Definition at line 32 of file account_user.php.
Account_User.$_aMustFillFields = null [protected] |
Definition at line 39 of file account_user.php.