|
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() | |
Class describing a plugin in the Plugin Gallery.
Definition at line 22 of file GalleryPlugin.inc.php.
| GalleryPlugin::getCategory | ( | ) |
Get the category for this plugin
Definition at line 87 of file GalleryPlugin.inc.php.
References DataObject\getData().
Referenced by getCurrentStatus(), and getInstalledVersion().
| GalleryPlugin::getContactEmail | ( | ) |
Get the contact email for this plugin
Definition at line 175 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getContactInstitutionName | ( | ) |
Get the contact institution name for this plugin
Definition at line 159 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getContactName | ( | ) |
Get the contact name for this plugin
Definition at line 143 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getCurrentStatus | ( | ) |
Get the current state of the gallery plugin with respect to this installation.
Definition at line 354 of file GalleryPlugin.inc.php.
References Core\getBaseDir(), getCategory(), getInstalledVersion(), getProduct(), and getVersion().
| GalleryPlugin::getDate | ( | ) |
Get the release date of this plugin
Definition at line 127 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getDescription | ( | $locale = null | ) |
Get plugin description.
| $locale | string optional |
Definition at line 210 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getHomepage | ( | ) |
Get the homepage for this plugin
Definition at line 55 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getInstallationInstructions | ( | $locale = null | ) |
Get plugin installation instructions.
| $locale | string optional |
Definition at line 228 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getInstalledVersion | ( | ) |
Determine the version of this plugin that is currently installed, if any
Definition at line 344 of file GalleryPlugin.inc.php.
References getCategory(), DAORegistry\getDAO(), and getProduct().
Referenced by getCurrentStatus().
| GalleryPlugin::getLocalizedDescription | ( | ) |
Get the localized description of the plugin.
Definition at line 327 of file GalleryPlugin.inc.php.
References DataObject\getLocalizedData().
| GalleryPlugin::getLocalizedInstallationInstructions | ( | ) |
Get the localized installation instructions of the plugin.
Definition at line 319 of file GalleryPlugin.inc.php.
References DataObject\getLocalizedData().
| GalleryPlugin::getLocalizedName | ( | $preferredLocale = null | ) |
Get the localized name of the plugin
| $preferredLocale | string |
Definition at line 29 of file GalleryPlugin.inc.php.
References DataObject\getLocalizedData().
| GalleryPlugin::getLocalizedReleaseDescription | ( | ) |
Get the localized release description of the plugin.
Definition at line 335 of file GalleryPlugin.inc.php.
References DataObject\getLocalizedData().
| GalleryPlugin::getLocalizedSummary | ( | ) |
Get the localized summary of the plugin.
Definition at line 311 of file GalleryPlugin.inc.php.
References DataObject\getLocalizedData().
| GalleryPlugin::getName | ( | $locale = null | ) |
Get the name of the plugin
| $locale | string optional |
Definition at line 47 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getProduct | ( | ) |
Get the product (symbolic name) for this plugin
Definition at line 71 of file GalleryPlugin.inc.php.
References DataObject\getData().
Referenced by getCurrentStatus(), and getInstalledVersion().
| GalleryPlugin::getReleaseCertifications | ( | ) |
Get the certifications for this plugin release
Definition at line 279 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getReleaseDescription | ( | $locale = null | ) |
Get release description.
| $locale | string optional |
Definition at line 246 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getReleaseMD5 | ( | ) |
Get release MD5 checksum.
Definition at line 263 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getReleasePackage | ( | ) |
Get the package URL for this plugin release
Definition at line 295 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getSummary | ( | $locale = null | ) |
Get plugin summary.
| $locale | string optional |
Definition at line 192 of file GalleryPlugin.inc.php.
References DataObject\getData().
| GalleryPlugin::getVersion | ( | $pad = false | ) |
Get the newest compatible version of this plugin
| $pad | boolean True iff returned version numbers should be padded to 4 terms, e.g. 1.0.0.0 instead of just 1.0 |
Definition at line 105 of file GalleryPlugin.inc.php.
References DataObject\getData().
Referenced by getCurrentStatus().
| GalleryPlugin::setCategory | ( | $category | ) |
Set the category for this plugin
| $category | string |
Definition at line 95 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setContactEmail | ( | $contactEmail | ) |
Set the contact email for this plugin
| $contactEmail | string |
Definition at line 183 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setContactInstitutionName | ( | $contactInstitutionName | ) |
Set the contact institution name for this plugin
| $contactInstitutionName | string |
Definition at line 167 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setContactName | ( | $contactName | ) |
Set the contact name for this plugin
| $contactName | string |
Definition at line 151 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setDate | ( | $date | ) |
Set the release date for this plugin
| $date | int |
Definition at line 135 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setDescription | ( | $description, | |
$locale = null |
|||
| ) |
Set plugin description.
| $description | string |
| $locale | string optional |
Definition at line 219 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setHomepage | ( | $homepage | ) |
Set the homepage for this plugin
| $homepage | string |
Definition at line 63 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setInstallationInstructions | ( | $installation, | |
$locale = null |
|||
| ) |
Set plugin installation instructions.
| $installation | string |
| $locale | string optional |
Definition at line 237 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setName | ( | $name, | |
$locale = null |
|||
| ) |
Set the name of the plugin
| $name | string |
| $locale | string optional |
Definition at line 38 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setProduct | ( | $product | ) |
Set the product (symbolic name) for this plugin
| $product | string |
Definition at line 79 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setReleaseCertifications | ( | $certifications | ) |
Set the certifications for this plugin release
| $certifications | array |
Definition at line 287 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setReleaseDescription | ( | $releaseDescription, | |
$locale = null |
|||
| ) |
Set plugin release description.
| $releaseDescription | string |
| $locale | string optional |
Definition at line 255 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setReleaseMD5 | ( | $releaseMD5 | ) |
Set plugin release MD5.
| $releaseMD5 | string |
Definition at line 271 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setReleasePackage | ( | $releasePackage | ) |
Set the package URL for this plugin release
| $package | string |
Definition at line 303 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setSummary | ( | $summary, | |
$locale = null |
|||
| ) |
Set plugin summary.
| $summary | string |
| $locale | string optional |
Definition at line 201 of file GalleryPlugin.inc.php.
References DataObject\setData().
| GalleryPlugin::setVersion | ( | $version | ) |
Set the version for this plugin
| $version | string |
Definition at line 119 of file GalleryPlugin.inc.php.
References DataObject\setData().