void question(string $string) Write a string as question output. Parameters string $string Return Value void
Session class Session extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the res
void assertSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Assert if a notification was sent based on a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value void
MessageProvider interface MessageProvider (View source) Methods MessageBag getMessageBag() Get the messages for the instance.
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to run twice daily. Parameters int $first int $second Return Value $this
array getGlobalScopes() Get the global scopes for this class instance. Return Value array
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Page 455 of 996