|
@@ -228,10 +228,9 @@ final class DummyPlugin extends AbstractPicoPlugin
|
|
|
* Triggered when Pico reads a single page from the list of all known pages
|
|
|
*
|
|
|
* The `$pageData` parameter consists of the following values:
|
|
|
- * <pre>
|
|
|
- * +----------------+--------+------------------------------------------+
|
|
|
+ *
|
|
|
* | Array key | Type | Description |
|
|
|
- * +----------------+--------+------------------------------------------+
|
|
|
+ * | -------------- | ------ | ---------------------------------------- |
|
|
|
* | id | string | relative path to the content file |
|
|
|
* | url | string | URL to the page |
|
|
|
* | title | string | title of the page (YAML header) |
|
|
@@ -242,8 +241,6 @@ final class DummyPlugin extends AbstractPicoPlugin
|
|
|
* | date_formatted | string | formatted date of the page |
|
|
|
* | raw_content | string | raw, not yet parsed contents of the page |
|
|
|
* | meta | string | parsed meta data of the page |
|
|
|
- * +----------------+--------+------------------------------------------+
|
|
|
- * </pre>
|
|
|
*
|
|
|
* @see DummyPlugin::onPagesLoaded()
|
|
|
* @param array &$pageData data of the loaded page
|