static string studly(string $value) Convert a value to studly caps case. Parameters string $value Return Value string
int artisan(string $command, array $parameters = array()) Call artisan command and return code. Parameters string $command array $parameters Return Value int
mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
$this setMorphType(string $morphType) Set the morph type for the pivot. Parameters string $morphType Return Value $this
array toArray() Get the instance as an array. Return Value array
void looping(mixed $callback) Register an event listener for the daemon queue loop. Parameters mixed $callback Return Value void
void fire(Job $job, array $data) Fire the job. Parameters Job $job array $data Return Value void
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
Page 161 of 996