VFS_PATH
VFS_PATH
Folks Base Class.
Copyright Obala d.o.o. (www.obala.si)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
getUrlFor(string $controller, array $data = null, boolean $full = false, integer $append_session)
Return a properly formatted link depending on the global pretty url configuration
string | $controller | The controller to generate a URL for. |
array | $data | The data needed to generate the URL. |
boolean | $full | Generate a full URL. |
integer | $append_session | 0 = only if needed, 1 = always, -1 = never. |