PHP 8.1.28 Released!

Yaf_Route_Rewrite クラス

(Yaf >=1.0.0)

はじめに

使いかたについては、 Yaf_Route_Rewrite::__construct() のサンプルを参照ください。

クラス概要

class Yaf_Route_Rewrite extends Yaf_Route_Interface implements Yaf_Route_Interface {
/* プロパティ */
protected $_route;
protected $_default;
protected $_verify;
/* メソッド */
public __construct(string $match, array $route, array $verify = ?)
public assemble(array $info, array $query = ?): string
public route(Yaf_Request_Abstract $request): bool
/* 継承したメソッド */
abstract public Yaf_Route_Interface::assemble(array $info, array $query = ?): string
}

プロパティ

_route

_default

_verify

目次

add a note

User Contributed Notes

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