Route|null getByName(string $name) Get a route instance by its name. Parameters string $name Return Value Route|null
void setSchemaGrammar(Grammar $grammar) Set the schema grammar used by the connection. Parameters Grammar $grammar Return Value void
Route class Route 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 resolve
void __construct(Container $container, DatabaseQueue $database, StdClass $job, string $queue) Create a new job instance. Parameters Container $container DatabaseQueue $database StdClass $job string $queue Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance on the connection. Parameters Dispatcher $events Return Value void
mixed requireOnce(string $file) Require the given file once. Parameters string $file Return Value mixed
void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void
PDO getPdo() Get the current PDO connection. Return Value PDO
ArtisanServiceProvider class ArtisanServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provides() Get the services provided by the provider.
Page 696 of 996