n2n Page Rocket 1 API

page\model\nav\murl

Package murl

Interfaces

No interfaces were found

Classes

Class name PhpDoc Comment
MurlPage

MurlPage creates a PageUrlComposer which can be used to build Urls to pages. It can be used like ContextUrlComposer. For example to link a page with HtmlBuilder::link() or ControllingUtilsTrait::redirect()

Example of usage in a HtmlView

<?php $html->link(MurlPage::tag('some', 'tags')->pathExt(array('path-part-1', 'path-part-2'))) ?>

PageUrlComposer A PageUrlComposer is created by MurlPage and can be used like a ContextUrlComposer to build urls to pages in a fluid way.

Traits

No traits were found