PHP Класс 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.
Автор: Daniel Rudolf
Наследование: extends AbstractPicoPlugin
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$enabled This plugin is disabled by default

Открытые методы

Метод Описание
onSinglePageLoaded ( array &$pageData ) Parses the contents of all pages

Описание методов

onSinglePageLoaded() публичный Метод

Parses the contents of all pages
См. также: DummyPlugin::onSinglePageLoaded()
public onSinglePageLoaded ( array &$pageData )
$pageData array

Описание свойств

$enabled защищенное свойство

This plugin is disabled by default
См. также: AbstractPicoPlugin::$enabled
protected $enabled