[ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 132 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
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 |