CapMousse\ReactRestify\Routing\Route::after PHP 메소드

after() 공개 메소드

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