PHP Класс Horde_Reflection_CLI, horde

Based on the PEAR XML_RPC2_Server_Method class by Sergio Carvalho Copyright 2004-2006 Sergio Gonalves Carvalho () Copyright 2008-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.
Автор: Sergio Carvalho ([email protected])
Автор: Duck ([email protected])
Наследование: extends Horde_Reflection
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ReflectionFunction $method ) Constructor.
autoDocument ( ) : string Returns a complete description of the method.

Приватные методы

Метод Описание
_getSignature ( ) : string Returns a signature of the method.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( ReflectionFunction $method )
$method ReflectionFunction The PHP method to introspect.

autoDocument() публичный Метод

Returns a complete description of the method.
public autoDocument ( ) : string
Результат string A snippet with the method documentation.