php8.5
Home/ Manual/ componere / patch/ Componere\Patch::getClosure

Componere\Patch::getClosure

PHP function Edit on GitHub ✎

(Componere 2 >= 2.1.0)

Get Closure

Description

Componere\Patch::getClosure(string $name): Closure

Shall return a Closure for the method specified by name

Parameters

name

The case insensitive name of the method

Return Values

A Closure bound to the correct scope and object

Exceptions

Warning

Shall throw RuntimeException if name could not be found

Source: reference/componere/componere/patch/getclosure.xml · from the official PHP manual (php/doc-en)