CanResetPassword::getEmailForPasswordReset()

string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. Return Value string

FrameGuard

FrameGuard class FrameGuard (View source) Methods Response handle(Request $request, Closure $next) Handle the given request and get the response.

InteractsWithPages::seeText()

$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this

SSH::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Handler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

Dispatcher::dispatchToQueue()

mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed Exceptions RuntimeException

MaintenanceServiceProvider::package()

void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void

HasManyThrough::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array

MorphToMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

Connection::getPostProcessor()

Processor getPostProcessor() Get the query post processor used by the connection. Return Value Processor