Php/docs/class.yaf-route-interface

From Get docs

(Yaf >=1.0.0)

Introduction

Yaf_Route_Interface used for developer defined their custom route.


Class synopsis


Yaf_Route_Interface {

/* Methods */

abstract public assemble ( array $info [, array $query ] ) : string

abstract public route ( Yaf_Request_Abstract $request ) : bool

}

Table of Contents