Public Member Functions | |
send () | |
getUserData () | |
getContactSubject () | |
getContactMessage () | |
getCaptcha () | |
getContactSendStatus () | |
getBreadCrumb () | |
getTitle () | |
Protected Attributes | |
$_aUserData = null | |
$_sContactSubject = null | |
$_sContactMessage = null | |
$_oCaptcha = null | |
$_blContactSendStatus = null | |
$_sThisTemplate = 'page/info/contact.tpl' | |
$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW |
Contact window. Arranges "CONTACT" window, by creating form for user opinion (etc.) submission. After user correctly fulfils all required fields all information is sent to shop owner by email. OXID eShop -> CONTACT.
Definition at line 10 of file contact.php.
Contact.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 185 of file contact.php.
Contact.getCaptcha | ( | ) |
Template variable getter. Returns object of handling CAPTCHA image
Definition at line 161 of file contact.php.
Contact.getContactMessage | ( | ) |
Template variable getter. Returns entered message
Definition at line 147 of file contact.php.
Contact.getContactSendStatus | ( | ) |
Template variable getter. Returns status if email was send succesfull
Definition at line 175 of file contact.php.
Contact.getContactSubject | ( | ) |
Template variable getter. Returns entered contact subject
Definition at line 133 of file contact.php.
Contact.getTitle | ( | ) |
Contact.getUserData | ( | ) |
Template variable getter. Returns entered user data
Definition at line 119 of file contact.php.
Contact.send | ( | ) |
Composes and sends user written message, returns false if some parameters are missing.
Definition at line 68 of file contact.php.
Contact.$_aUserData = null [protected] |
Definition at line 18 of file contact.php.
Contact.$_blContactSendStatus = null [protected] |
Definition at line 46 of file contact.php.
Contact.$_iViewIndexState = VIEW_INDEXSTATE_NOINDEXNOFOLLOW [protected] |
Current view search engine indexing state: VIEW_INDEXSTATE_INDEX - index without limitations VIEW_INDEXSTATE_NOINDEXNOFOLLOW - no index / no follow VIEW_INDEXSTATE_NOINDEXFOLLOW - no index / follow
Reimplemented from oxUBase.
Definition at line 60 of file contact.php.
Contact.$_oCaptcha = null [protected] |
Definition at line 39 of file contact.php.
Contact.$_sContactMessage = null [protected] |
Definition at line 32 of file contact.php.
Contact.$_sContactSubject = null [protected] |
Definition at line 25 of file contact.php.
Contact.$_sThisTemplate = 'page/info/contact.tpl' [protected] |
Reimplemented from oxView.
Definition at line 53 of file contact.php.