Describes basic Category properties.
More...
List of all members.
Detailed Description
Describes basic Category properties.
- See also:
- CategoryDAO
Definition at line 16 of file Category.inc.php.
Member Function Documentation
| Category.getDescription |
( |
$ |
locale |
) |
|
Get description of category.
- Parameters:
-
- Returns:
- string
Definition at line 111 of file Category.inc.php.
| Category.getLocalizedDescription |
( |
|
) |
|
Get localized description of the category.
- Returns:
- string
Definition at line 102 of file Category.inc.php.
| Category.getLocalizedTitle |
( |
|
) |
|
Get localized title of the category.
- Returns:
- string
Definition at line 76 of file Category.inc.php.
| Category.getTitle |
( |
$ |
locale |
) |
|
Get title of category.
- Parameters:
-
- Returns:
- string
Definition at line 85 of file Category.inc.php.
| Category.setDescription |
( |
$ |
description, |
|
|
$ |
locale | |
|
) |
| | |
Set description of category.
- Parameters:
-
| $description | string |
| $locale | string |
Definition at line 120 of file Category.inc.php.
| Category.setImage |
( |
$ |
image |
) |
|
| Category.setParentId |
( |
$ |
parentId |
) |
|
| Category.setPath |
( |
$ |
path |
) |
|
| Category.setPressId |
( |
$ |
pressId |
) |
|
| Category.setTitle |
( |
$ |
title, |
|
|
$ |
locale | |
|
) |
| | |
Set title of category.
- Parameters:
-
| $title | string |
| $locale | string |
Definition at line 94 of file Category.inc.php.
The documentation for this class was generated from the following file: