The Yaf_Route_Interface class

(Yaf >=1.0.0)

Introduction

Yaf_Route_Interface used for developer defined their custom route.

Class synopsis

classYaf_Route_Interface {
abstractpublicassemble(array$info, array$query = ?): string
abstractpublicroute(Yaf_Request_Abstract$request): bool
}

Table of Contents

To Top