Application::setDeferredServices()

void setDeferredServices(array $services) Set the application's deferred services. Parameters array $services Return Value void

Hub::__construct()

void __construct(Container $container = null) Create a new Hub instance. Parameters Container $container Return Value void

AssetPublisher::setPackagePath()

void setPackagePath(string $packagePath) Set the default package path. Parameters string $packagePath Return Value void

Collection::__toString()

string __toString() Convert the collection to its string representation. Return Value string

RequestMakeCommand::question()

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

View::render()

string render() Get the evaluated contents of the object. Return Value string

CookieServiceProvider::register()

void register() Register the service provider. Return Value void

Listener::setSleep()

void setSleep(int $sleep) Set the amount of seconds to wait before polling the queue. Parameters int $sleep Return Value void

NotificationMakeCommand

NotificationMakeCommand class NotificationMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console

Password::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application