Php/docs/class.yaf-route-regex

提供:Dev Guides
< Php
2020年12月14日 (月) 12:38時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(Yaf >=1.0.0)

はじめに

Yaf_Route_Regex は、 Yaf の組み込みのルートのなかでも一番柔軟性の高いものです。


クラス概要


Yaf_Route_Regex extends Yaf_Route_Interface implements Yaf_Route_Interface {

/* プロパティ */

protected $_route

protected $_default

protected $_maps

protected $_verify

/* メソッド */

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

public __construct ( string $match , array $route [, array $map [, array $verify [, string $reverse ]]] )

public route ( Yaf_Request_Abstract $request ) : bool

/* 継承したメソッド */

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

abstract public Yaf_Route_Interface::route ( Yaf_Request_Abstract $request ) : bool

}

プロパティ

_route
_default
_maps
_verify


目次