MorphPivot::syncOriginalAttribute()

$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this

Pivot::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

User::__set()

void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void

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