CakeFest 2024: The Official CakePHP Conference

Yaf_Route_Interface 类

(Yaf >=1.0.0)

简介

Yaf_Route_Interface 是 Yaf 路由协议的标准接口, 它的存在使得开发者可以自定义路由协议

类摘要

class Yaf_Route_Interface {
/* 方法 */
abstract public assemble(array $info, array $query = ?): string
abstract public route(Yaf_Request_Abstract $request): bool
}

目录

add a note

User Contributed Notes

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