PEAR_PackageUpdate
[ class tree: PEAR_PackageUpdate ] [ index: PEAR_PackageUpdate ] [ all elements ]

Element index for package PEAR_PackageUpdate

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ p ] [ r ] [ s ] [ u ] [ w ] [ x ] [ _ ]

_

__construct
in file PackageUpdate.php, method PEAR_PackageUpdate::__construct()
    PHP 5 style constructor. Loads the user preferences.
top

a

$adapters
in file PackageUpdate.php, variable PEAR_PackageUpdate::$adapters
    List of adapters used to communicate with package channels
addAdapter
in file PackageUpdate.php, method PEAR_PackageUpdate::addAdapter()
    Add an interface adapter
Adapter.php
procedural page Adapter.php
top

c

$channel
in file REST.php, variable PEAR_PackageUpdate_Adapter_REST::$channel
$channel
in file XmlRPC.php, variable PEAR_PackageUpdate_Adapter_XmlRPC::$channel
$channel
in file PackageUpdate.php, variable PEAR_PackageUpdate::$channel
    The channel the package is hosted on.
$config
in file XmlRPC.php, variable PEAR_PackageUpdate_Adapter_XmlRPC::$config
$config
in file REST.php, variable PEAR_PackageUpdate_Adapter_REST::$config
checkUpdate
in file PackageUpdate.php, method PEAR_PackageUpdate::checkUpdate()
    Checks to see if an update is available.
Cli.php
procedural page Cli.php
CliFrontend.php
procedural page CliFrontend.php
top

d

determinePrefFile
in file PackageUpdate.php, method PEAR_PackageUpdate::determinePrefFile()
    Returns the path to the preferences file.
top

e

$errors
in file PackageUpdate.php, variable PEAR_PackageUpdate::$errors
    A collection of errors that have occurred.
top

f

factory
in file PackageUpdate.php, method PEAR_PackageUpdate::factory()
    Creates an instance of the given update class.
forceRestart
in file PackageUpdate.php, method PEAR_PackageUpdate::forceRestart()
    Redirects or exits to force the user to restart the application.
forceRestart
in file Cli.php, method PEAR_PackageUpdate_Cli::forceRestart()
    Cli driver does not redirects or exits to force the user to restart the application.
top

g

getInstalledRelease
in file PackageUpdate.php, method PEAR_PackageUpdate::getInstalledRelease()
    Returns informations about current installed version of the package
getLatestRelease
in file PackageUpdate.php, method PEAR_PackageUpdate::getLatestRelease()
    Returns information on latest version available
getPackageInfo
in file PackageUpdate.php, method PEAR_PackageUpdate::getPackageInfo()
    Returns the latest information about the given package.
getPackagePreferences
in file PackageUpdate.php, method PEAR_PackageUpdate::getPackagePreferences()
    Returns the preferences associated with the given package.
top

h

hasErrors
in file PackageUpdate.php, method PEAR_PackageUpdate::hasErrors()
    Returns whether or not errors have occurred (and been captured).
top

i

$info
in file PackageUpdate.php, variable PEAR_PackageUpdate::$info
    Information about the latest version of the package.
$instInfo
in file PackageUpdate.php, variable PEAR_PackageUpdate::$instInfo
    Informations about the current installed version of the package.
$instVersion
in file PackageUpdate.php, variable PEAR_PackageUpdate::$instVersion
    The current installed version of the package.
isIncludable
in file PackageUpdate.php, method PEAR_PackageUpdate::isIncludable()
    Returns whether or not a path is in the include path.
top

l

$latestVersion
in file PackageUpdate.php, variable PEAR_PackageUpdate::$latestVersion
    The latest version available for the given package.
loadPreferences
in file PackageUpdate.php, method PEAR_PackageUpdate::loadPreferences()
    Loads the user's preferences from a file.
top

p

$packageName
in file PackageUpdate.php, variable PEAR_PackageUpdate::$packageName
    The name of the package.
$ppu
in file REST.php, variable PEAR_PackageUpdate_Adapter_REST::$ppu
$ppu
in file XmlRPC.php, variable PEAR_PackageUpdate_Adapter_XmlRPC::$ppu
$preferences
in file PackageUpdate.php, variable PEAR_PackageUpdate::$preferences
    The user's update preferences.
$pref_file
in file PackageUpdate.php, variable PEAR_PackageUpdate::$pref_file
    The file to read PPU user-defined options from
PEAR_PackageUpdate
in file PackageUpdate.php, class PEAR_PackageUpdate
    The package allows a developer to add a few lines of code to
