Overview

Packages

  • Reflection

Classes

  • Horde_Reflection
  • Horde_Reflection_CLI
  • Horde_Reflection_Html
  • Horde_Reflection_Wiki
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Reflection_CLI

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-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.

Horde_Reflection
Extended by Horde_Reflection_CLI
Package: Reflection
Author: Sergio Carvalho sergio.carvalho@portugalmail.com
Author: Duck duck@obala.net
Located at Horde/Reflection/Cli.php
Methods summary
public
# __construct( ReflectionFunction $method )

Constructor.

Constructor.

Parameters

$method
The PHP method to introspect.

Overrides

Horde_Reflection::__construct()
public string
# autoDocument( )

Returns a complete description of the method.

Returns a complete description of the method.

Returns

string
A snippet with the method documentation.
Methods inherited from Horde_Reflection
factory()
API documentation generated by ApiGen