The Yaf_Route_Interface class

(Yaf >=1.0.0)

소개

Yaf_Route_Interface used for developer defined their custom route.

클래스 개요

Yaf_Route_Interface {
/* 메소드 */
abstract public string assemble ( array $info [, array $query ] )
abstract public bool route ( Yaf_Request_Abstract $request )
}

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top