Yaf_Route_Interface
PHP Manual

Yaf_Route_Interface::assemble

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Yaf_Route_Interface::assembleassemble a request

Açıklama

abstract public string Yaf_Route_Interface::assemble ( array $info [, array $query ] )

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.

Değiştirgeler

info

query

Dönen Değerler


Yaf_Route_Interface
PHP Manual