Collection::flatten()

Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection

AutoloadCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Collection::flatten()

Collection flatten(int $depth = INF) Get a flattened array of the items in the collection. Parameters int $depth Return Value Collection

Collection::__construct()

void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void

WorkCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

TokenGuard::validate()

bool validate(array $credentials = array()) Validate a user's credentials. Parameters array $credentials Return Value bool

MySqlConnection::logQuery()

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

User::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

InstallCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

Model::makeVisible()

$this makeVisible(array|string $attributes) Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this