The Yaf_Route_Rewrite class

(Yaf >=1.0.0)

Introduction

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

Class synopsis

classYaf_Route_RewriteextendsYaf_Route_InterfaceimplementsYaf_Route_Interface {
protected$_route;
protected$_default;
protected$_verify;
public__construct(string$match, array$route, array$verify = ?)
publicassemble(array$info, array$query = ?): string
abstractpublicYaf_Route_Interface::assemble(array$info, array$query = ?): string
}

Properties

_route

_default

_verify

Table of Contents

To Top