Method | Description | |
---|---|---|
__construct ( ReflectionFunction $method ) | Constructor. | |
autoDocument ( ) : string | Returns a complete description of the method. |
Method | Description | |
---|---|---|
_getSignature ( ) : string | Returns a signature of the method. |
public __construct ( ReflectionFunction $method ) | ||
$method | ReflectionFunction | The PHP method to introspect. |
public autoDocument ( ) : string | ||
return | string | A snippet with the method documentation. |