interface Illuminate / Contracts / Database / Eloquent / DeviatesCastableAttributes
You are viewing an older version of the documentation. For the latest, please visit master documentation.

DeviatesCastableAttributes

Methods

public

increment ( $model , string $key , $value , array $attributes ) : mixed

Increment the attribute.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array
public

decrement ( $model , string $key , $value , array $attributes ) : mixed

Decrement the attribute.

Parameters

  • $model Model
  • $key string
  • $value mixed
  • $attributes array