$_parameters
$_parameters : array
Method signature parameters.
The Horde_Reflection_Cli class renders method documention on the command line.
Based on the PEAR XML_RPC2_Server_Method class by Sergio Carvalho
Copyright 2004-2006 Sergio Gonalves Carvalho (sergio.carvalho@portugalmail.com) Copyright 2008-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
factory(string $function, string $driver = 'Html') : \Horde_Document
Attempts to return a concrete Horde_Document instance based on $driver.
string | $function | The method to document. |
string | $driver | The type of the concrete Horde_Document subclass to return. The class name is based on the driver. The code is dynamically included. |
The newly created concrete Horde_Document instance, or false on an error.