CapMousse\ReactRestify\Routing\Route::after PHP Méthode

after() public méthode

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