CakeFest 2024: The Official CakePHP Conference

The Yaf_Route_Interface class

(Yaf >=1.0.0)

Giriş

Yaf_Route_Interface used for developer defined their custom route.

Sınıf Sözdizimi

class Yaf_Route_Interface {
/* Yöntemler */
abstract public assemble(array $info, array $query = ?): string
abstract public route(Yaf_Request_Abstract $request): bool
}

İçindekiler

add a note

User Contributed Notes

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