bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
int|null id() Get the ID for the currently authenticated user. Return Value int|null
void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void
string getDriverName() Get the PDO driver name. Return Value string
bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool
$this withoutOverlapping() Do not allow the event to overlap each other. Return Value $this Exceptions LogicException
string output() Get the output for the last run command. Return Value string
$this|string|null fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. Parameters string|null $fragment Return Value $this|string|null
void forgetPushed() Forget all of the pushed listeners. Return Value void
void __unset(string $key) Dynamically unset a value on the user. Parameters string $key Return Value void
Page 459 of 996