Message::__call()

mixed __call(string $method, array $parameters) Dynamically pass missing methods to the Swift instance. Parameters string $method array $parameters Return Value mixed

NullBroadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

In::__toString()

string __toString() Convert the rule to a validation string. Return Value string

SQLiteGrammar::compileDelete()

string compileDelete(Builder $query) Compile a delete statement into SQL. Parameters Builder $query Return Value string

DatabaseNotification::getConnection()

Connection getConnection() Get the database connection for the model. Return Value Connection

Log

Log class Log 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 resolved in

Filesystem::requireOnce()

mixed requireOnce(string $file) Require the given file once. Parameters string $file Return Value mixed

SubscribeCommand deprecated::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

KeyGeneratorServiceProvider

KeyGeneratorServiceProvider class KeyGeneratorServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void boot() Bootstrap the application events. from ServiceProvider void register() Register the service provider. void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. from ServiceProvider string guessPac

TestCase::expectsEvents()

$this expectsEvents(array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters array|string $events Return Value $this Exceptions Exception