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_Response_Abstract::__toString
Yaf_Route_Interface::assemble
Yaf
PHP Manual
The Yaf_Route_Interface class
Introduction
Yaf_Route_Interface
used for developer defined their custom route.
Class synopsis
Yaf_Route_Interface
class
Yaf_Route_Interface
{
/* Methods */
abstract
public
string
assemble
(
array
$info
,
array
$query
= ?
)
abstract
public
bool
route
(
Yaf_Request_Abstract
$request
)
}
Table of Contents
Yaf_Route_Interface::assemble
— Assemble a request
Yaf_Route_Interface::route
— Route a request