Returns extra_param internal variable
API Tags:
Called when receives command to show "empty" form that will be used to add new record
Transfers data to form, prepares for show
API Tags:
Redefinition of:
- GForm_Ctrl_With_Object::process_add_new()
- Called when receives command to show "empty" form that will be used to add new record
void set_extra_param(
mixed
$param
)
|
|
Sets extra_param internal variable.
Parameters:
API Tags:
void transfer_extra_param_internal2obj(
)
|
|
If extra_param is used must be overwrited and include call to appropriate set_ method of the object with extra_param as parameter
This method is called only in case of add_new_event_comp
API Tags:
void transfer_extra_param_obj2internal(
)
|
|
If extra_param is used must be overwrited and include transfer from object to $this->extra_param
API Tags: