GoLang ReflectionMethod::getClosure

request it (185)
GoLang replacement for PHP's ReflectionMethod::getClosure [edit | history]



Do you know a GoLang replacement for PHP's ReflectionMethod::getClosure? Write it!

PHP ReflectionMethod::getClosure

PHP original manual for ReflectionMethod::getClosure [ show | php.net ]

ReflectionMethod::getClosure

(PHP 5 >= 5.4.0, PHP 7)

ReflectionMethod::getClosureReturns a dynamically created closure for the method

Description

public Closure ReflectionMethod::getClosure ( object $object )

Warning

This function is currently not documented; only its argument list is available.

Parameters

object

Forbidden for static methods, required for other methods.

Return Values

Returns Closure. Returns NULL in case of an error.