Componere\Definition::getClosures
PHP Manual
PHP Manual»Componere\Definition»Componere\Definition::getClosures

Componere\Definition::getClosures

(Componere 2 >= 2.1.0)

Componere\Definition::getClosuresGet Closures

Опис

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

Shall return an array of Closures

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

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

Exceptions

Увага

Shall throw RuntimeException if Definition was registered

To Top