YaWK
24.1
Yet another WebKit
|
Public Member Functions | |
buildForm ($db) | |
loads the header, layout and footer of the form More... | |
getAdditionalFields ($db) | |
draw html output of all additional fields More... | |
getFooter () | |
html form footer (closing tag) More... | |
getForm ($db) | |
build the form More... | |
getHeader () | |
get form header More... | |
getLayout ($db) | |
build form on depending layout More... | |
getLegend ($db) | |
get form legend More... | |
getMandatoryFields () | |
draw html output: all mandatory fields More... | |
getSubmitButton ($db) | |
draw the submit button More... | |
getTerms ($db) | |
draw html output: checkbox for terms of service More... | |
getTitle ($db) | |
get form title More... | |
init ($db) | |
initialize form (build it) More... | |
Public Member Functions inherited from YAWK\PLUGINS\SIGNUP\signup | |
__construct () | |
signup constructor. More... | |
Public Attributes | |
$form = '' | |
$html = '' | |
Public Attributes inherited from YAWK\PLUGINS\SIGNUP\signup | |
$userpage | |
Additional Inherited Members | |
Static Public Member Functions inherited from YAWK\PLUGINS\SIGNUP\signup | |
static | signUp ($db) |
draw html output adultcheck or form on demand More... | |
Protected Attributes inherited from YAWK\PLUGINS\SIGNUP\signup | |
$form | |
$html | |
$signup | |
$username | |
Class buildForm
serve all methods to draw the user signup form
Definition at line 9 of file buildForm.php.
YAWK\PLUGINS\SIGNUP\buildForm::buildForm | ( | $db | ) |
loads the header, layout and footer of the form
object | $db | database |
Definition at line 31 of file buildForm.php.
References $db, YAWK\PLUGINS\SIGNUP\buildForm\$form, YAWK\PLUGINS\SIGNUP\buildForm\getFooter(), YAWK\PLUGINS\SIGNUP\buildForm\getHeader(), and YAWK\PLUGINS\SIGNUP\buildForm\getLayout().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\init().
YAWK\PLUGINS\SIGNUP\buildForm::getAdditionalFields | ( | $db | ) |
draw html output of all additional fields
object | $db | database |
Definition at line 217 of file buildForm.php.
References $city, $country, $db, $firstname, $lastname, $street, $zipcode, and YAWK\settings\getSetting().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getForm().
YAWK\PLUGINS\SIGNUP\buildForm::getFooter | ( | ) |
html form footer (closing tag)
Definition at line 152 of file buildForm.php.
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\buildForm().
YAWK\PLUGINS\SIGNUP\buildForm::getForm | ( | $db | ) |
build the form
object | $db | database |
Definition at line 43 of file buildForm.php.
References $db, YAWK\PLUGINS\SIGNUP\buildForm\$form, YAWK\PLUGINS\SIGNUP\buildForm\getAdditionalFields(), YAWK\PLUGINS\SIGNUP\buildForm\getMandatoryFields(), YAWK\PLUGINS\SIGNUP\buildForm\getSubmitButton(), and YAWK\PLUGINS\SIGNUP\buildForm\getTerms().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getLayout().
YAWK\PLUGINS\SIGNUP\buildForm::getHeader | ( | ) |
get form header
Definition at line 55 of file buildForm.php.
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\buildForm().
YAWK\PLUGINS\SIGNUP\buildForm::getLayout | ( | $db | ) |
build form on depending layout
object | $db | database |
Definition at line 107 of file buildForm.php.
References $db, $layout, YAWK\PLUGINS\SIGNUP\buildForm\getForm(), YAWK\PLUGINS\SIGNUP\buildForm\getLegend(), YAWK\settings\getSetting(), and YAWK\PLUGINS\SIGNUP\buildForm\getTitle().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\buildForm().
YAWK\PLUGINS\SIGNUP\buildForm::getLegend | ( | $db | ) |
get form legend
object | $db | database |
Definition at line 75 of file buildForm.php.
References $db, and YAWK\settings\getLongSetting().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getLayout().
YAWK\PLUGINS\SIGNUP\buildForm::getMandatoryFields | ( | ) |
draw html output: all mandatory fields
Definition at line 186 of file buildForm.php.
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getForm().
YAWK\PLUGINS\SIGNUP\buildForm::getSubmitButton | ( | $db | ) |
draw the submit button
object | $db | database |
Definition at line 256 of file buildForm.php.
References $db, $layout, and YAWK\settings\getSetting().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getForm().
YAWK\PLUGINS\SIGNUP\buildForm::getTerms | ( | $db | ) |
draw html output: checkbox for terms of service
$db |
Definition at line 205 of file buildForm.php.
References $db, and YAWK\settings\getSetting().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getForm().
YAWK\PLUGINS\SIGNUP\buildForm::getTitle | ( | $db | ) |
get form title
object | $db | database |
Definition at line 65 of file buildForm.php.
References $db, and YAWK\settings\getSetting().
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\getLayout().
YAWK\PLUGINS\SIGNUP\buildForm::init | ( | $db | ) |
initialize form (build it)
object | $db | database |
Definition at line 21 of file buildForm.php.
References $db, YAWK\PLUGINS\SIGNUP\buildForm\$html, and YAWK\PLUGINS\SIGNUP\buildForm\buildForm().
YAWK\PLUGINS\SIGNUP\buildForm::$form = '' |
string | html form |
Definition at line 14 of file buildForm.php.
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\buildForm(), and YAWK\PLUGINS\SIGNUP\buildForm\getForm().
YAWK\PLUGINS\SIGNUP\buildForm::$html = '' |
string | html output |
Definition at line 12 of file buildForm.php.
Referenced by YAWK\PLUGINS\SIGNUP\buildForm\init().