Describes basic FooterCategory properties. More...
Public Member Functions | |
| FooterCategory () | |
| getDescription ($locale) | |
| getLinks () | |
| getLocalizedDescription () | |
| getLocalizedTitle () | |
| getPath () | |
| getPressId () | |
| getTitle ($locale) | |
| setDescription ($description, $locale) | |
| setPath ($path) | |
| setPressId ($pressId) | |
| setTitle ($title, $locale) | |
Describes basic FooterCategory properties.
Definition at line 16 of file FooterCategory.inc.php.
| FooterCategory.FooterCategory | ( | ) |
Constructor.
Definition at line 20 of file FooterCategory.inc.php.
| FooterCategory.getDescription | ( | $ | locale | ) |
Get description of category.
| $locale | string |
Definition at line 95 of file FooterCategory.inc.php.
| FooterCategory.getLinks | ( | ) |
Retrieve the links in this category.
Definition at line 112 of file FooterCategory.inc.php.
References getPressId().
| FooterCategory.getLocalizedDescription | ( | ) |
Get localized description of the category.
Definition at line 86 of file FooterCategory.inc.php.
| FooterCategory.getLocalizedTitle | ( | ) |
Get localized title of the category.
Definition at line 60 of file FooterCategory.inc.php.
| FooterCategory.getPath | ( | ) |
| FooterCategory.getPressId | ( | ) |
Get ID of press.
Definition at line 28 of file FooterCategory.inc.php.
Referenced by getLinks().
| FooterCategory.getTitle | ( | $ | locale | ) |
Get title of category.
| $locale | string |
Definition at line 69 of file FooterCategory.inc.php.
| FooterCategory.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set description of category.
| $description | string | |
| $locale | string |
Definition at line 104 of file FooterCategory.inc.php.
| FooterCategory.setPath | ( | $ | path | ) |
| FooterCategory.setPressId | ( | $ | pressId | ) |
| FooterCategory.setTitle | ( | $ | title, | |
| $ | locale | |||
| ) |
Set title of category.
| $title | string | |
| $locale | string |
Definition at line 78 of file FooterCategory.inc.php.
1.7.1