Collection::toArray()

array toArray() Get the collection of items as a plain array. Return Value array

Connection::cursor()

cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo

EventGenerateCommand::line()

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

PostgresGrammar::compileUnique()

string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Registered::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

Application::factory()

Closure factory(string $abstract, array $defaults = array()) Get a closure to resolve the given type from the container. Parameters string $abstract array $defaults Return Value Closure

IronQueue::setContainer()

void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void

LoaderInterface::getNamespaces()

array getNamespaces() Returns all registered namespaces with the config loader. Return Value array

AutoloadCommand::info()

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

BelongsToMany::findOrNew()

Collection|Model findOrNew(mixed $id, array $columns = array('*')) Find a related model by its primary key or return new instance of the related model. Parameters mixed $id array $columns Return Value Collection|Model