Created
March 22, 2017 15:26
-
-
Save zechendorf/58ba1c3fbbf78f3f06831fb66da8ac37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $uri = uriBuilder->reset() | |
| ->setTargetPageUid($pageUid) | |
| ->uriFor( | |
| $actionName=null, | |
| $controllerArguments=array(), | |
| $controllerName=null, | |
| $extensionName=null, | |
| $pluginName=null) | |
| ->setCreateAbsoluteUri(true) | |
| ->build() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment