Summary
- File
- Package hierarchy PHPBoost\Update
- Class hierarchy \Application
__construct( $id, $language, $type = self::MODULE_TYPE, $version, $repository = '')
constructor of the class
$id | ||
$language | ||
$type | see APPLICATION_TYPE_xxx constants |
|
$version | ||
$repository |
None found |
load( $xml_desc)
Loads an XML description
$xml_desc | reference to xml description |
None found |
get_identifier() : string
Gets an identifier of the application
identifier
None found |
check_compatibility() : boolean
Checks compatibility with limits
TRUE if compatible FALSE if not
None found |
get_id()
Accessor of id
None found |
get_name()
Accessor of name
None found |
get_language()
Accessor of Language
None found |
get_localized_language()
Accessor of Localized language
None found |
get_type()
Accessor of Type
None found |
get_repository()
Accessor of Repository
None found |
get_version()
Accessor of Version
None found |
get_compatibility_min()
Accessor of Compatibility min value
None found |
get_compatibility_max()
Accessor of Compatibility Max value
None found |
get_pubdate()
Accessor of Publication Date
None found |
get_priority()
Accessor of Priority
None found |
get_security_update()
Accessor of Security Update
None found |
get_download_url()
Accessor of Download URL
None found |
get_update_url()
Accessor of Update URL
None found |
get_autoupdate_url()
Accessor of Auto Update URL
None found |
get_authors()
Accessor of Authors
None found |
get_description()
Accessor of Description Text
None found |
get_new_features()
Accessor of New Features Text
None found |
get_improvements()
Accessor of improvements Text
None found |
get_bug_corrections()
Accessor of Bug Corrections Text
None found |
get_security_improvements()
Accessor of Security improvements
None found |
get_warning_level()
Accessor of Warning level
None found |
get_warning()
Accessor of Warning
None found |
get_attribute( $xdoc, $attibute_name, $xpath_query = '.') : string
Get attribute of xml token
$xdoc | ||
$attibute_name | ||
$xpath_query |
attrbute value
None found |
get_installed_version() : string
Get the number of the installed version
version
None found |
$id :
None found |
$name :
None found |
$language :
None found |
$localized_language :
None found |
$type :
None found |
$repository :
None found |
$version :
None found |
$compatibility_min :
None found |
$compatibility_max :
None found |
$pubdate :
None found |
$priority :
None found |
$security_update :
None found |
$download_url :
None found |
$update_url :
None found |
$autoupdate_url :
None found |
$authors :
None found |
$description :
None found |
$new_features :
None found |
$improvements :
None found |
$bug_corrections :
None found |
$security_improvements :
None found |
$warning_level :
None found |
$warning :
None found |