PHP Class PicoParsePagesContent

This plugin exists for backward compatibility and is disabled by default. It gets automatically enabled when {@link PicoDeprecated} is enabled. You can avoid this by calling {@link PicoParsePagesContent::setEnabled()}. This plugin heavily impacts Pico's performance, you should avoid to enable it whenever possible! If you must parse the contents of a page, do this selectively and only for pages you really need to.
Author: Daniel Rudolf
Inheritance: extends AbstractPicoPlugin
显示文件 Open project: gilbitron/pico

Protected Properties

Property Type Description
$enabled This plugin is disabled by default

Public Methods

Method Description
onSinglePageLoaded ( array &$pageData ) Parses the contents of all pages

Method Details

onSinglePageLoaded() public method

Parses the contents of all pages
See also: DummyPlugin::onSinglePageLoaded()
public onSinglePageLoaded ( array &$pageData )
$pageData array

Property Details

$enabled protected_oe property

This plugin is disabled by default
See also: AbstractPicoPlugin::$enabled
protected $enabled