SitePageFactory
└─PinholePageFactory
└─PageFactory
public class PageFactory
extends PinholePageFactory
| Method Summary | |
|---|---|
| protected void | |
| static void | instance() |
| protected SiteLayout | resolveLayout(mixed app, string source) Resolves the layout object to use for the instantiated page. |
| Methods inherited from Pinhole.PinholePageFactory | |
|---|---|
| getPageInfo, getPageMap, resolvePage | |
| Methods inherited from Site.SitePageFactory | |
|---|---|
| decorate, instantiateLayout, instantiatePage, isDecorator, isLayout, isPage, loadClass, loadLayoutClass, loadPageClass, resolveLayout, resolvePage | |
protected void getPageMap()
public static void instance()
protected SiteLayout resolveLayout(mixed app, string source)
Resolves the layout object to use for the instantiated page
By default, the layout is resolved to SiteLayout.
source - the source string for which to get the layout.