CakeFest 2024: The Official CakePHP Conference

Componere\Definition::getClosures

(Componere 2 >= 2.1.0)

Componere\Definition::getClosuresGet Closures

説明

public 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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top