|
MagicSmoke
$VERSION$
|
Functions | |
| isEmail ($value) | |
| checks if given value is a valid email address More... | |
| isEmpty ($var) | |
| checks if a variable is empty, needs to be used to check class methods More... | |
| redirectBack () | |
| redirects back to the referer page More... | |
| redirectHome (array $query=array()) | |
| redirects the browser to index.php More... | |
Variables | |
| return | |
| isEmail | ( | $value | ) |
checks if given value is a valid email address
Referenced by WOOrder\mailDetails(), WOCustomer\registerCustomer(), WOCustomer\resetPassword(), and WOCustomer\sendMail().
| isEmpty | ( | $var | ) |
checks if a variable is empty, needs to be used to check class methods
| redirectBack | ( | ) |
redirects back to the referer page
References redirectHome().
| redirectHome | ( | array | $query = array() | ) |
redirects the browser to index.php
References $i.
Referenced by WebCart\addTickets(), WebCart\addVoucher(), WebCart\changeAddressPage(), WOCustomer\checkLogin(), WebCart\checkout(), WOWebSession\logout(), redirectBack(), WOCustomer\registerCustomer(), WebCart\removeItem(), and LanguageManager\setLanguage().
| return |