[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/framework/3rdParty/PhpShell/PHP/Shell/ -> Options.php (sommaire)

(pas de description)

Poids: 132 lignes (3 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

PHP_Shell_Options:: (7 méthodes):
  register()
  registerOption()
  cmdSet()
  getOptions()
  registerOptionAlias()
  execute()
  getInstance()


Classe: PHP_Shell_Options  - X-Ref

register()   X-Ref
known options and their setors


registerOption($option, $obj, $setor, $getor = null)   X-Ref
register a option

param: string name of the option
param: object a object handle
param: string method-name of the setor in the object
param: string (unused)

cmdSet($l)   X-Ref
set a shell-var

:set al to enable autoload
:set bg=dark to enable highlighting with a dark backgroud

getOptions()   X-Ref
get all the option names

return: array names of all options

registerOptionAlias($alias, $option)   X-Ref
map a option to another option

e.g.: bg maps to background

param: string alias
param: string option

execute($key, $value)   X-Ref
execute a :set command

calls the setor for the :set <option>



getInstance()   X-Ref
Pas de description



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7