Fluent and Closures | Laravel Fluent Part Two: The Public API
…as the above example, the closure instance is stored as the value. The following code will quickly prove this: 1 <?php 2 3 // true 4 $ isClosure = ( $ fluent -> method instanceof Closure ) : To evaluate the closure and get the results, the value...