|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Basic class describing a spotlight.
Definition at line 22 of file Spotlight.inc.php.
| Spotlight::__construct | ( | ) |
| Spotlight::getAssocId | ( | ) |
Get assoc ID for this spotlight.
Definition at line 38 of file Spotlight.inc.php.
References DataObject\getData().
Referenced by getSpotlightItem().
| Spotlight::getAssocType | ( | ) |
Get assoc type for this spotlight.
Definition at line 54 of file Spotlight.inc.php.
References DataObject\getData().
Referenced by getLocalizedType(), and getSpotlightItem().
| Spotlight::getDescription | ( | $locale | ) |
Get spotlight description.
| $locale | string |
Definition at line 121 of file Spotlight.inc.php.
References DataObject\getData().
| Spotlight::getLocalizedDescription | ( | ) |
Get localized full description
Definition at line 112 of file Spotlight.inc.php.
References DataObject\getLocalizedData().
| Spotlight::getLocalizedTitle | ( | ) |
Get localized spotlight title
Definition at line 86 of file Spotlight.inc.php.
References DataObject\getLocalizedData().
| 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.
References DataObject\getData().
Referenced by getSpotlightItem().
| Spotlight::getSpotlightItem | ( | ) |
Returns the associated item with this spotlight.
Definition at line 151 of file Spotlight.inc.php.
References PKPServices\get(), getAssocId(), getAssocType(), DAORegistry\getDAO(), and getPressId().
| Spotlight::getTitle | ( | $locale | ) |
Get spotlight title.
| $locale |
Definition at line 95 of file Spotlight.inc.php.
References DataObject\getData().
| Spotlight::setAssocId | ( | $assocId | ) |
Set assoc ID for this spotlight.
| $assocId | int |
Definition at line 46 of file Spotlight.inc.php.
References DataObject\setData().
| Spotlight::setAssocType | ( | $assocType | ) |
Set assoc type for this spotlight.
| $assocType | int |
Definition at line 62 of file Spotlight.inc.php.
References DataObject\setData().
| Spotlight::setDescription | ( | $description, | |
| $locale | |||
| ) |
Set spotlight description.
| $description | string |
| $locale | string |
Definition at line 130 of file Spotlight.inc.php.
References DataObject\setData().
| Spotlight::setPressId | ( | $pressId | ) |
Set press Id for this spotlight.
| $pressId | int |
Definition at line 78 of file Spotlight.inc.php.
References DataObject\setData().
| Spotlight::setTitle | ( | $title, | |
| $locale | |||
| ) |
Set spotlight title.
| $title | string |
| $locale | string |
Definition at line 104 of file Spotlight.inc.php.
References DataObject\setData().