

Public Member Functions | |
| render () | |
| getRegistrationError () | |
| getRegistrationStatus () | |
| getMustFillFields () | |
Protected Attributes | |
| $_sThisTemplate = 'register.tpl' | |
| $_sSuccessTemplate = 'register_success.tpl' | |
| $_aMustFillFields = null | |
| $_iViewIndexState = 1 | |
| Register.render | ( | ) |
Executes parent.render(), passes error code to template engine, returns name of template to render register._sThisTemplate.
| Register.getRegistrationError | ( | ) |
Returns registration error code (if it was set)
| Register.getRegistrationStatus | ( | ) |
Return registration status (if it was set)
| Register.getMustFillFields | ( | ) |
Returns array of fields which must be filled during registration
Register.$_sThisTemplate = 'register.tpl' [protected] |
Register.$_sSuccessTemplate = 'register_success.tpl' [protected] |
Register.$_aMustFillFields = null [protected] |
Register.$_iViewIndexState = 1 [protected] |
Current view search engine indexing state: 0 - index without limitations 1 - no index / no follow 2 - no index / follow
1.5.5