Dutch PHP Conference 2025 - Call For Papers

Yaf_Route_Interface::assemble

(Yaf >=2.3.0)

Yaf_Route_Interface::assembleAssemble a request

Опис

abstract public Yaf_Route_Interface::assemble(array $info, array $query = ?): string

this method returns a url according to the argument info, and append query strings to the url according to the argument query.

a route should implement this method according to its own route rules, and do a reverse progress.

Параметри

info

query

Значення, що повертаються

add a note

User Contributed Notes

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