|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class SurveyCategories. More...
Collaboration diagram for SurveyCategories:Public Member Functions | |
| SurveyCategories () | |
| Constructor public. | |
| getCategoryCount () | |
| Returns the number of categories. | |
| addCategoryAtPosition ($categoryname, $position) | |
| Adds a category at a given position. | |
| moveCategoryUp ($index) | |
| moveCategoryDown ($index) | |
| addCategory ($categoryname) | |
| Adds a category. | |
| addCategoryArray ($categories) | |
| Adds a category array. | |
| removeCategory ($index) | |
| Removes a category from the list of categories. | |
| removeCategories ($array) | |
| Removes many categories from the list of categories. | |
| removeCategoryWithName ($name) | |
| Removes a category from the list of categories. | |
| getCategory ($index) | |
| Returns the name of a category for a given index. | |
| getCategoryIndex ($name) | |
| Returns the index of a category with a given name. | |
| getScale ($index) | |
| flushCategories () | |
| Empties the categories list. | |
Data Fields | |
| $categories | |
Class SurveyCategories.
Definition at line 35 of file class.SurveyCategories.php.
| SurveyCategories::addCategory | ( | $categoryname | ) |
Adds a category.
Adds a category
| integer | $categoryname | The name of the category public |
Definition at line 123 of file class.SurveyCategories.php.
| SurveyCategories::addCategoryArray | ( | $categories | ) |
Adds a category array.
Adds a category array
| array | $categories | An array with categories public |
Definition at line 137 of file class.SurveyCategories.php.
References $categories.
| SurveyCategories::addCategoryAtPosition | ( | $categoryname, | |
| $position | |||
| ) |
Adds a category at a given position.
Adds a category at a given position
| string | $categoryname | The name of the category |
| integer | $position | The position of the category (starting with index 0) public |
Definition at line 80 of file class.SurveyCategories.php.
| SurveyCategories::flushCategories | ( | ) |
Empties the categories list.
Empties the categories list
public
Definition at line 239 of file class.SurveyCategories.php.
| SurveyCategories::getCategory | ( | $index | ) |
Returns the name of a category for a given index.
Returns the name of a category for a given index
| integer | $index | The index of the category |
Definition at line 200 of file class.SurveyCategories.php.
| SurveyCategories::getCategoryCount | ( | ) |
Returns the number of categories.
Returns the number of categories
Definition at line 65 of file class.SurveyCategories.php.
| SurveyCategories::getCategoryIndex | ( | $name | ) |
Returns the index of a category with a given name.
Returns the index of a category with a given name.
| string | $name | The name of the category public |
Definition at line 221 of file class.SurveyCategories.php.
References $name.
| SurveyCategories::getScale | ( | $index | ) |
Definition at line 226 of file class.SurveyCategories.php.
| SurveyCategories::moveCategoryDown | ( | $index | ) |
Definition at line 104 of file class.SurveyCategories.php.
| SurveyCategories::moveCategoryUp | ( | $index | ) |
Definition at line 94 of file class.SurveyCategories.php.
| SurveyCategories::removeCategories | ( | $array | ) |
Removes many categories from the list of categories.
Removes many categories from the list of categories
| array | $array | An array containing the index positions of the categories to be removed public |
Definition at line 166 of file class.SurveyCategories.php.
| SurveyCategories::removeCategory | ( | $index | ) |
Removes a category from the list of categories.
Removes a category from the list of categories
| integer | $index | The index of the category to be removed public |
Definition at line 151 of file class.SurveyCategories.php.
Referenced by removeCategoryWithName().
Here is the caller graph for this function:| SurveyCategories::removeCategoryWithName | ( | $name | ) |
Removes a category from the list of categories.
Removes a category from the list of categories
| string | $name | The name of the category to be removed public |
Definition at line 184 of file class.SurveyCategories.php.
References $name, and removeCategory().
Here is the call graph for this function:| SurveyCategories::SurveyCategories | ( | ) |
Constructor public.
Definition at line 51 of file class.SurveyCategories.php.
| SurveyCategories::$categories |
Definition at line 45 of file class.SurveyCategories.php.
Referenced by addCategoryArray().