MigrationCreator::getStubPath()

string getStubPath() Get the path to the stubs. Return Value string

MigratePublishCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

ModelMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Kernel::handle()

Response handle(Request $request) Handle an incoming HTTP request. Parameters Request $request Return Value Response

TableCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

TableCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

SendQueuedNotifications::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

App::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

App::setFacadeApplication()

static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void

LengthAwarePaginator

LengthAwarePaginator class LengthAwarePaginator extends AbstractPaginator implements Arrayable, ArrayAccess, Countable, IteratorAggregate, JsonSerializable, Jsonable, LengthAwarePaginator (View source) Properties static string $defaultView The default pagination view. from AbstractPaginator static string $defaultSimpleView The default "simple" pagination view. from AbstractPaginator