$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany
int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar
Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
$this setRouteResolver(Closure $callback) Set the route resolver callback. Parameters Closure $callback Return Value $this
Page 329 of 996