Fruit RouteKit
Route kit of Fruit Framework
Public Member Functions | Static Public Member Functions
Node Class Reference

Public Member Functions

 __construct ()
 
 setHandler (array $handler)
 
 getHandler ()
 
 getParameters ()
 
 register ($char)
 
 match ($path)
 
 exportHandler (array $params, $raw=false, Interceptor $int=null)
 
 dot (Digraph $g, $curPath= '')
 
 fillID ($id)
 
 stateTable (array $tbl)
 
 varTable (array $tbl)
 
 funcTable (array $tbl, $argc=0, Interceptor $int=null)
 
 execute ($url, $params, Interceptor $int=null)
 

Static Public Member Functions

static getParamReflections ($handler)
 

Detailed Description

Definition at line 12 of file Node.php.

Constructor & Destructor Documentation

__construct ( )

Definition at line 47 of file Node.php.

Member Function Documentation

dot ( Digraph  $g,
  $curPath = '' 
)

Definition at line 170 of file Node.php.

execute (   $url,
  $params,
Interceptor  $int = null 
)

Definition at line 314 of file Node.php.

exportHandler ( array  $params,
  $raw = false,
Interceptor  $int = null 
)

Definition at line 122 of file Node.php.

fillID (   $id)

Definition at line 201 of file Node.php.

funcTable ( array  $tbl,
  $argc = 0,
Interceptor  $int = null 
)

Definition at line 241 of file Node.php.

getHandler ( )

Definition at line 58 of file Node.php.

getParameters ( )

Definition at line 63 of file Node.php.

static getParamReflections (   $handler)
static

Get parameter definition from handler.

Definition at line 23 of file Node.php.

match (   $path)

Definition at line 86 of file Node.php.

register (   $char)

Definition at line 71 of file Node.php.

setHandler ( array  $handler)

Definition at line 52 of file Node.php.

stateTable ( array  $tbl)

Definition at line 213 of file Node.php.

varTable ( array  $tbl)

Definition at line 227 of file Node.php.


The documentation for this class was generated from the following file: