PHP Manual
Function Reference
Other Basic Extensions
Yaf
Introduction
Installing/Configuring
Predefined Constants
Examples
Application Configuration
Yaf_Application
Yaf_Bootstrap_Abstract
Yaf_Dispatcher
Yaf_Config_Abstract
Yaf_Config_Ini
Yaf_Config_Simple
Yaf_Controller_Abstract
Yaf_Action_Abstract
Yaf_View_Interface
Yaf_View_Simple
Yaf_Loader
Yaf_Plugin_Abstract
Yaf_Registry
Yaf_Request_Abstract
Yaf_Request_Http
Yaf_Request_Simple
Yaf_Response_Abstract
Yaf_Route_Interface
Yaf_Route_Map
Yaf_Route_Regex
Yaf_Route_Rewrite
Yaf_Router
Yaf_Route_Simple
Yaf_Route_Static
Yaf_Route_Supervar
Yaf_Session
Yaf_Exception
Yaf_Exception_TypeError
Yaf_Exception_StartupError
Yaf_Exception_DispatchFailed
Yaf_Exception_RouterFailed
Yaf_Exception_LoadFailed
Yaf_Exception_LoadFailed_Module
Yaf_Exception_LoadFailed_Controller
Yaf_Exception_LoadFailed_Action
Yaf_Exception_LoadFailed_View
Yaf_Route_Static::route
Yaf_Route_Supervar::assemble
Yaf
PHP Manual
The Yaf_Route_Supervar class
Introduction
Class synopsis
Yaf_Route_Supervar
class
Yaf_Route_Supervar
implements
Yaf_Route_Interface
{
/* Properties */
protected
$_var_name
;
/* Methods */
public
__construct
(
string
$supervar_name
)
public
string
assemble
(
array
$info
,
array
$query
= ?
)
public
bool
route
(
Yaf_Request_Abstract
$request
)
}
Properties
_var_name
Table of Contents
Yaf_Route_Supervar::assemble
— Assemble a url
Yaf_Route_Supervar::__construct
— The __construct purpose
Yaf_Route_Supervar::route
— The route purpose