Skip to content

Commit

Permalink
Add missing page structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaruesweg committed Sep 7, 2017
1 parent e1b0bd4 commit 98eaa12
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pages/php/api/php_api_sitemaps.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Sitemaps
sidebar: sidebar
permalink: php_api_sitemaps.html
folder: php/api
---

{% include callout.html content="This feature is available with WoltLab Suite 3.1 or newer only." type="warning" %}

Since version 3.1, WoltLab Suite Core is capable of automatically creating a sitemap.
Expand All @@ -16,7 +23,7 @@ The `DatabaseObject` class must implement the interface `wcf\data\ILinkableObjec
Other optional methods are:

* The `getLastModifiedColumn()` method returns the name of the column in the database where the last modification date is stored.
If there is none, this method must return `null`.
If there is none, this method must return `null.
* The `canView()` method checks whether the passed `DatabaseObject` is visible to the current user with the current user always being a guest.
* The `getObjectListClass()` method returns a non-standard `DatabaseObjectList` class name.
* The `getObjectList()` method returns the `DatabaseObjectList` instance.
Expand Down

0 comments on commit 98eaa12

Please sign in to comment.