void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
void dropIfExists(string $table) Drop a table from the schema if it exists. Parameters string $table Return Value void
string getMorphType() Get the foreign key "type" name. Return Value string
string render() Get the evaluated contents of the object. Return Value string
string getPrefix() Get the cache key prefix. Return Value string
array events() Get all of the events on the schedule. Return Value array
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
Page 982 of 996