void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
Builder|Builder orWhereIn(string $column, mixed $values) Add an "or where in" clause to the query. Parameters string $column mixed $values Return Value Builder|Builder
Builder newPivotStatementForId(mixed $id) Get a new pivot statement for a given "other" ID. Parameters mixed $id Return Value Builder
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
$this forget(string|array $keys) Remove an item from the collection by key. Parameters string|array $keys Return Value $this
mixed make(string $abstract, array $parameters = array()) Resolve the given type from the container. Parameters string $abstract array $parameters Return Value mixed
int update(string $query, array $bindings = array()) Run an update statement against the database. Parameters string $query array $bindings Return Value int
void booting(mixed $callback) Register a new boot listener. Parameters mixed $callback Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
Page 495 of 996