DeprecatedPageListGenerator deprecated
class DeprecatedPageListGenerator extends PageListGenerator (View source)
deprecated
Properties
protected Application | $app | from PageListGenerator | |
private Site|null|false | $site | from PageListGenerator | |
private Section[]|null | $multilingualSections | from PageListGenerator | |
private bool|null | $isMultilingualEnabled | from PageListGenerator | |
private Connection|null | $connection | from PageListGenerator | |
private Dashboard|null | $dashboardHelper | from PageListGenerator | |
private DateTime|null | $now | from PageListGenerator | |
private PageKey|null|false | $excludeFromSiteMapAttributeKey | from PageListGenerator | |
private PageKey|null|false | $viewPagePermissionKey | from PageListGenerator | |
private Group|null|false | $visitorsUserGroup | from PageListGenerator | |
private GroupEntity|null|false | $visitorsUserGroupAccessEntity | from PageListGenerator | |
private callable|null | $deprecatedChecker | ||
private array|null | $instances |
Methods
Get the approximage numnber of pages that will be included in the sitemap (the actual value can be lower than it).
Generate the list of pages that should be included in the sitemap.
Check if the current site has more than one multilingual section.
Get the multilingual section where a page resides (if any).
Get the list of multilingual sections defined for the current site.
No description
No description
Details
in PageListGenerator at line 81
__construct(Application $app)
Initialize the instance.
in PageListGenerator at line 91
int
getApproximatePageCount()
Get the approximage numnber of pages that will be included in the sitemap (the actual value can be lower than it).
in PageListGenerator at line 105
Page|Generator
generatePageList()
Generate the list of pages that should be included in the sitemap.
in PageListGenerator at line 124
bool
isMultilingualEnabled()
Check if the current site has more than one multilingual section.
in PageListGenerator at line 140
Section|null
getMultilingualSectionForPage(Page $page)
Get the multilingual section where a page resides (if any).
in PageListGenerator at line 162
Section[]
getMultilingualSections()
Get the list of multilingual sections defined for the current site.
in PageListGenerator at line 208
Site|null
getSite()
Get the currently used site.
in PageListGenerator at line 224
$this
setSite(Site $site)
Set the currently used site.