Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PlgContentPagebreak
+ Graphe d'héritage de PlgContentPagebreak:

Fonctions membres publiques

 onContentPrepare ($context, &$row, &$params, $page=0)
 
- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 

Fonctions membres protégées

 _createToc (&$row, &$matches, &$page)
 
 _createNavigation (&$row, $page, $n)
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 

Attributs protégés

 $list = array()
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Membres hérités additionnels

- Champs de données hérités de CMSPlugin
 $params = null
 

Description détaillée

Page break plugin

Usage:



or


or


or


Depuis
1.6

Documentation des fonctions membres

◆ _createNavigation()

_createNavigation ( $row,
  $page,
  $n 
)
protected

Creates the navigation for the item

Paramètres
object&$rowThe article object. Note $article->text is also available
int$pageThe page number
int$nThe total number of pages
Renvoie
void
Depuis
1.6

Références $n, et $path.

◆ _createToc()

_createToc ( $row,
$matches,
$page 
)
protected

Creates a Table of Contents for the pagebreak

Paramètres
object&$rowThe article object. Note $article->text is also available
array&$matchesArray of matches of a regex in onContentPrepare
integer&$pageThe 'page' number
Renvoie
void
Depuis
1.6

Références $heading, $i, $input, $list, $path, $title, elseif, et ENT_QUOTES.

◆ onContentPrepare()

onContentPrepare (   $context,
$row,
$params,
  $page = 0 
)

Plugin that adds a pagebreak into the text and truncates text at that point

Paramètres
string$contextThe context of the content being passed to the plugin.
object&$rowThe article object. Note $article->text is also available
mixed&$paramsThe article params
integer$pageThe 'page' number
Renvoie
void
Depuis
1.6

Références $context, $input, $key, $n, $params, $style, $text, $title, $view, et elseif.

Documentation des champs

◆ $list

$list = array()
protected

La documentation de cette classe a été générée à partir du fichier suivant :