array toArray() Get the collection of items as a plain array. Return Value array
cursor($query, $bindings = array(), $useReadPdo = true) Parameters $query $bindings $useReadPdo
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
string compileUnique(Blueprint $blueprint, Fluent $command) Compile a unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string
void __wakeup() Restore the model after serialization. Return Value void
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
void setContainer(Container $container) Set the IoC container instance. Parameters Container $container Return Value void
array getNamespaces() Returns all registered namespaces with the config loader. Return Value array
void info(string $string) Write a string as information output. Parameters string $string Return Value void
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
Page 474 of 996