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

Class: PEAR_Command_Common

Source Location: /PEAR-1.7.2/PEAR/Command/Common.php

Class Overview

PEAR
   |
   --PEAR_Command_Common

PEAR commands base class


Author(s):

Version:

  • Release: 1.7.2

Copyright:

  • 1997-2008 The PHP Group

Variables

Methods


Child classes:

PEAR_Command_Package
PEAR commands for login/logout
PEAR_Command_Pickle
PEAR commands for login/logout
PEAR_Command_Test
PEAR commands for login/logout
PEAR_Command_Build
PEAR commands for building extensions.
PEAR_Command_Remote
PEAR commands for remote server querying
PEAR_Command_Config
PEAR commands for managing configuration data.
PEAR_Command_Registry
PEAR commands for registry manipulation
PEAR_Command_Channels
PEAR commands for managing channels.
PEAR_Command_Auth
PEAR commands for login/logout
PEAR_Command_Install
PEAR commands for installation or deinstallation/upgrading of packages.
PEAR_Command_Mirror
PEAR commands for providing file mirrors

Inherited Variables

Inherited Methods

Class: PEAR

PEAR::PEAR()
Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
PEAR::delExpect()
This method deletes all occurences of the specified element from the expected error codes stack.
PEAR::expectError()
This method is used to tell which errors you expect to get.
PEAR::getStaticProperty()
If you have a class that's mostly/entirely static, and you need static
PEAR::isError()
Tell whether a value is a PEAR error.
PEAR::loadExtension()
OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
PEAR::popErrorHandling()
Pop the last error handler used
PEAR::popExpect()
This method pops one element off the expected error codes stack.
PEAR::pushErrorHandling()
Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
PEAR::raiseError()
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
PEAR::registerShutdownFunc()
Use this function to register a shutdown method for static classes.
PEAR::setErrorHandling()
Sets how errors generated by this object should be handled.
PEAR::staticPopErrorHandling()
PEAR::staticPushErrorHandling()
PEAR::throwError()
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
PEAR::_PEAR()
Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.

Class Details

[line 42]
PEAR commands base class


[ Top ]


Class Variables

$config =

[line 52]

PEAR_Config object used to pass user system and configuration on when executing commands

Type:   PEAR_Config


[ Top ]

$ui =

[line 63]

User Interface object, for all interaction with the user.

Type:   object


[ Top ]

$_registry =

[line 57]

  • Access: protected

Type:   PEAR_Registry


[ Top ]



Method Detail

PEAR_Command_Common (Constructor)   [line 95]

PEAR_Command_Common PEAR_Command_Common( &$ui, &$config)

PEAR_Command_Common constructor.
  • Access: public

Parameters:

   &$ui   — 
   &$config   — 

[ Top ]

getCommands   [line 111]

array getCommands( )

Return a list of all the commands defined by this class.
  • Return: list of commands
  • Access: public

[ Top ]

getGetoptArgs   [line 159]

void getGetoptArgs( $command, &$short_args, &$long_args)


Parameters:

   $command   — 
   &$short_args   — 
   &$long_args   — 

[ Top ]

getHelp   [line 197]

mixed getHelp( string $command)

Returns the help message for the given command
  • Return: A fail string if the command does not have help or a two elements array containing [0]=>help string, [1]=> help string for the accepted cmd args

Parameters:

string   $command   —  The command

[ Top ]

getHelpArgs   [line 230]

string getHelpArgs( string $command)

Returns the help for the accepted arguments of a command
  • Return: The help string

Parameters:

string   $command   — 

[ Top ]

getOptions   [line 142]

void getOptions( $command)


Parameters:

   $command   — 

[ Top ]

getShortcuts   [line 128]

array getShortcuts( )

Return a list of all the command shortcuts defined by this class.
  • Return: shortcut => command
  • Access: public

[ Top ]

run   [line 267]

void run( $command, $options, $params)


Parameters:

   $command   — 
   $options   — 
   $params   — 

[ Top ]


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