PHP 8.3.4 Released!

Yaf_Route_Interface クラス

(Yaf >=1.0.0)

はじめに

Yaf_Route_Interface を使うと、開発者がカスタムルートを定義できるようになります。

クラス概要

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