Basic class describing a spotlight. More...
Public Member Functions | |
| getAssocId () | |
| getAssocType () | |
| getDescription ($locale) | |
| getLocalizedDescription () | |
| getLocalizedTitle () | |
| getLocalizedType () | |
| getPressId () | |
| getSpotlightItem () | |
| getTitle ($locale) | |
| setAssocId ($assocId) | |
| setAssocType ($assocType) | |
| setDescription ($description, $locale) | |
| setPressId ($pressId) | |
| setTitle ($title, $locale) | |
| Spotlight () | |
Basic class describing a spotlight.
Definition at line 22 of file Spotlight.inc.php.
| Spotlight.getAssocId | ( | ) |
Get assoc ID for this spotlight.
Definition at line 38 of file Spotlight.inc.php.
Referenced by getSpotlightItem().
| Spotlight.getAssocType | ( | ) |
Get assoc type for this spotlight.
Definition at line 54 of file Spotlight.inc.php.
Referenced by getLocalizedType(), and getSpotlightItem().
| Spotlight.getDescription | ( | $ | locale | ) |
Get spotlight description.
| $locale | string |
Definition at line 121 of file Spotlight.inc.php.
| Spotlight.getLocalizedDescription | ( | ) |
| Spotlight.getLocalizedTitle | ( | ) |
| Spotlight.getLocalizedType | ( | ) |
Fetch a plain text (localized) string for this Spotlight type
Definition at line 138 of file Spotlight.inc.php.
References getAssocType().
| Spotlight.getPressId | ( | ) |
Get the press id for this spotlight.
Definition at line 70 of file Spotlight.inc.php.
Referenced by getSpotlightItem().
| Spotlight.getSpotlightItem | ( | ) |
Returns the associated item with this spotlight.
Definition at line 152 of file Spotlight.inc.php.
References getAssocId(), getAssocType(), and getPressId().
| Spotlight.getTitle | ( | $ | locale | ) |
Get spotlight title.
| $locale |
Definition at line 95 of file Spotlight.inc.php.
| Spotlight.setAssocId | ( | $ | assocId | ) |
Set assoc ID for this spotlight.
| $assocId | int |
Definition at line 46 of file Spotlight.inc.php.
| Spotlight.setAssocType | ( | $ | assocType | ) |
Set assoc type for this spotlight.
| $assocType | int |
Definition at line 62 of file Spotlight.inc.php.
| Spotlight.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set spotlight description.
| $description | string | |
| $locale | string |
Definition at line 130 of file Spotlight.inc.php.
| Spotlight.setPressId | ( | $ | pressId | ) |
Set press Id for this spotlight.
| $pressId | int |
Definition at line 78 of file Spotlight.inc.php.
| Spotlight.setTitle | ( | $ | title, | |
| $ | locale | |||
| ) |
Set spotlight title.
| $title | string | |
| $locale | string |
Definition at line 104 of file Spotlight.inc.php.
| Spotlight.Spotlight | ( | ) |
Constructor
Definition at line 26 of file Spotlight.inc.php.
1.7.1