CanUpdateState
trait CanUpdateState (View source)
Properties
protected Closure|null | $updateStateUsing | ||
protected Closure|null | $beforeStateUpdated | ||
protected Closure|null | $afterStateUpdated |
Methods
mixed
updateState(mixed $state)
No description
mixed
callBeforeStateUpdated(mixed $state)
No description
mixed
callAfterStateUpdated(mixed $state)
No description
Details
CanUpdateState
updateStateUsing(Closure|null $callback)
No description
CanUpdateState
beforeStateUpdated(Closure|null $callback)
No description
CanUpdateState
afterStateUpdated(Closure|null $callback)
No description
mixed
updateState(mixed $state)
No description
mixed
callBeforeStateUpdated(mixed $state)
No description
mixed
callAfterStateUpdated(mixed $state)
No description