string __toString() Get the value of the expression. Return Value string
mixed create(array $attributes = array()) Create a collection of models and persist them to the database. Parameters array $attributes Return Value mixed
$this setRouter(Router $router) Set the router instance on the route. Parameters Router $router Return Value $this
string getTablePrefix() Get the grammar's table prefix. Return Value string
array prepareBindings(array $bindings) Prepare the query bindings for execution. Parameters array $bindings Return Value array
int status() Get the status code for the response. Return Value int
bool hasCookie(string $key) Determine if a cookie is set on the request. Parameters string $key Return Value bool
static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
bool bound(string $abstract) Determine if the given abstract type has been bound. Parameters string $abstract Return Value bool
int delete(string $query, array $bindings = array()) Run a delete statement against the database. Parameters string $query array $bindings Return Value int
Page 44 of 996