$modelCommit->after()
Runs the after
hook and returns the result.
$modelCommit->after(mixed $state): mixed
Parameters
Name | Type | Default |
---|---|---|
$staterequired | mixed |
no default value |
Return type
mixed
This method modifies the existing $modelcommit
object it is applied to and returns it again.