Form for adding/editing a market region entry. More...
Public Member Functions | |
| execute () | |
| fetch (&$request) | |
| & | getMarket () |
| & | getMonograph () |
| initData () | |
| MarketForm ($monograph, $market) | |
| readInputData () | |
| setMarket ($market) | |
| setMonograph ($monograph) | |
Public Attributes | |
| $_market | |
| $_monograph | |
Form for adding/editing a market region entry.
Definition at line 17 of file MarketForm.inc.php.
| MarketForm.execute | ( | ) |
Save the entry
Definition at line 209 of file MarketForm.inc.php.
References getMarket(), and getMonograph().
| MarketForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 105 of file MarketForm.inc.php.
References getMarket(), and getMonograph().
| & MarketForm.getMarket | ( | ) |
Get the entry
Definition at line 46 of file MarketForm.inc.php.
Referenced by execute(), fetch(), and initData().
| & MarketForm.getMonograph | ( | ) |
| MarketForm.initData | ( | ) |
Initialize form data from the market entry.
Definition at line 81 of file MarketForm.inc.php.
References getMarket().
| MarketForm.MarketForm | ( | $ | monograph, | |
| $ | market | |||
| ) |
Constructor.
Definition at line 27 of file MarketForm.inc.php.
References setMarket(), and setMonograph().
| MarketForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 183 of file MarketForm.inc.php.
| MarketForm.setMarket | ( | $ | market | ) |
Set the entry
| @market | Market |
Definition at line 54 of file MarketForm.inc.php.
Referenced by MarketForm().
| MarketForm.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 70 of file MarketForm.inc.php.
Referenced by MarketForm().
| MarketForm.$_market |
Market the entry being edited
Definition at line 22 of file MarketForm.inc.php.
| MarketForm.$_monograph |
The monograph associated with the format being edited
Definition at line 19 of file MarketForm.inc.php.
1.7.1