CakeFest 2024: The Official CakePHP Conference

The Yaf_Route_Rewrite class

(Yaf >=1.0.0)

Giriş

For usage, please see the example section of Yaf_Route_Rewrite::__construct()

Sınıf Sözdizimi

class Yaf_Route_Rewrite extends Yaf_Route_Interface implements Yaf_Route_Interface {
/* Özellikler */
protected $_route;
protected $_default;
protected $_verify;
/* Yöntemler */
public __construct(string $match, array $route, array $verify = ?)
public assemble(array $info, array $query = ?): string
public route(Yaf_Request_Abstract $request): bool
/* Miras alınan yöntemler */
abstract public Yaf_Route_Interface::assemble(array $info, array $query = ?): string
}

Özellikler

_route

_default

_verify

İçindekiler

add a note

User Contributed Notes

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