Componere\Patch::getClosures
PHP Manual
PHP Manual»Componere\Patch»Componere\Patch::getClosures

Componere\Patch::getClosures

(Componere 2 >= 2.1.0)

Componere\Patch::getClosuresGet Closures

Опис

public function Componere\Patch::getClosures(): array

Shall return an array of Closures

Значення, що повертаються

Shall return all methods as an array of Closure objects bound to the correct scope and object

To Top