Ejemplo n.º 1
0
 /**
  * PHP 4 style constructor. Calls the PHP 5 style constructor.
  *
  * @access public
  * @param  string $packageName The package to update.
  * @param  string $channel     The channel the package resides on.
  * @return void
  * @since  0.4.0a1
  */
 function PEAR_PackageUpdate($packageName, $channel)
 {
     PEAR_PackageUpdate::__construct($packageName, $channel);
 }