Public Member Functions | Public Attributes

IdentificationCodeForm Class Reference

Form for adding/editing an identification code. More...

List of all members.

Public Member Functions

 execute ()
 fetch (&$request)
getIdentificationCode ()
getMonograph ()
 IdentificationCodeForm ($monograph, $identificationCode)
 initData ()
 readInputData ()
 setIdentificationCode ($identificationCode)
 setMonograph ($monograph)

Public Attributes

 $_identificationCode
 $_monograph

Detailed Description

Form for adding/editing an identification code.

Definition at line 17 of file IdentificationCodeForm.inc.php.


Member Function Documentation

IdentificationCodeForm.execute (  ) 

Save the code

See also:
Form.execute()

Definition at line 151 of file IdentificationCodeForm.inc.php.

References getIdentificationCode(), and getMonograph().

IdentificationCodeForm.fetch ( &$  request  ) 

Fetch the form.

See also:
Form.fetch()

Definition at line 97 of file IdentificationCodeForm.inc.php.

References getIdentificationCode(), and getMonograph().

& IdentificationCodeForm.getIdentificationCode (  ) 

Get the code

Returns:
IdentificationCode

Definition at line 46 of file IdentificationCodeForm.inc.php.

Referenced by execute(), fetch(), and initData().

& IdentificationCodeForm.getMonograph (  ) 

Get the Monograph

Returns:
Monograph

Definition at line 62 of file IdentificationCodeForm.inc.php.

Referenced by execute(), and fetch().

IdentificationCodeForm.IdentificationCodeForm ( monograph,
identificationCode 
)

Constructor.

Definition at line 27 of file IdentificationCodeForm.inc.php.

References setIdentificationCode(), and setMonograph().

IdentificationCodeForm.initData (  ) 

Initialize form data from the identification code.

Definition at line 81 of file IdentificationCodeForm.inc.php.

References getIdentificationCode().

IdentificationCodeForm.readInputData (  ) 

Assign form data to user-submitted data.

See also:
Form.readInputData()

Definition at line 138 of file IdentificationCodeForm.inc.php.

IdentificationCodeForm.setIdentificationCode ( identificationCode  ) 

Set the code

Parameters:
@identificationCode IdentificationCode

Definition at line 54 of file IdentificationCodeForm.inc.php.

Referenced by IdentificationCodeForm().

IdentificationCodeForm.setMonograph ( monograph  ) 

Set the Monograph

Parameters:
Monograph 

Definition at line 70 of file IdentificationCodeForm.inc.php.

Referenced by IdentificationCodeForm().


Member Data Documentation

IdentificationCodeForm.$_identificationCode

Identification Code the code being edited

Definition at line 22 of file IdentificationCodeForm.inc.php.

IdentificationCodeForm.$_monograph

The monograph associated with the format being edited

Definition at line 19 of file IdentificationCodeForm.inc.php.


The documentation for this class was generated from the following file: