Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool
void logQuery(string $query, array $bindings, float|null $time = null) Log a query in the connection's query log. Parameters string $query array $bindings float|null $time Return Value void
$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
Collection flip() Flip the items in the collection. Return Value Collection
Page 339 of 996