Methods

__construct()

__construct() 

add()

add($method, $path, callable $cb) 

Parameters

$method

$path

$cb

delete()

delete($path, callable $cb) 

Parameters

$path

$cb

get()

get($path, callable $cb) 

Parameters

$path

$cb

head()

head($path, callable $cb) 

Parameters

$path

$cb

options()

options($path, callable $cb) 

Parameters

$path

$cb

patch()

patch($path, callable $cb) 

Parameters

$path

$cb

post()

post($path, callable $cb) 

Parameters

$path

$cb

put()

put($path, callable $cb) 

Parameters

$path

$cb

route()

route($method, $path) 

Parameters

$method

$path

 Properties

 

$emptyRoute

$emptyRoute 

Default

 

$table

$table 

Default

array('GET' => array(), 'POST' => array(), 'PUT' => array(), 'PATCH' => array(), 'DELETE' => array(), 'OPTIONS' => array(), 'HEAD' => array())