Index Documentation

RouterTrait

Table of Contents

Methods

delete()  : void
get()  : void
options()  : void
patch()  : void
post()  : void
put()  : void
register()  : void

Methods

delete()

public delete(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

get()

public get(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

options()

public options(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

patch()

public patch(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

post()

public post(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

put()

public put(string $path, callable $handler) : void
Parameters
$path : string
$handler : callable

        
On this page

Search results