$this syncOriginalAttribute(string $attribute) Sync a single original attribute with its current value. Parameters string $attribute Return Value $this
$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this
void __set(string $key, mixed $value) Dynamically set attributes on the model. Parameters string $key mixed $value Return Value void
void __construct(array $connections = array()) Create a new connection resolver instance. Parameters array $connections Return Value void
$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
void increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value void
$this dontBroadcastToCurrentUser() Exclude the current user from receiving the broadcast. Return Value $this
$this withoutOverlapping() Do not allow the event to overlap each other. Return Value $this Exceptions LogicException
bool has(mixed $key) Determine if an item exists in the collection by key. Parameters mixed $key Return Value bool
string getDriverName() Get the PDO driver name. Return Value string
Page 238 of 996