PEAR_PackageUpdate
in file PackageUpdate.php, method PEAR_PackageUpdate::PEAR_PackageUpdate()
    PHP 4 style constructor. Calls the PHP 5 style constructor.
PackageUpdate.php
procedural page PackageUpdate.php
PEAR_PackageUpdate_Adapter
in file Adapter.php, class PEAR_PackageUpdate_Adapter
    Base class for PEAR_PackageUpdate adapters
PEAR_PackageUpdate_Adapter_REST
in file REST.php, class PEAR_PackageUpdate_Adapter_REST
    REST-based adapter for PEAR_PackageUpdate
PEAR_PackageUpdate_Adapter_REST
in file REST.php, method PEAR_PackageUpdate_Adapter_REST::PEAR_PackageUpdate_Adapter_REST()
PEAR_PackageUpdate_Adapter_XmlRPC
in file XmlRPC.php, method PEAR_PackageUpdate_Adapter_XmlRPC::PEAR_PackageUpdate_Adapter_XmlRPC()
PEAR_PackageUpdate_Adapter_XmlRPC
in file XmlRPC.php, class PEAR_PackageUpdate_Adapter_XmlRPC
    XMLRPC-based adapter for PEAR_PackageUpdate
PEAR_PackageUpdate_Cli
in file Cli.php, class PEAR_PackageUpdate_Cli
    This is the default CLI driver for PEAR_PackageUpdate.
PEAR_PackageUpdate_Cli
in file Cli.php, method PEAR_PackageUpdate_Cli::PEAR_PackageUpdate_Cli()
    Cli driver class constructor
PEAR_PACKAGEUPDATE_ERROR_INVALIDDRIVER
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_INVALIDDRIVER
    Invalid driver structure
PEAR_PACKAGEUPDATE_ERROR_INVALIDINIFILE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_INVALIDINIFILE
    Invalid INI file
PEAR_PACKAGEUPDATE_ERROR_INVALIDPREF
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_INVALIDPREF
    Invalid preference identifier
PEAR_PACKAGEUPDATE_ERROR_INVALIDSTATE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_INVALIDSTATE
    Invalid release state
PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE
    Invalid release type
PEAR_PACKAGEUPDATE_ERROR_NOCHANNEL
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_NOCHANNEL
    No channel name provided
PEAR_PACKAGEUPDATE_ERROR_NOINFO
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_NOINFO
    No update information is available for the package
PEAR_PACKAGEUPDATE_ERROR_NONEXISTENTDRIVER
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_NONEXISTENTDRIVER
    Driver (backend) could not be found.
PEAR_PACKAGEUPDATE_ERROR_NOPACKAGE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_NOPACKAGE
    No package name provided
PEAR_PACKAGEUPDATE_ERROR_NOTINSTALLED
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_NOTINSTALLED
    The package is not installed. It cannot be updated.
PEAR_PACKAGEUPDATE_ERROR_PREFFILE_CORRUPTED
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_PREFFILE_CORRUPTED
    Preferences file is corrupted
PEAR_PACKAGEUPDATE_ERROR_PREFFILE_READACCESS
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_PREFFILE_READACCESS
    Preferences cannot be read from file because of access permission errors
PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEACCESS
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEACCESS
    Preferences cannot be written to file because of access permission errors
PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEERROR
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_PREFFILE_WRITEERROR
    An error occurred while trying to write the preferences to file
PEAR_PACKAGEUPDATE_ERROR_WRONGADAPTER
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_ERROR_WRONGADAPTER
    Wrong adapter
PEAR_PACKAGEUPDATE_PREF_NEXTRELEASE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_PREF_NEXTRELEASE
    Check to see if the user has requested not to be asked until a new version is released.
PEAR_PACKAGEUPDATE_PREF_NOUPDATES
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_PREF_NOUPDATES
    Check to see if the user wants to be notified about any updates for this package.
PEAR_PACKAGEUPDATE_PREF_STATE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_PREF_STATE
    Check to see if the user has requested not to be asked about the state of the latest release.
PEAR_PACKAGEUPDATE_PREF_TYPE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_PREF_TYPE
    Check to see if the user only wants to be asked about a certain type of release (bug|minor|major).
PEAR_PACKAGEUPDATE_STATE_ALPHA
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_STATE_ALPHA
    Check to see if the user has requested to be asked when the latest release is an alpha release.
PEAR_PACKAGEUPDATE_STATE_BETA
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_STATE_BETA
    Check to see if the user has requested to be asked when the latest release is an beta release.
