• Pavel Puchkin's avatar
    Even more fluent eloquent model via magic setters · 3a46721e
    Pavel Puchkin authored
    Now it is possible to use Eloquent's magic setters in chains. For example:
    
        $model->set_foo('foo')->take(10)->set_bar(some_function());
        // ...even though setters 'foo' and 'bar' are not defined on the model
    3a46721e
Name
Last commit
Last update
..
asset.test.php Loading commit data...
auth.test.php Loading commit data...
autoloader.test.php Loading commit data...
blade.test.php Loading commit data...
bundle.test.php Loading commit data...
config.test.php Loading commit data...
controller.test.php Loading commit data...
cookie.test.php Loading commit data...
database.test.php Loading commit data...
eloquent.test.php Loading commit data...
event.test.php Loading commit data...
fluent.test.php Loading commit data...
form.test.php Loading commit data...
hash.test.php Loading commit data...
html.test.php Loading commit data...
input.test.php Loading commit data...
ioc.test.php Loading commit data...
lang.test.php Loading commit data...
messages.test.php Loading commit data...
query.test.php Loading commit data...
redirect.test.php Loading commit data...
request.test.php Loading commit data...
response.test.php Loading commit data...
route.test.php Loading commit data...
routing.test.php Loading commit data...
session.test.php Loading commit data...
str.test.php Loading commit data...
uri.test.php Loading commit data...
url.test.php Loading commit data...
validator.test.php Loading commit data...
view.test.php Loading commit data...