ReflectionMethod
PHP Manual

ReflectionMethod::getClosure

(PHP >= 5.4.0)

ReflectionMethod::getClosureReturns a dynamically created closure for the method

Descrizione

public Closure ReflectionMethod::getClosure ( object $object )

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

object

Forbidden for static methods, required for other methods.

Valori restituiti

Returns Closure. Returns NULL in case of an error.


ReflectionMethod
PHP Manual