Element index for package Router

[ a ] [ d ] [ g ] [ i ] [ r ] [ s ] [ _ ]



'_'

$_active
in file Router.class.php, variable Gumbo_Router::$_active
$_delay
in file Router.class.php, variable Gumbo_Router::$_delay
$_flush
in file Router.class.php, variable Gumbo_Router::$_flush
$_url
in file Router.class.php, variable Gumbo_Router::$_url
__construct
in file Router.class.php, method Gumbo_Router::__construct()
    Constructor
top



'a'

activate
in file Router.class.php, method Gumbo_Router::activate()
    Activates the Router
activate
in file Router.class.php, method Gumbo_Interface_Router::activate()
    Activates the Router
top



'd'

deactivate
in file Router.class.php, method Gumbo_Router::deactivate()
    Deactivates the Router
deactivate
in file Router.class.php, method Gumbo_Interface_Router::deactivate()
    Deactivates the Router
top



'g'

getDelay
in file Router.class.php, method Gumbo_Router::getDelay()
    Returns the delay time, in seconds
getDelay
in file Router.class.php, method Gumbo_Interface_Router::getDelay()
    Returns the delay time, in seconds
getFlush
in file Router.class.php, method Gumbo_Router::getFlush()
    Returns if the buffer should be flushed
getFlush
in file Router.class.php, method Gumbo_Interface_Router::getFlush()
    Returns if the buffer should be flushed
getUrl
in file Router.class.php, method Gumbo_Router::getUrl()
    Returns the Url
getUrl
in file Router.class.php, method Gumbo_Interface_Router::getUrl()
    Returns the Url
go
in file Router.class.php, method Gumbo_Router::go()
    Jumps to the supplied URL
go
in file Router.class.php, method Gumbo_Interface_Router::go()
    Jumps to the supplied URL
Gumbo_Interface_Router
in file Router.class.php, class Gumbo_Interface_Router
    Router Interface
Gumbo_Router
in file Router.class.php, class Gumbo_Router
    Router Class
top



'i'

isActive
in file Router.class.php, method Gumbo_Router::isActive()
    Returns if the Router is active
isActive
in file Router.class.php, method Gumbo_Interface_Router::isActive()
    Returns if the Router is active
top



'r'

Router.class.php
procedural page Router.class.php
Router.class.php
procedural page Router.class.php
top



's'

setDelay
in file Router.class.php, method Gumbo_Router::setDelay()
    Sets the delay time, in seconds, before routing
setDelay
in file Router.class.php, method Gumbo_Interface_Router::setDelay()
    Sets the delay time, in seconds, before routing
setFlush
in file Router.class.php, method Gumbo_Router::setFlush()
    Sets the program to flush the buffer before routing
setFlush
in file Router.class.php, method Gumbo_Interface_Router::setFlush()
    Sets the program to flush the buffer before routing
setUrl
in file Router.class.php, method Gumbo_Router::setUrl()
    Sets the URL to jump to
setUrl
in file Router.class.php, method Gumbo_Interface_Router::setUrl()
    Sets the URL to jump to
top