Class

Application

Package: PHPBoost\Update Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Loic ROUCHON horn@phpboost.com Version: PHPBoost 5.2 - last update: 2019 03 26 Since: PHPBoost 2.0 - 2008 08 17 Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: phpboost/update/Application.class.php
Methods summary
public
# __construct( $id, $language, $type = self::MODULE_TYPE, $version = 0, $repository = '' )

constructor of the class

public
# load( $xml_desc )

Loads an XML description

public string
# get_identifier( )

Gets an identifier of the application

public boolean
# check_compatibility( )

Checks compatibility with limits

public
# get_id( )

Accessor of id

public
# get_name( )

Accessor of name

public
# get_language( )

Accessor of Language

public
# get_localized_language( )

Accessor of Localized language

public
# get_type( )

Accessor of Type

public
# get_repository( )

Accessor of Repository

public
# get_version( )

Accessor of Version

public
# get_compatibility_min( )

Accessor of Compatibility min value

public
# get_compatibility_max( )

Accessor of Compatibility Max value

public
# get_pubdate( )

Accessor of Publication Date

public
# get_priority( )

Accessor of Priority

public
# get_security_update( )

Accessor of Security Update

public
# get_download_url( )

Accessor of Download URL

public
# get_update_url( )

Accessor of Update URL

public
# get_autoupdate_url( )

Accessor of Auto Update URL

public
# get_authors( )

Accessor of Authors

public
# get_description( )

Accessor of Description Text

public
# get_new_features( )

Accessor of New Features Text

public
# get_improvements( )

Accessor of improvements Text

public
# get_bug_corrections( )

Accessor of Bug Corrections Text

public
# get_security_improvements( )

Accessor of Security improvements

public
# get_warning_level( )

Accessor of Warning level

public
# get_warning( )

Accessor of Warning

Constants summary
string KERNEL_TYPE
# 'kernel'
string MODULE_TYPE
# 'module'
string TEMPLATE_TYPE
# 'template'