\Nano4\PluginsRouteContext

A routing context object. Sent to controllers.

Summary

Methods
Properties
Constants
__construct()
to_array()
offsetGet()
offsetSet()
offsetExists()
offsetUnset()
$router
$route
$path
$request_params
$path_params
$body_params
$method
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$router

$router : 

Type

$route

$route : 

Type

$path

$path : 

Type

$request_params

$request_params : 

Type

$path_params

$path_params : 

Type

$body_params

$body_params : 

Type

$method

$method : 

Type

Methods

__construct()

__construct(  $opts = array()) 

Parameters

$opts

to_array()

to_array(  $opts = array()) 

Parameters

$opts

offsetGet()

offsetGet(  $offset) 

Parameters

$offset

offsetSet()

offsetSet(  $offset,   $value) 

Parameters

$offset
$value

offsetExists()

offsetExists(  $offset) 

Parameters

$offset

offsetUnset()

offsetUnset(  $offset) 

Parameters

$offset