PHP Class Horde_Core_Cli, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Cli
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
question ( Horde_Variables $vars, string $prefix, string $name, array $field ) Shows a prompt for a single configuration setting.

Method Details

question() public method

Shows a prompt for a single configuration setting.
public question ( Horde_Variables $vars, string $prefix, string $name, array $field )
$vars Horde_Variables This is going to be populated with the answers.
$prefix string The current prefix for $name.
$name string The name of the configuration setting.
$field array A part of the parsed configuration tree as returned from Horde_Config.