[ Index ]

PHP Cross Reference of Joomla 2.5.4 DE

title

Body

[close]

/plugins/content/pagebreak/ -> pagebreak.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 326 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

plgContentPagebreak:: (4 methods):
  __construct()
  onContentPrepare()
  _createTOC()
  _createNavigation()


Class: plgContentPagebreak  - X-Ref

Page break plugin

<b>Usage:</b>
<code><hr class="system-pagebreak" /></code>
<code><hr class="system-pagebreak" title="The page title" /></code>
or
<code><hr class="system-pagebreak" alt="The first page" /></code>
or
<code><hr class="system-pagebreak" title="The page title" alt="The first page" /></code>
or
<code><hr class="system-pagebreak" alt="The first page" title="The page title" /></code>

__construct(& $subject, $config)   X-Ref
Constructor

param: object  $subject The object to observe
param: array   $config  An array that holds the plugin configuration

onContentPrepare($context, &$row, &$params, $page = 0)   X-Ref

param: string    The context of the content being passed to the plugin.
param: object    The article object.  Note $article->text is also available
param: object    The article params
param: int        The 'page' number
return: void

_createTOC(&$row, &$matches, &$page)   X-Ref

return: void
return: 1.6

_createNavigation(&$row, $page, $n)   X-Ref

return: void



Generated: Tue Apr 3 11:40:28 2012 Cross-referenced by PHPXref 0.7.1