ZenMagick 0.9.10


zenmagick.store.shared.model.forms\ZMRegistrationForm
model\forms\ZMRegistrationForm.php at line 30

Class ZMRegistrationForm

ZMObject
└─ZMFormData
└─FormData
└─ZMRegistrationForm

public class ZMRegistrationForm
extends FormData

A registration form (bean).

Author:
DerManoMann

Fields inherited from zenmagick.store.shared.mvc\FormData
tables_
Fields inherited from org.zenmagick.mvc.forms\ZMFormData
fields_
Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct()

Create new instance.

ZMAccount

getAccount()

Get a populated ZMAccount instance.

ZMAddress

getAddress()

Get a populated ZMAddress instance.

Methods inherited from zenmagick.store.shared.mvc\FormData
__construct, addTables, populate
Methods inherited from org.zenmagick.mvc.forms\ZMFormData
__construct, addFields, populate
Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

model\forms\ZMRegistrationForm.php at line 35

__construct

public void __construct()

Create new instance.


model\forms\ZMRegistrationForm.php at line 47

getAccount

public ZMAccount getAccount()

Get a populated ZMAccount instance.

Returns:
An account.

model\forms\ZMRegistrationForm.php at line 68

getAddress

public ZMAddress getAddress()

Get a populated ZMAddress instance.

Returns:
An address.

ZenMagick 0.9.10