ConnectionResolver::__construct()

void __construct(array $connections = array()) Create a new connection resolver instance. Parameters array $connections Return Value void

TestCase::put()

$this put(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PUT request. Parameters string $uri array $data array $headers Return Value $this

TaggedCache::increment()

void increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void

InteractsWithSockets::dontBroadcastToCurrentUser()

$this dontBroadcastToCurrentUser() Exclude the current user from receiving the broadcast. Return Value $this

CallbackEvent::withoutOverlapping()

$this withoutOverlapping() Do not allow the event to overlap each other. Return Value $this Exceptions LogicException

DatabaseNotificationCollection::has()

bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool

MySqlConnection::getDriverName()

string getDriverName() Get the PDO driver name. Return Value string

Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

TokenGuard::id()

int|null id() Get the ID for the currently authenticated user. Return Value int|null

ViewPublishCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool