TokenGuard

TokenGuard class TokenGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.

ClearCompiledCommand::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

DatabaseNotification::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

NullBroadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

CallbackEvent::name()

$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

Container::forgetInstances()

void forgetInstances() Clear all of the instances from the container. Return Value void

Pivot::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

Str::parseCallback()

static array parseCallback(string $callback, string $default) Parse a Class@method style callback into class and method. Parameters string $callback string $default Return Value array

MailableFake::__construct()

void __construct() Create a new instance. Return Value void

DatabaseNotification::isUnguarded()

static bool isUnguarded() Determine if current state is "unguarded". Return Value bool