Form to add/edit category. More...
Public Member Functions | |
| CategoryForm ($pressId, $categoryId=null) | |
| execute (&$request) | |
| fetch ($request) | |
| getCategoryId () | |
| getLocaleFieldNames () | |
| getPressId () | |
| initData () | |
| readInputData () | |
| validate () | |
Form to add/edit category.
Definition at line 20 of file CategoryForm.inc.php.
| CategoryForm.CategoryForm | ( | $ | pressId, | |
| $ | categoryId = null | |||
| ) |
Constructor.
Definition at line 42 of file CategoryForm.inc.php.
| CategoryForm.execute | ( | &$ | request | ) |
Definition at line 184 of file CategoryForm.inc.php.
References getCategoryId(), and getPressId().
| CategoryForm.fetch | ( | $ | request | ) |
Definition at line 149 of file CategoryForm.inc.php.
References getCategoryId().
| CategoryForm.getCategoryId | ( | ) |
Get the user group id.
Definition at line 72 of file CategoryForm.inc.php.
Referenced by execute(), fetch(), initData(), and readInputData().
| CategoryForm.getLocaleFieldNames | ( | ) |
Get all locale field names
Definition at line 90 of file CategoryForm.inc.php.
| CategoryForm.getPressId | ( | ) |
Get the press id.
Definition at line 80 of file CategoryForm.inc.php.
Referenced by execute(), initData(), and readInputData().
| CategoryForm.initData | ( | ) |
Definition at line 98 of file CategoryForm.inc.php.
References getCategoryId(), and getPressId().
| CategoryForm.readInputData | ( | ) |
Definition at line 135 of file CategoryForm.inc.php.
References getCategoryId(), and getPressId().
| CategoryForm.validate | ( | ) |
Definition at line 114 of file CategoryForm.inc.php.
1.7.1