Class Horde_Core_Cli
Wrapper for Horde_Cli that adds functionality specific to Horde
applications.
Copyright 2011-2012 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.
Methods summary
public
|
|
public
|
#
__call( mixed $method, mixed $args )
|
public
|
#
question( Horde_Variables $vars, string $prefix, string $name, array $field )
Shows a prompt for a single configuration setting.
Shows a prompt for a single configuration setting.
Parameters
- $vars
- <p>This is going to be populated with the
answers.</p>
- $prefix
- The current prefix for $name.
- $name
- The name of the configuration setting.
- $field
- <p>A part of the parsed configuration tree as
returned from Horde_Config.</p>
|