void addExtension(string $extension) Add a valid view extension to the finder. Parameters string $extension Return Value void
void __set(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void
string getPlainMorphType() Get the plain morph type name without the table. Return Value string
$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and') Add a raw having clause to the query. Parameters string $sql array $bindings string $boolean Return Value $this
$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this
mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed
void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection
Page 334 of 996