PEAR_DependencyDB::hasWriteAccess (Previous) (Next) PEAR_DependencyDB::rebuildDB

View this page in Last updated: Sun, 24 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Plain HTML

PEAR_DependencyDB::installPackage()

PEAR_DependencyDB::installPackage()  -- Register dependencies of a package that is being installed or upgraded

Description

This method is used by the registry when a package is installed or upgraded to register the package's dependencies in the dependency database.

Parameter

PEAR_PackageFile_v2|PEAR_PackageFile_v2 &$package

This parameter, if an array, should be in format:

<?php
array(
  'package' => 'packagename',
  'channel' => 'channelname'
);
?>

Throws

throws no exceptions thrown

Note

This function can not be called statically.

PEAR_DependencyDB::hasWriteAccess (Previous) (Next) PEAR_DependencyDB::rebuildDB

Download Documentation Last updated: Sun, 24 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.