PEAR_PACKAGEUPDATE_STATE_DEVEL
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_STATE_DEVEL
    Check to see if the user has requested to be asked when the latest release is a devel release.
PEAR_PACKAGEUPDATE_STATE_SNAPSHOT
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_STATE_SNAPSHOT
    Check to see if the user has requested to be asked when the latest release is a snapshot release.
PEAR_PACKAGEUPDATE_STATE_STABLE
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_STATE_STABLE
    Check to see if the user has requested to be asked when the latest release is a stable release.
PEAR_PACKAGEUPDATE_TYPE_BUG
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_TYPE_BUG
    Check to see if the user only wants to be asked about a bug release
PEAR_PACKAGEUPDATE_TYPE_MAJOR
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_TYPE_MAJOR
    Check to see if the user only wants to be asked about a major release
PEAR_PACKAGEUPDATE_TYPE_MINOR
in file PackageUpdate.php, constant PEAR_PACKAGEUPDATE_TYPE_MINOR
    Check to see if the user only wants to be asked about a minor release
popError
in file PackageUpdate.php, method PEAR_PackageUpdate::popError()
    Pops an error off the error stack.
preferencesAllowUpdate
in file PackageUpdate.php, method PEAR_PackageUpdate::preferencesAllowUpdate()
    Returns whether or not the user's preferences will allow an update to take place.
presentUpdate
in file PackageUpdate.php, method PEAR_PackageUpdate::presentUpdate()
    Presents the user with the option to update.
presentUpdate
in file Cli.php, method PEAR_PackageUpdate_Cli::presentUpdate()
    Cli driver does not present any frontend when an update is needed
pushError
in file PackageUpdate.php, method PEAR_PackageUpdate::pushError()
    Pushes an error onto an error stack.
top

r

REST.php
procedural page REST.php
releaseType
in file PackageUpdate.php, method PEAR_PackageUpdate::releaseType()
    Returns the type of release. (bug|minor|major);
repackagePEARError
in file PackageUpdate.php, method PEAR_PackageUpdate::repackagePEARError()
    Repackages PEAR_Errors for use with ErrorStack.
top

s

$system_file
in file PackageUpdate.php, variable PEAR_PackageUpdate::$system_file
    The file to read PEAR system-wide defaults from
savePreferences
in file PackageUpdate.php, method PEAR_PackageUpdate::savePreferences()
    Saves the current preferences to the RC file.
sendRequest
in file XmlRPC.php, method PEAR_PackageUpdate_Adapter_XmlRPC::sendRequest()
    Sends request to the remote server
sendRequest
in file REST.php, method PEAR_PackageUpdate_Adapter_REST::sendRequest()
    Sends request to the remote server
sendRequest
in file Adapter.php, method PEAR_PackageUpdate_Adapter::sendRequest()
    Sends request to the remote server
setDontAskAgain
in file PackageUpdate.php, method PEAR_PackageUpdate::setDontAskAgain()
    Sets the user's preference for asking about all updates for this package.
setDontAskUntilNextRelease
in file PackageUpdate.php, method PEAR_PackageUpdate::setDontAskUntilNextRelease()
    Sets the user's preference for asking about updates again until the next release.
setMinimumReleaseType
in file PackageUpdate.php, method PEAR_PackageUpdate::setMinimumReleaseType()
    Sets the user's preference for asking about release types.
setMinimumState
in file PackageUpdate.php, method PEAR_PackageUpdate::setMinimumState()
    Sets the user's preference for asking about release states.
setPreference
in file PackageUpdate.php, method PEAR_PackageUpdate::setPreference()
    Sets the given preference to the given value.
setPreferences
in file PackageUpdate.php, method PEAR_PackageUpdate::setPreferences()
    Sets all preferences at once.
supports
in file XmlRPC.php, method PEAR_PackageUpdate_Adapter_XmlRPC::supports()
    Check if the protocol asked is supported
supports
in file REST.php, method PEAR_PackageUpdate_Adapter_REST::supports()
    Check if the protocol asked is supported
supports
in file Adapter.php, method PEAR_PackageUpdate_Adapter::supports()
    Check if the protocol asked is supported
top

u

$user_file
in file PackageUpdate.php, variable PEAR_PackageUpdate::$user_file
    The file to read PEAR user-defined options from
update
in file PackageUpdate.php, method PEAR_PackageUpdate::update()
    Updates the source for the package.
top

w

withoutFrontend.php
procedural page withoutFrontend.php
top

x

XmlRPC.php
procedural page XmlRPC.php
top

Documentation generated on Mon, 11 Mar 2019 15:31:25 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.