mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Documentation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@98372 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fd3fa79804
commit
ff724b44de
@ -535,10 +535,15 @@ class Controller extends RequestHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Joins two link segments together, putting a slash between them if necessary.
|
* Joins two or more link segments together, putting a slash between them if necessary.
|
||||||
* Use this for building the results of Link() methods.
|
* Use this for building the results of {@link Link()} methods.
|
||||||
*
|
* If either of the links have query strings,
|
||||||
* If either of the links have query strings, then they will be combined and put at the end of the resulting url.
|
* then they will be combined and put at the end of the resulting url.
|
||||||
|
*
|
||||||
|
* Caution: All parameters are expected to be URI-encoded already.
|
||||||
|
*
|
||||||
|
* @param String
|
||||||
|
* @return String
|
||||||
*/
|
*/
|
||||||
static function join_links() {
|
static function join_links() {
|
||||||
$args = func_get_args();
|
$args = func_get_args();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user