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
파일 보기 프로젝트 열기: gilbitron/pico

보호된 프로퍼티들

프로퍼티 타입 설명
$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