CapMousse\ReactRestify\Routing\Route::after PHP Method

after() public method

Helper to listing to after event
public after ( Callable $callback ) : Void
$callback Callable
return Void
    public function after($callback)
    {
        $this->on('after', $callback);
    }