Public Member Functions | Public Attributes

RepresentativeForm Class Reference

Form for adding/editing a representative entry. More...

List of all members.

Public Member Functions

 execute ()
 fetch (&$request)
getMonograph ()
getRepresentative ()
 initData ()
 readInputData ()
 RepresentativeForm ($monograph, $representative)
 setMonograph ($monograph)
 setRepresentative ($representative)

Public Attributes

 $_monograph
 $_representative

Detailed Description

Form for adding/editing a representative entry.

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


Member Function Documentation

RepresentativeForm.execute (  ) 

Save the representative

See also:
Form.execute()

Definition at line 163 of file RepresentativeForm.inc.php.

References getMonograph(), and getRepresentative().

RepresentativeForm.fetch ( &$  request  ) 

Fetch the form.

See also:
Form.fetch()

Definition at line 108 of file RepresentativeForm.inc.php.

References getMonograph(), and getRepresentative().

& RepresentativeForm.getMonograph (  ) 

Get the Monograph

Returns:
Monograph

Definition at line 66 of file RepresentativeForm.inc.php.

Referenced by execute(), and fetch().

& RepresentativeForm.getRepresentative (  ) 

Get the representative

Returns:
Representative

Definition at line 50 of file RepresentativeForm.inc.php.

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

RepresentativeForm.initData (  ) 

Initialize form data from the representative entry.

Definition at line 85 of file RepresentativeForm.inc.php.

References getRepresentative().

RepresentativeForm.readInputData (  ) 

Assign form data to user-submitted data.

See also:
Form.readInputData()

Definition at line 143 of file RepresentativeForm.inc.php.

RepresentativeForm.RepresentativeForm ( monograph,
representative 
)

Constructor.

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

References setMonograph(), and setRepresentative().

RepresentativeForm.setMonograph ( monograph  ) 

Set the Monograph

Parameters:
Monograph 

Definition at line 74 of file RepresentativeForm.inc.php.

Referenced by RepresentativeForm().

RepresentativeForm.setRepresentative ( representative  ) 

Set the representative

Parameters:
@representative Representative

Definition at line 58 of file RepresentativeForm.inc.php.

Referenced by RepresentativeForm().


Member Data Documentation

RepresentativeForm.$_monograph

The monograph associated with the format being edited

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

RepresentativeForm.$_representative

Representative the entry being edited

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


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