Skip to content

Kirby 5.0.4

$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.

Parent class

Kirby\Cms\ModelCommit