form->getLabel('teacher_id'); ?>
diff --git a/com_biblestudy/site/views/messageform/view.html.php b/com_biblestudy/site/views/messageform/view.html.php
index 503b97ca21..116e63d137 100644
--- a/com_biblestudy/site/views/messageform/view.html.php
+++ b/com_biblestudy/site/views/messageform/view.html.php
@@ -3,7 +3,7 @@
* Message JViewLegacy
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/messagelist/tmpl/default.php b/com_biblestudy/site/views/messagelist/tmpl/default.php
index f240d621c3..5f2ae0d0ec 100644
--- a/com_biblestudy/site/views/messagelist/tmpl/default.php
+++ b/com_biblestudy/site/views/messagelist/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/messagelist/tmpl/modal.php b/com_biblestudy/site/views/messagelist/tmpl/modal.php
index 7c476d39db..2d9ddc4137 100644
--- a/com_biblestudy/site/views/messagelist/tmpl/modal.php
+++ b/com_biblestudy/site/views/messagelist/tmpl/modal.php
@@ -3,7 +3,7 @@
* Modal
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/messagelist/view.html.php b/com_biblestudy/site/views/messagelist/view.html.php
index 89877e1fe1..32f7d33043 100644
--- a/com_biblestudy/site/views/messagelist/view.html.php
+++ b/com_biblestudy/site/views/messagelist/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/popup/tmpl/default.php b/com_biblestudy/site/views/popup/tmpl/default.php
index 6e7148e46e..bd6aad9063 100644
--- a/com_biblestudy/site/views/popup/tmpl/default.php
+++ b/com_biblestudy/site/views/popup/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/popup/view.html.php b/com_biblestudy/site/views/popup/view.html.php
index f99f6a2a53..4ac72d9f6d 100644
--- a/com_biblestudy/site/views/popup/view.html.php
+++ b/com_biblestudy/site/views/popup/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
@@ -47,11 +47,6 @@ class BiblestudyViewPopup extends JViewLegacy
* @since 7.0 */
public $date;
- /** @var string Length
- *
- * @since 7.0 */
- public $length;
-
/** @var string Series Thumbnail
*
* @since 7.0 */
@@ -200,7 +195,6 @@ public function display($tpl = null)
* The popup window call the counter function
*/
$this->getMedia->hitPlay($mediaid);
- $this->length = $JBSMListing->getDuration($this->params, $this->media);
$images = new JBSMImages;
$seriesimage = $images->getSeriesThumbnail($this->media->series_thumbnail);
@@ -276,18 +270,18 @@ public function display($tpl = null)
$this->autostart = 'false';
}
- $this->headertext = $this->titles($this->params->get('popuptitle'), $this->media, $this->scripture, $this->date, $this->length);
+ $this->headertext = $this->titles($this->params->get('popuptitle'), $this->media, $this->scripture, $this->date);
if ($this->params->get('itempopuptitle'))
{
- $this->headertext = $this->titles($this->params->get('itempopuptitle'), $this->media, $this->scripture, $this->date, $this->length);
+ $this->headertext = $this->titles($this->params->get('itempopuptitle'), $this->media, $this->scripture, $this->date);
}
- $this->footertext = $this->titles($this->params->get('popupfooter'), $this->media, $this->scripture, $this->date, $this->length);
+ $this->footertext = $this->titles($this->params->get('popupfooter'), $this->media, $this->scripture, $this->date);
if ($this->params->get('itempopupfooter'))
{
- $this->footertext = $this->titles($this->params->get('itempopupfooter'), $this->media, $this->scripture, $this->date, $this->length);
+ $this->footertext = $this->titles($this->params->get('itempopupfooter'), $this->media, $this->scripture, $this->date);
}
parent::display($tpl);
@@ -300,13 +294,12 @@ public function display($tpl = null)
* @param object $media Media info
* @param string $scripture scripture
* @param string $date Date
- * @param string $length Length of Title
*
* @return object
*
* @since 7.0
*/
- private function titles($text, $media, $scripture, $date, $length)
+ private function titles($text, $media, $scripture, $date)
{
if (isset($media->teachername))
{
@@ -328,11 +321,6 @@ private function titles($text, $media, $scripture, $date, $length)
$text = str_replace('{{description}}', $media->studyintro, $text);
}
- if (isset($length))
- {
- $text = str_replace('{{length}}', $length, $text);
- }
-
if (isset($media->studytitle))
{
$text = str_replace('{{title}}', $media->studytitle, $text);
diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default.php
index 37677e0477..45ef183a36 100644
--- a/com_biblestudy/site/views/seriesdisplay/tmpl/default.php
+++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php
index 28a1b06d57..aa0d732801 100644
--- a/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php
+++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default_custom.php
@@ -3,7 +3,7 @@
* Default Custom
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php b/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php
index 04c9434f80..967e17bb41 100644
--- a/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php
+++ b/com_biblestudy/site/views/seriesdisplay/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Default Main
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplay/view.html.php b/com_biblestudy/site/views/seriesdisplay/view.html.php
index 50064a53e3..ca9ea2d7c4 100644
--- a/com_biblestudy/site/views/seriesdisplay/view.html.php
+++ b/com_biblestudy/site/views/seriesdisplay/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default.php
index dc0366bd0d..93ff9e5436 100644
--- a/com_biblestudy/site/views/seriesdisplays/tmpl/default.php
+++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php
index 0949f2073b..4b72eafff3 100644
--- a/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php
+++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default_custom.php
@@ -3,7 +3,7 @@
* Default Custom
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php b/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php
index f9de602b26..072debb9a7 100644
--- a/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php
+++ b/com_biblestudy/site/views/seriesdisplays/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Default Main
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/seriesdisplays/view.html.php b/com_biblestudy/site/views/seriesdisplays/view.html.php
index 7e14e8b161..c12f29f1f8 100644
--- a/com_biblestudy/site/views/seriesdisplays/view.html.php
+++ b/com_biblestudy/site/views/seriesdisplays/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermon/tmpl/default.php b/com_biblestudy/site/views/sermon/tmpl/default.php
index 24f2fb47ac..44b2f5ab5a 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
@@ -12,10 +12,14 @@
?>
item->params->get('sermontemplate'))
+ if ($this->item->params->get('sermontemplate') && !$this->simple_mode)
{
echo $this->loadTemplate($this->item->params->get('sermontemplate'));
}
+ elseif ($this->simple_mode == 1)
+ {
+ echo $this->loadTemplate('simple');
+ }
else
{
echo $this->loadTemplate('main');
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php b/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php
index 24cf7f3d12..ac63bdfcc3 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default_commentsform.php
@@ -3,7 +3,7 @@
* Default CommonetForm
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_footer.php b/com_biblestudy/site/views/sermon/tmpl/default_footer.php
index 428e7b7a0c..04659bb9ab 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default_footer.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default_footer.php
@@ -3,7 +3,7 @@
* Default footer
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php b/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php
index 5da17b03c5..425e6775b1 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default_footerlink.php
@@ -3,7 +3,7 @@
* Default FooterLink
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_header.php b/com_biblestudy/site/views/sermon/tmpl/default_header.php
index d62453bf28..c2ce296015 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default_header.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default_header.php
@@ -3,7 +3,7 @@
* Default Header
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* @desc this is the main div for the page. default_footer has the closing div
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_main.php b/com_biblestudy/site/views/sermon/tmpl/default_main.php
index deaf074006..c94f89389b 100644
--- a/com_biblestudy/site/views/sermon/tmpl/default_main.php
+++ b/com_biblestudy/site/views/sermon/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Default Main
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermon/tmpl/default_simple.php b/com_biblestudy/site/views/sermon/tmpl/default_simple.php
new file mode 100644
index 0000000000..85b780fa17
--- /dev/null
+++ b/com_biblestudy/site/views/sermon/tmpl/default_simple.php
@@ -0,0 +1,23 @@
+
+
+
+ item->study_thumbnail) {echo '
'.$this->item->study_thumbnail .' '; echo '
';} ?>
+
item->studytitle;?>
+
item->scripture1;?> | item->studydate;?>
+
item->teachername;?>
+ item->media; ?>
+
+
+
+
\ No newline at end of file
diff --git a/com_biblestudy/site/views/sermon/view.html.php b/com_biblestudy/site/views/sermon/view.html.php
index 5452686a2e..d942034052 100644
--- a/com_biblestudy/site/views/sermon/view.html.php
+++ b/com_biblestudy/site/views/sermon/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
@@ -227,6 +227,8 @@ public function display($tpl = null)
}
}
+ $this->simple_mode = JBSMHelper::getSimpleView();
+
$offset = $this->state->get('list.offset');
// Check the view access to the article (the model has already computed the values).
diff --git a/com_biblestudy/site/views/sermons/tmpl/default.php b/com_biblestudy/site/views/sermons/tmpl/default.php
index 18765f3f9f..06377ac404 100644
--- a/com_biblestudy/site/views/sermons/tmpl/default.php
+++ b/com_biblestudy/site/views/sermons/tmpl/default.php
@@ -3,7 +3,7 @@
* Default for sermons
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
@@ -11,14 +11,19 @@
defined('_JEXEC') or die;
JHtml::_('behavior.modal');
-echo $this->loadTemplate('formheader');
-if ($this->params->get('sermonstemplate'))
-{
- echo $this->loadTemplate($this->params->get('sermonstemplate'));
-}
-else
-{
- echo $this->loadTemplate('main');
-}
-echo $this->loadTemplate('formfooter');
+ echo $this->loadTemplate('formheader');
+
+ if ($this->params->get('sermonstemplate'))
+ {
+ echo $this->loadTemplate($this->params->get('sermonstemplate'));
+ }
+ elseif ($this->params->get('simple_mode') == 1)
+ {
+ echo $this->loadTemplate('simple');
+ }
+ else
+ {
+ echo $this->loadTemplate('main');
+ }
+ echo $this->loadTemplate('formfooter');
diff --git a/com_biblestudy/site/views/sermons/tmpl/default_easy.php b/com_biblestudy/site/views/sermons/tmpl/default_easy.php
new file mode 100644
index 0000000000..96440da175
--- /dev/null
+++ b/com_biblestudy/site/views/sermons/tmpl/default_easy.php
@@ -0,0 +1,81 @@
+get('id');
+$listOrder = $this->escape($this->state->get('list.ordering'));
+$listDirn = $this->escape($this->state->get('list.direction'));
+$archived = $this->state->get('filter.published') == 2 ? true : false;
+$trashed = $this->state->get('filter.published') == -2 ? true : false;
+$saveOrder = $listOrder == 'study.ordering';
+$columns = 12;
+
+
+
+?>
+
+
+
+
+
+ Teachings
+
+
+
+
+
+
+
+ page->books;
+ echo $this->page->teachers;
+ echo $this->page->series;
+ $oddeven = '';
+ $class1 = '#d3d3d3';
+ $class2 = '';?>
+
+items as $study)
+{
+
+ $oddeven = ($oddeven == $class1) ? $class2 : $class1;
+ ?>
+
+
+ study_thumbnail) {echo '
'.$study->study_thumbnail .' '; echo '
';} ?>
+
studytitle;?>
+
scripture1;?> | studydate;?>
+
teachername;?>
+ media; ?>
+
+
+
+
+
+
diff --git a/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php b/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php
index 10588f8564..2ced1e5c02 100644
--- a/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php
+++ b/com_biblestudy/site/views/sermons/tmpl/default_formfooter.php
@@ -3,7 +3,7 @@
* Default FormFooter
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* @since 7.1.0
diff --git a/com_biblestudy/site/views/sermons/tmpl/default_formheader.php b/com_biblestudy/site/views/sermons/tmpl/default_formheader.php
index 58bc89bf8d..ea2a1bbfa3 100644
--- a/com_biblestudy/site/views/sermons/tmpl/default_formheader.php
+++ b/com_biblestudy/site/views/sermons/tmpl/default_formheader.php
@@ -3,7 +3,7 @@
* Default FormHeader
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermons/tmpl/default_main.php b/com_biblestudy/site/views/sermons/tmpl/default_main.php
index 7ee01596c5..f305e19f5b 100644
--- a/com_biblestudy/site/views/sermons/tmpl/default_main.php
+++ b/com_biblestudy/site/views/sermons/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Default for sermons
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/sermons/tmpl/default_simple.php b/com_biblestudy/site/views/sermons/tmpl/default_simple.php
new file mode 100644
index 0000000000..5cf564dc2f
--- /dev/null
+++ b/com_biblestudy/site/views/sermons/tmpl/default_simple.php
@@ -0,0 +1,78 @@
+get('id');
+$listOrder = $this->escape($this->state->get('list.ordering'));
+$listDirn = $this->escape($this->state->get('list.direction'));
+$archived = $this->state->get('filter.published') == 2 ? true : false;
+$trashed = $this->state->get('filter.published') == -2 ? true : false;
+$saveOrder = $listOrder == 'study.ordering';
+$columns = 12;
+
+
+
+?>
+
+
+
+
+
+ Teachings
+
+
+
+
+
+
+
+ page->books;
+ echo $this->page->teachers;
+ echo $this->page->series;
+ $oddeven = '';
+ $class1 = '#d3d3d3';
+ $class2 = '';?>
+
+items as $study)
+{
+
+ $oddeven = ($oddeven == $class1) ? $class2 : $class1;
+ ?>
+
+
+ study_thumbnail) {echo '
'.$study->study_thumbnail .' '; echo '
';} ?>
+
studytitle;?>
+
scripture1;?> | studydate;?>
+
teachername;?>
+ media; ?>
+
+
+
+
+
+
diff --git a/com_biblestudy/site/views/sermons/view.html.php b/com_biblestudy/site/views/sermons/view.html.php
index 7ab0d4de10..60ab1abcc6 100644
--- a/com_biblestudy/site/views/sermons/view.html.php
+++ b/com_biblestudy/site/views/sermons/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
@@ -179,9 +179,10 @@ public function display($tpl = null)
$images = new JBSMImages;
$this->main = $images->mainStudyImage();
- // @todo need to look at this as this can make the Pagination not to work right. Size of array changes.
// Only load PageBuilder if the default template is NOT being used
- if ($params->get('useexpert_list') > 0 || (is_string($params->get('sermonstemplate')) == true && $params->get('sermonstemplate') != '0'))
+ if ($params->get('useexpert_list') > 0
+ || ($params->get('simple_mode') == 1)
+ || (is_string($params->get('sermonstemplate')) == true && $params->get('sermonstemplate') != '0'))
{
$page_builder = new JBSMPageBuilder;
diff --git a/com_biblestudy/site/views/serverslist/tmpl/modal.php b/com_biblestudy/site/views/serverslist/tmpl/modal.php
index 28cb59551e..3512041e01 100644
--- a/com_biblestudy/site/views/serverslist/tmpl/modal.php
+++ b/com_biblestudy/site/views/serverslist/tmpl/modal.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/serverslist/view.html.php b/com_biblestudy/site/views/serverslist/view.html.php
index 62ae30b222..526cbb327f 100644
--- a/com_biblestudy/site/views/serverslist/view.html.php
+++ b/com_biblestudy/site/views/serverslist/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/squeezeBox/tmpl/default.php b/com_biblestudy/site/views/squeezeBox/tmpl/default.php
index 94a9fc158c..a9246826e6 100644
--- a/com_biblestudy/site/views/squeezeBox/tmpl/default.php
+++ b/com_biblestudy/site/views/squeezeBox/tmpl/default.php
@@ -3,7 +3,7 @@
* Default view for Squeezebox
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/squeezeBox/view.html.php b/com_biblestudy/site/views/squeezeBox/view.html.php
index b620bf778d..787dc6feae 100644
--- a/com_biblestudy/site/views/squeezeBox/view.html.php
+++ b/com_biblestudy/site/views/squeezeBox/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teacher/tmpl/default.php b/com_biblestudy/site/views/teacher/tmpl/default.php
index d47363466e..2b9a5a8b09 100644
--- a/com_biblestudy/site/views/teacher/tmpl/default.php
+++ b/com_biblestudy/site/views/teacher/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teacher/tmpl/default_main.php b/com_biblestudy/site/views/teacher/tmpl/default_main.php
index 6eeef76040..d49b068139 100644
--- a/com_biblestudy/site/views/teacher/tmpl/default_main.php
+++ b/com_biblestudy/site/views/teacher/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Teacher view subset main
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teacher/view.html.php b/com_biblestudy/site/views/teacher/view.html.php
index dec6627800..96fff352cd 100644
--- a/com_biblestudy/site/views/teacher/view.html.php
+++ b/com_biblestudy/site/views/teacher/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teachers/tmpl/default.php b/com_biblestudy/site/views/teachers/tmpl/default.php
index d9c0efd892..e566c046e8 100644
--- a/com_biblestudy/site/views/teachers/tmpl/default.php
+++ b/com_biblestudy/site/views/teachers/tmpl/default.php
@@ -3,7 +3,7 @@
* Default
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teachers/tmpl/default_main.php b/com_biblestudy/site/views/teachers/tmpl/default_main.php
index d8484883f0..9199a0255d 100644
--- a/com_biblestudy/site/views/teachers/tmpl/default_main.php
+++ b/com_biblestudy/site/views/teachers/tmpl/default_main.php
@@ -3,7 +3,7 @@
* Teachers view subset main
*
* @package BibleStudy.Site
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/teachers/view.html.php b/com_biblestudy/site/views/teachers/view.html.php
index cc18e13dfa..bb0fb3034d 100644
--- a/com_biblestudy/site/views/teachers/view.html.php
+++ b/com_biblestudy/site/views/teachers/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/com_biblestudy/site/views/terms/view.html.php b/com_biblestudy/site/views/terms/view.html.php
index a2811d1128..e6696026b5 100644
--- a/com_biblestudy/site/views/terms/view.html.php
+++ b/com_biblestudy/site/views/terms/view.html.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/composer.json b/composer.json
index 8d2b93c68f..3f9d21120a 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
{
"name": "joomla-bible-study/joomla-bible-study",
"type": "project",
- "description": "Joomla-Bible-Study",
+ "description": "CWM Proclaim",
"keywords": [
"bible",
"biblestudy",
@@ -25,7 +25,8 @@
"symfony/polyfill-php55": "~1.2",
"symfony/polyfill-php56": "~1.0",
"symfony/yaml": "2.*",
- "simplepie/simplepie": "1.3.1"
+ "simplepie/simplepie": "1.3.1",
+ "ext-json": "*"
},
"require-dev": {
"phing/phing": "2.*",
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index 6902e1c604..0000000000
--- a/composer.lock
+++ /dev/null
@@ -1,4726 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "content-hash": "74b6d7105b8ee87198e20b17e7dc3fdb",
- "packages": [
- {
- "name": "cilex/cilex",
- "version": "1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Cilex/Cilex.git",
- "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Cilex/Cilex/zipball/7acd965a609a56d0345e8b6071c261fbdb926cb5",
- "reference": "7acd965a609a56d0345e8b6071c261fbdb926cb5",
- "shasum": ""
- },
- "require": {
- "cilex/console-service-provider": "1.*",
- "php": ">=5.3.3",
- "pimple/pimple": "~1.0",
- "symfony/finder": "~2.1",
- "symfony/process": "~2.1"
- },
- "require-dev": {
- "phpunit/phpunit": "3.7.*",
- "symfony/validator": "~2.1"
- },
- "suggest": {
- "monolog/monolog": ">=1.0.0",
- "symfony/validator": ">=1.0.0",
- "symfony/yaml": ">=1.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Cilex": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "mike.vanriel@naenius.com"
- }
- ],
- "description": "The PHP micro-framework for Command line tools based on the Symfony2 Components",
- "homepage": "http://cilex.github.com",
- "keywords": [
- "cli",
- "microframework"
- ],
- "time": "2014-03-29T14:03:13+00:00"
- },
- {
- "name": "cilex/console-service-provider",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Cilex/console-service-provider.git",
- "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Cilex/console-service-provider/zipball/25ee3d1875243d38e1a3448ff94bdf944f70d24e",
- "reference": "25ee3d1875243d38e1a3448ff94bdf944f70d24e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "pimple/pimple": "1.*@dev",
- "symfony/console": "~2.1"
- },
- "require-dev": {
- "cilex/cilex": "1.*@dev",
- "silex/silex": "1.*@dev"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Cilex\\Provider\\Console": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Beau Simensen",
- "email": "beau@dflydev.com",
- "homepage": "http://beausimensen.com"
- },
- {
- "name": "Mike van Riel",
- "email": "mike.vanriel@naenius.com"
- }
- ],
- "description": "Console Service Provider",
- "keywords": [
- "cilex",
- "console",
- "pimple",
- "service-provider",
- "silex"
- ],
- "time": "2012-12-19T10:50:58+00:00"
- },
- {
- "name": "doctrine/annotations",
- "version": "v1.2.7",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/annotations.git",
- "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
- "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
- "shasum": ""
- },
- "require": {
- "doctrine/lexer": "1.*",
- "php": ">=5.3.2"
- },
- "require-dev": {
- "doctrine/cache": "1.*",
- "phpunit/phpunit": "4.*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Doctrine\\Common\\Annotations\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Docblock Annotations Parser",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "annotations",
- "docblock",
- "parser"
- ],
- "time": "2015-08-31T12:32:49+00:00"
- },
- {
- "name": "doctrine/instantiator",
- "version": "1.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/instantiator.git",
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3,<8.0-DEV"
- },
- "require-dev": {
- "athletic/athletic": "~0.1.8",
- "ext-pdo": "*",
- "ext-phar": "*",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Marco Pivetta",
- "email": "ocramius@gmail.com",
- "homepage": "http://ocramius.github.com/"
- }
- ],
- "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
- "homepage": "https://github.com/doctrine/instantiator",
- "keywords": [
- "constructor",
- "instantiate"
- ],
- "time": "2015-06-14T21:17:01+00:00"
- },
- {
- "name": "doctrine/lexer",
- "version": "v1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/lexer.git",
- "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
- "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Doctrine\\Common\\Lexer\\": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
- "homepage": "http://www.doctrine-project.org",
- "keywords": [
- "lexer",
- "parser"
- ],
- "time": "2014-09-09T13:34:57+00:00"
- },
- {
- "name": "erusev/parsedown",
- "version": "1.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/erusev/parsedown.git",
- "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
- "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Parsedown": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Emanuil Rusev",
- "email": "hello@erusev.com",
- "homepage": "http://erusev.com"
- }
- ],
- "description": "Parser for Markdown.",
- "homepage": "http://parsedown.org",
- "keywords": [
- "markdown",
- "parser"
- ],
- "time": "2018-03-08T01:11:30+00:00"
- },
- {
- "name": "herrera-io/json",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/kherge-php/json.git",
- "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kherge-php/json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1",
- "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "justinrainbow/json-schema": ">=1.0,<2.0-dev",
- "php": ">=5.3.3",
- "seld/jsonlint": ">=1.0,<2.0-dev"
- },
- "require-dev": {
- "herrera-io/phpunit-test-case": "1.*",
- "mikey179/vfsstream": "1.1.0",
- "phpunit/phpunit": "3.7.*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "files": [
- "src/lib/json_version.php"
- ],
- "psr-0": {
- "Herrera\\Json": "src/lib"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kevin Herrera",
- "email": "kevin@herrera.io",
- "homepage": "http://kevin.herrera.io"
- }
- ],
- "description": "A library for simplifying JSON linting and validation.",
- "homepage": "http://herrera-io.github.com/php-json",
- "keywords": [
- "json",
- "lint",
- "schema",
- "validate"
- ],
- "abandoned": "kherge/json",
- "time": "2013-10-30T16:51:34+00:00"
- },
- {
- "name": "herrera-io/phar-update",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/kherge-abandoned/php-phar-update.git",
- "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
- "reference": "00a79e1d5b8cf3c080a2e3becf1ddf7a7fea025b",
- "shasum": ""
- },
- "require": {
- "herrera-io/json": "1.*",
- "kherge/version": "1.*",
- "php": ">=5.3.3"
- },
- "require-dev": {
- "herrera-io/phpunit-test-case": "1.*",
- "mikey179/vfsstream": "1.1.0",
- "phpunit/phpunit": "3.7.*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "files": [
- "src/lib/constants.php"
- ],
- "psr-0": {
- "Herrera\\Phar\\Update": "src/lib"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kevin Herrera",
- "email": "kevin@herrera.io",
- "homepage": "http://kevin.herrera.io"
- }
- ],
- "description": "A library for self-updating Phars.",
- "homepage": "http://herrera-io.github.com/php-phar-update",
- "keywords": [
- "phar",
- "update"
- ],
- "abandoned": true,
- "time": "2013-10-30T17:23:01+00:00"
- },
- {
- "name": "ircmaxell/password-compat",
- "version": "v1.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/ircmaxell/password_compat.git",
- "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
- "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
- "shasum": ""
- },
- "require-dev": {
- "phpunit/phpunit": "4.*"
- },
- "type": "library",
- "autoload": {
- "files": [
- "lib/password.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Anthony Ferrara",
- "email": "ircmaxell@php.net",
- "homepage": "http://blog.ircmaxell.com"
- }
- ],
- "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
- "homepage": "https://github.com/ircmaxell/password_compat",
- "keywords": [
- "hashing",
- "password"
- ],
- "time": "2014-11-20T16:49:30+00:00"
- },
- {
- "name": "jms/metadata",
- "version": "1.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/metadata.git",
- "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
- "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "doctrine/cache": "~1.0",
- "symfony/cache": "~3.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.5.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Metadata\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Class/method/property metadata management in PHP",
- "keywords": [
- "annotations",
- "metadata",
- "xml",
- "yaml"
- ],
- "time": "2016-12-05T10:18:33+00:00"
- },
- {
- "name": "jms/parser-lib",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/parser-lib.git",
- "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
- "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
- "shasum": ""
- },
- "require": {
- "phpoption/phpoption": ">=0.9,<2.0-dev"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "JMS\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache2"
- ],
- "description": "A library for easily creating recursive-descent parsers.",
- "time": "2012-11-18T18:08:43+00:00"
- },
- {
- "name": "jms/serializer",
- "version": "1.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/serializer.git",
- "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
- "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
- "shasum": ""
- },
- "require": {
- "doctrine/annotations": "1.*",
- "doctrine/instantiator": "~1.0.3",
- "jms/metadata": "~1.1",
- "jms/parser-lib": "1.*",
- "php": ">=5.4.0",
- "phpcollection/phpcollection": "~0.1"
- },
- "conflict": {
- "twig/twig": "<1.12"
- },
- "require-dev": {
- "doctrine/orm": "~2.1",
- "doctrine/phpcr-odm": "~1.0.1",
- "jackalope/jackalope-doctrine-dbal": "1.0.*",
- "phpunit/phpunit": "~4.0",
- "propel/propel1": "~1.7",
- "symfony/filesystem": "2.*",
- "symfony/form": "~2.1",
- "symfony/translation": "~2.0",
- "symfony/validator": "~2.0",
- "symfony/yaml": "2.*",
- "twig/twig": "~1.12|~2.0"
- },
- "suggest": {
- "symfony/yaml": "Required if you'd like to serialize data to YAML format."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "JMS\\Serializer": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache2"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
- "homepage": "http://jmsyst.com/libs/serializer",
- "keywords": [
- "deserialization",
- "jaxb",
- "json",
- "serialization",
- "xml"
- ],
- "time": "2015-10-27T09:24:41+00:00"
- },
- {
- "name": "justinrainbow/json-schema",
- "version": "1.6.1",
- "source": {
- "type": "git",
- "url": "https://github.com/justinrainbow/json-schema.git",
- "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341",
- "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.29"
- },
- "require-dev": {
- "json-schema/json-schema-test-suite": "1.1.0",
- "phpdocumentor/phpdocumentor": "~2",
- "phpunit/phpunit": "~3.7"
- },
- "bin": [
- "bin/validate-json"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.6.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "JsonSchema\\": "src/JsonSchema/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Bruno Prieto Reis",
- "email": "bruno.p.reis@gmail.com"
- },
- {
- "name": "Justin Rainbow",
- "email": "justin.rainbow@gmail.com"
- },
- {
- "name": "Igor Wiedler",
- "email": "igor@wiedler.ch"
- },
- {
- "name": "Robert Schönthal",
- "email": "seroscho@googlemail.com"
- }
- ],
- "description": "A library to validate a json schema.",
- "homepage": "https://github.com/justinrainbow/json-schema",
- "keywords": [
- "json",
- "schema"
- ],
- "time": "2016-01-25T15:43:01+00:00"
- },
- {
- "name": "kherge/version",
- "version": "1.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/kherge-abandoned/Version.git",
- "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/kherge-abandoned/Version/zipball/f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
- "reference": "f07cf83f8ce533be8f93d2893d96d674bbeb7e30",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "KevinGH\\Version": "src/lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Kevin Herrera",
- "email": "me@kevingh.com"
- }
- ],
- "description": "A parsing and comparison library for semantic versioning.",
- "homepage": "http://github.com/kherge/Version",
- "abandoned": true,
- "time": "2012-08-16T17:13:03+00:00"
- },
- {
- "name": "leafo/lessphp",
- "version": "v0.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/leafo/lessphp.git",
- "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
- "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
- "shasum": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.4.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "lessc.inc.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT",
- "GPL-3.0"
- ],
- "authors": [
- {
- "name": "Leaf Corcoran",
- "email": "leafot@gmail.com",
- "homepage": "http://leafo.net"
- }
- ],
- "description": "lessphp is a compiler for LESS written in PHP.",
- "homepage": "http://leafo.net/lessphp/",
- "time": "2014-11-24T18:39:20+00:00"
- },
- {
- "name": "monolog/monolog",
- "version": "1.23.0",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
- "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "psr/log": "~1.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "jakub-onderka/php-parallel-lint": "0.9",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpunit/phpunit": "~4.5",
- "phpunit/phpunit-mock-objects": "2.3.0",
- "ruflin/elastica": ">=0.90 <3.0",
- "sentry/sentry": "^0.13",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
- "sentry/sentry": "Allow sending log messages to a Sentry server"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "http://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ],
- "time": "2017-06-19T01:22:40+00:00"
- },
- {
- "name": "nikic/php-parser",
- "version": "v1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
- "reference": "f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=5.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "autoload": {
- "files": [
- "lib/bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Nikita Popov"
- }
- ],
- "description": "A PHP parser written in PHP",
- "keywords": [
- "parser",
- "php"
- ],
- "time": "2015-09-19T14:15:08+00:00"
- },
- {
- "name": "paragonie/random_compat",
- "version": "v1.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/paragonie/random_compat.git",
- "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/965cdeb01fdcab7653253aa81d40441d261f1e66",
- "reference": "965cdeb01fdcab7653253aa81d40441d261f1e66",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.*|5.*"
- },
- "suggest": {
- "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
- },
- "type": "library",
- "autoload": {
- "files": [
- "lib/random.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Paragon Initiative Enterprises",
- "email": "security@paragonie.com",
- "homepage": "https://paragonie.com"
- }
- ],
- "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
- "keywords": [
- "csprng",
- "pseudorandom",
- "random"
- ],
- "time": "2017-03-13T16:22:52+00:00"
- },
- {
- "name": "phpcollection/phpcollection",
- "version": "0.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/php-collection.git",
- "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
- "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
- "shasum": ""
- },
- "require": {
- "phpoption/phpoption": "1.*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.4-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PhpCollection": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache2"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "General-Purpose Collection Library for PHP",
- "keywords": [
- "collection",
- "list",
- "map",
- "sequence",
- "set"
- ],
- "time": "2015-05-17T12:39:23+00:00"
- },
- {
- "name": "phpdocumentor/fileset",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/Fileset.git",
- "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/Fileset/zipball/bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
- "reference": "bfa78d8fa9763dfce6d0e5d3730c1d8ab25d34b0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/finder": "~2.1"
- },
- "require-dev": {
- "phpunit/phpunit": "~3.7"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "phpDocumentor": [
- "src/",
- "tests/unit/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Fileset component for collecting a set of files given directories and file paths",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "files",
- "fileset",
- "phpdoc"
- ],
- "time": "2013-08-06T21:07:42+00:00"
- },
- {
- "name": "phpdocumentor/graphviz",
- "version": "1.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/GraphViz.git",
- "reference": "a906a90a9f230535f25ea31caf81b2323956283f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/GraphViz/zipball/a906a90a9f230535f25ea31caf81b2323956283f",
- "reference": "a906a90a9f230535f25ea31caf81b2323956283f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "phpDocumentor": [
- "src/",
- "tests/unit"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "mike.vanriel@naenius.com"
- }
- ],
- "time": "2016-02-02T13:00:08+00:00"
- },
- {
- "name": "phpdocumentor/phpdocumentor",
- "version": "v2.9.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/phpDocumentor2.git",
- "reference": "be607da0eef9b9249c43c5b4820d25d631c73667"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/phpDocumentor2/zipball/be607da0eef9b9249c43c5b4820d25d631c73667",
- "reference": "be607da0eef9b9249c43c5b4820d25d631c73667",
- "shasum": ""
- },
- "require": {
- "cilex/cilex": "~1.0",
- "erusev/parsedown": "~1.0",
- "herrera-io/phar-update": "1.0.3",
- "jms/serializer": ">=0.12",
- "monolog/monolog": "~1.6",
- "php": ">=5.3.3",
- "phpdocumentor/fileset": "~1.0",
- "phpdocumentor/graphviz": "~1.0",
- "phpdocumentor/reflection": "^3.0",
- "phpdocumentor/reflection-docblock": "~2.0",
- "symfony/config": "~2.3",
- "symfony/console": "~2.3",
- "symfony/event-dispatcher": "~2.1",
- "symfony/process": "~2.0",
- "symfony/stopwatch": "~2.3",
- "symfony/validator": "~2.2",
- "twig/twig": "~1.3",
- "zendframework/zend-cache": "~2.1",
- "zendframework/zend-config": "~2.1",
- "zendframework/zend-filter": "~2.1",
- "zendframework/zend-i18n": "~2.1",
- "zendframework/zend-serializer": "~2.1",
- "zendframework/zend-servicemanager": "~2.1",
- "zendframework/zend-stdlib": "~2.1",
- "zetacomponents/document": ">=1.3.1"
- },
- "require-dev": {
- "behat/behat": "~3.0",
- "mikey179/vfsstream": "~1.2",
- "mockery/mockery": "~0.9@dev",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.4",
- "symfony/expression-language": "~2.4"
- },
- "suggest": {
- "ext-twig": "Enabling the twig extension improves the generation of twig based templates.",
- "ext-xslcache": "Enabling the XSLCache extension improves the generation of xml based templates."
- },
- "bin": [
- "bin/phpdoc.php",
- "bin/phpdoc"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-develop": "2.9-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "phpDocumentor": [
- "src/",
- "tests/unit/"
- ],
- "Cilex\\Provider": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Documentation Generator for PHP",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "api",
- "application",
- "dga",
- "documentation",
- "phpdoc"
- ],
- "time": "2016-05-22T09:50:56+00:00"
- },
- {
- "name": "phpdocumentor/reflection",
- "version": "3.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/Reflection.git",
- "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/Reflection/zipball/793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
- "reference": "793bfd92d9a0fc96ae9608fb3e947c3f59fb3a0d",
- "shasum": ""
- },
- "require": {
- "nikic/php-parser": "^1.0",
- "php": ">=5.3.3",
- "phpdocumentor/reflection-docblock": "~2.0",
- "psr/log": "~1.0"
- },
- "require-dev": {
- "behat/behat": "~2.4",
- "mockery/mockery": "~0.8",
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "phpDocumentor": [
- "src/",
- "tests/unit/",
- "tests/mocks/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Reflection library to do Static Analysis for PHP Projects",
- "homepage": "http://www.phpdoc.org",
- "keywords": [
- "phpDocumentor",
- "phpdoc",
- "reflection",
- "static analysis"
- ],
- "time": "2016-05-21T08:42:32+00:00"
- },
- {
- "name": "phpdocumentor/reflection-docblock",
- "version": "2.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
- "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
- "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.0"
- },
- "suggest": {
- "dflydev/markdown": "~1.0",
- "erusev/parsedown": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "phpDocumentor": [
- "src/"
- ]
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Mike van Riel",
- "email": "mike.vanriel@naenius.com"
- }
- ],
- "time": "2016-01-25T08:17:30+00:00"
- },
- {
- "name": "phpmailer/phpmailer",
- "version": "v5.2.26",
- "source": {
- "type": "git",
- "url": "https://github.com/PHPMailer/PHPMailer.git",
- "reference": "70362997bda4376378be7d92d81e2200550923f7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7",
- "reference": "70362997bda4376378be7d92d81e2200550923f7",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "php": ">=5.0.0"
- },
- "require-dev": {
- "doctrine/annotations": "1.2.*",
- "jms/serializer": "0.16.*",
- "phpdocumentor/phpdocumentor": "2.*",
- "phpunit/phpunit": "4.8.*",
- "symfony/debug": "2.8.*",
- "symfony/filesystem": "2.8.*",
- "symfony/translation": "2.8.*",
- "symfony/yaml": "2.8.*",
- "zendframework/zend-cache": "2.5.1",
- "zendframework/zend-config": "2.5.1",
- "zendframework/zend-eventmanager": "2.5.1",
- "zendframework/zend-filter": "2.5.1",
- "zendframework/zend-i18n": "2.5.1",
- "zendframework/zend-json": "2.5.1",
- "zendframework/zend-math": "2.5.1",
- "zendframework/zend-serializer": "2.5.*",
- "zendframework/zend-servicemanager": "2.5.*",
- "zendframework/zend-stdlib": "2.5.1"
- },
- "suggest": {
- "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "class.phpmailer.php",
- "class.phpmaileroauth.php",
- "class.phpmaileroauthgoogle.php",
- "class.smtp.php",
- "class.pop3.php",
- "extras/EasyPeasyICS.php",
- "extras/ntlm_sasl_client.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "LGPL-2.1"
- ],
- "authors": [
- {
- "name": "Jim Jagielski",
- "email": "jimjag@gmail.com"
- },
- {
- "name": "Marcus Bointon",
- "email": "phpmailer@synchromedia.co.uk"
- },
- {
- "name": "Andy Prevost",
- "email": "codeworxtech@users.sourceforge.net"
- },
- {
- "name": "Brent R. Matzelle"
- }
- ],
- "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
- "time": "2017-11-04T09:26:05+00:00"
- },
- {
- "name": "phpoption/phpoption",
- "version": "1.5.0",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/php-option.git",
- "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
- "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "require-dev": {
- "phpunit/phpunit": "4.7.*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PhpOption\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache2"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "Option Type for PHP",
- "keywords": [
- "language",
- "option",
- "php",
- "type"
- ],
- "time": "2015-07-25T16:39:46+00:00"
- },
- {
- "name": "pimple/pimple",
- "version": "v1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/silexphp/Pimple.git",
- "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d",
- "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Pimple": "lib/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
- "homepage": "http://pimple.sensiolabs.org",
- "keywords": [
- "container",
- "dependency injection"
- ],
- "time": "2013-11-22T08:30:29+00:00"
- },
- {
- "name": "psr/log",
- "version": "1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
- "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "time": "2016-10-10T12:19:37+00:00"
- },
- {
- "name": "seld/jsonlint",
- "version": "1.7.1",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/jsonlint.git",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
- "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
- "shasum": ""
- },
- "require": {
- "php": "^5.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "bin": [
- "bin/jsonlint"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Seld\\JsonLint\\": "src/Seld/JsonLint/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "JSON Linter",
- "keywords": [
- "json",
- "linter",
- "parser",
- "validator"
- ],
- "time": "2018-01-24T12:46:19+00:00"
- },
- {
- "name": "simplepie/simplepie",
- "version": "1.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/simplepie/simplepie.git",
- "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
- "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "SimplePie": "library"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Ryan Parman",
- "homepage": "http://ryanparman.com/",
- "role": "Creator, alumnus developer"
- },
- {
- "name": "Geoffrey Sneddon",
- "homepage": "http://gsnedders.com/",
- "role": "Alumnus developer"
- },
- {
- "name": "Ryan McCue",
- "email": "me@ryanmccue.info",
- "homepage": "http://ryanmccue.info/",
- "role": "Developer"
- }
- ],
- "description": "A simple Atom/RSS parsing library for PHP",
- "homepage": "http://simplepie.org/",
- "keywords": [
- "atom",
- "feeds",
- "rss"
- ],
- "time": "2012-10-30T17:54:03+00:00"
- },
- {
- "name": "symfony/config",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/config.git",
- "reference": "ecacddeaf76732231eea1657f6f5b062dade94c9"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/ecacddeaf76732231eea1657f6f5b062dade94c9",
- "reference": "ecacddeaf76732231eea1657f6f5b062dade94c9",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9",
- "symfony/filesystem": "~2.3|~3.0.0"
- },
- "require-dev": {
- "symfony/yaml": "~2.7|~3.0.0"
- },
- "suggest": {
- "symfony/yaml": "To use the yaml reference dumper"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Config\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Config Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-19T21:11:56+00:00"
- },
- {
- "name": "symfony/console",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/390fa4899dbcc47bd41935d87c4572ea4305d3ce",
- "reference": "390fa4899dbcc47bd41935d87c4572ea4305d3ce",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9",
- "symfony/debug": "^2.7.2|~3.0.0",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/event-dispatcher": "~2.1|~3.0.0",
- "symfony/process": "~2.1|~3.0.0"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/process": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Console\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Console Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-19T21:13:58+00:00"
- },
- {
- "name": "symfony/debug",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/debug.git",
- "reference": "ce92aa63881b80f79042962a3fbea217f5ac9b4e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/ce92aa63881b80f79042962a3fbea217f5ac9b4e",
- "reference": "ce92aa63881b80f79042962a3fbea217f5ac9b4e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9",
- "psr/log": "~1.0"
- },
- "conflict": {
- "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
- },
- "require-dev": {
- "symfony/class-loader": "~2.2|~3.0.0",
- "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Debug\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Debug Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-28T18:22:50+00:00"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f5d2d7dcc33b89e20c2696ea9afcbddf6540081c",
- "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "^2.0.5|~3.0.0",
- "symfony/dependency-injection": "~2.6|~3.0.0",
- "symfony/expression-language": "~2.6|~3.0.0",
- "symfony/stopwatch": "~2.3|~3.0.0"
- },
- "suggest": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\EventDispatcher\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony EventDispatcher Component",
- "homepage": "https://symfony.com",
- "time": "2018-02-11T16:53:59+00:00"
- },
- {
- "name": "symfony/filesystem",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/filesystem.git",
- "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/125403a59e4cb4e3ebf46d0162fabcde613d2b97",
- "reference": "125403a59e4cb4e3ebf46d0162fabcde613d2b97",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Filesystem\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Filesystem Component",
- "homepage": "https://symfony.com",
- "time": "2018-02-19T16:23:47+00:00"
- },
- {
- "name": "symfony/finder",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/finder.git",
- "reference": "3cf7b50fa4cd6c2c4aa504b85196b12e386659d4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/3cf7b50fa4cd6c2c4aa504b85196b12e386659d4",
- "reference": "3cf7b50fa4cd6c2c4aa504b85196b12e386659d4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Finder\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Finder Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-28T18:22:50+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
- "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for the Mbstring extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "mbstring",
- "polyfill",
- "portable",
- "shim"
- ],
- "time": "2018-01-30T19:27:44+00:00"
- },
- {
- "name": "symfony/polyfill-php55",
- "version": "v1.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php55.git",
- "reference": "168371cb3dfb10e0afde96e7c2688be02470d143"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/168371cb3dfb10e0afde96e7c2688be02470d143",
- "reference": "168371cb3dfb10e0afde96e7c2688be02470d143",
- "shasum": ""
- },
- "require": {
- "ircmaxell/password-compat": "~1.0",
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php55\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "time": "2018-01-30T19:27:44+00:00"
- },
- {
- "name": "symfony/polyfill-php56",
- "version": "v1.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php56.git",
- "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
- "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "symfony/polyfill-util": "~1.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Php56\\": ""
- },
- "files": [
- "bootstrap.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "time": "2018-01-30T19:27:44+00:00"
- },
- {
- "name": "symfony/polyfill-util",
- "version": "v1.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-util.git",
- "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
- "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Polyfill\\Util\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony utilities for portability of PHP codes",
- "homepage": "https://symfony.com",
- "keywords": [
- "compat",
- "compatibility",
- "polyfill",
- "shim"
- ],
- "time": "2018-01-31T18:08:44+00:00"
- },
- {
- "name": "symfony/process",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "c2fc900ee54e1e44aa956eae8ba041a5347ba93c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/c2fc900ee54e1e44aa956eae8ba041a5347ba93c",
- "reference": "c2fc900ee54e1e44aa956eae8ba041a5347ba93c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Process Component",
- "homepage": "https://symfony.com",
- "time": "2018-03-19T21:11:56+00:00"
- },
- {
- "name": "symfony/stopwatch",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/stopwatch.git",
- "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/57021208ad9830f8f8390c1a9d7bb390f32be89e",
- "reference": "57021208ad9830f8f8390c1a9d7bb390f32be89e",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Stopwatch\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Stopwatch Component",
- "homepage": "https://symfony.com",
- "time": "2018-01-03T07:36:31+00:00"
- },
- {
- "name": "symfony/translation",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation.git",
- "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/72235c1121ae282254e897e342c001f3d4bb7e8d",
- "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "conflict": {
- "symfony/config": "<2.7"
- },
- "require-dev": {
- "psr/log": "~1.0",
- "symfony/config": "~2.8",
- "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
- "symfony/yaml": "~2.2|~3.0.0"
- },
- "suggest": {
- "psr/log": "To use logging capability in translator",
- "symfony/config": "",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Translation\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Translation Component",
- "homepage": "https://symfony.com",
- "time": "2018-01-18T13:56:23+00:00"
- },
- {
- "name": "symfony/validator",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/validator.git",
- "reference": "d1cbd62c678d0655f7d30e6eeacffa57cba6a36f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/d1cbd62c678d0655f7d30e6eeacffa57cba6a36f",
- "reference": "d1cbd62c678d0655f7d30e6eeacffa57cba6a36f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/translation": "~2.4|~3.0.0"
- },
- "require-dev": {
- "doctrine/annotations": "~1.0",
- "doctrine/cache": "~1.0",
- "egulias/email-validator": "^1.2.1",
- "symfony/config": "~2.2|~3.0.0",
- "symfony/expression-language": "~2.4|~3.0.0",
- "symfony/http-foundation": "~2.3|~3.0.0",
- "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
- "symfony/property-access": "~2.3|~3.0.0",
- "symfony/yaml": "^2.0.5|~3.0.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
- "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
- "egulias/email-validator": "Strict (RFC compliant) email validation",
- "symfony/config": "",
- "symfony/expression-language": "For using the 2.4 Expression validator",
- "symfony/http-foundation": "",
- "symfony/intl": "",
- "symfony/property-access": "For using the 2.4 Validator API",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Validator\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Validator Component",
- "homepage": "https://symfony.com",
- "time": "2018-04-02T09:31:53+00:00"
- },
- {
- "name": "symfony/yaml",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "be720fcfae4614df204190d57795351059946a77"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77",
- "reference": "be720fcfae4614df204190d57795351059946a77",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Yaml\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony Yaml Component",
- "homepage": "https://symfony.com",
- "time": "2018-01-03T07:36:31+00:00"
- },
- {
- "name": "twig/twig",
- "version": "v1.35.3",
- "source": {
- "type": "git",
- "url": "https://github.com/twigphp/Twig.git",
- "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
- "reference": "b48680b6eb7d16b5025b9bfc4108d86f6b8af86f",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "psr/container": "^1.0",
- "symfony/debug": "^2.7",
- "symfony/phpunit-bridge": "^3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.35-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Twig_": "lib/"
- },
- "psr-4": {
- "Twig\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com",
- "homepage": "http://fabien.potencier.org",
- "role": "Lead Developer"
- },
- {
- "name": "Armin Ronacher",
- "email": "armin.ronacher@active-4.com",
- "role": "Project Founder"
- },
- {
- "name": "Twig Team",
- "homepage": "http://twig.sensiolabs.org/contributors",
- "role": "Contributors"
- }
- ],
- "description": "Twig, the flexible, fast, and secure template language for PHP",
- "homepage": "http://twig.sensiolabs.org",
- "keywords": [
- "templating"
- ],
- "time": "2018-03-20T04:25:58+00:00"
- },
- {
- "name": "zendframework/zend-cache",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-cache.git",
- "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/5999e5a03f7dcf82abbbe67eea74da641f959684",
- "reference": "5999e5a03f7dcf82abbbe67eea74da641f959684",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-eventmanager": "~2.5",
- "zendframework/zend-serializer": "~2.5",
- "zendframework/zend-servicemanager": "~2.5",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-session": "~2.5"
- },
- "suggest": {
- "ext-apc": "APC >= 3.1.6 to use the APC storage adapter",
- "ext-dba": "DBA, to use the DBA storage adapter",
- "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
- "ext-mongo": "Mongo, to use MongoDb storage adapter",
- "ext-wincache": "WinCache, to use the WinCache storage adapter",
- "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
- "zendframework/zend-serializer": "Zend\\Serializer component",
- "zendframework/zend-session": "Zend\\Session component"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Cache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides a generic way to cache any data",
- "homepage": "https://github.com/zendframework/zend-cache",
- "keywords": [
- "cache",
- "zf2"
- ],
- "time": "2015-06-03T15:31:59+00:00"
- },
- {
- "name": "zendframework/zend-config",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-config.git",
- "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-config/zipball/ec49b1df1bdd9772df09dc2f612fbfc279bf4c27",
- "reference": "ec49b1df1bdd9772df09dc2f612fbfc279bf4c27",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-filter": "~2.5",
- "zendframework/zend-i18n": "~2.5",
- "zendframework/zend-json": "~2.5",
- "zendframework/zend-mvc": "~2.5",
- "zendframework/zend-servicemanager": "~2.5"
- },
- "suggest": {
- "zendframework/zend-filter": "Zend\\Filter component",
- "zendframework/zend-i18n": "Zend\\I18n component",
- "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
- "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Config\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides a nested object property based user interface for accessing this configuration data within application code",
- "homepage": "https://github.com/zendframework/zend-config",
- "keywords": [
- "config",
- "zf2"
- ],
- "time": "2015-06-03T15:32:00+00:00"
- },
- {
- "name": "zendframework/zend-eventmanager",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-eventmanager.git",
- "reference": "d94a16039144936f107f906896349900fd634443"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d94a16039144936f107f906896349900fd634443",
- "reference": "d94a16039144936f107f906896349900fd634443",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\EventManager\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zend-eventmanager",
- "keywords": [
- "eventmanager",
- "zf2"
- ],
- "time": "2015-06-03T15:32:01+00:00"
- },
- {
- "name": "zendframework/zend-filter",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-filter.git",
- "reference": "93e6990a198e6cdd811064083acac4693f4b29ae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/93e6990a198e6cdd811064083acac4693f4b29ae",
- "reference": "93e6990a198e6cdd811064083acac4693f4b29ae",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-config": "~2.5",
- "zendframework/zend-crypt": "~2.5",
- "zendframework/zend-i18n": "~2.5",
- "zendframework/zend-loader": "~2.5",
- "zendframework/zend-servicemanager": "~2.5",
- "zendframework/zend-uri": "~2.5"
- },
- "suggest": {
- "zendframework/zend-crypt": "Zend\\Crypt component",
- "zendframework/zend-i18n": "Zend\\I18n component",
- "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
- "zendframework/zend-uri": "Zend\\Uri component for UriNormalize filter"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Filter\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides a set of commonly needed data filters",
- "homepage": "https://github.com/zendframework/zend-filter",
- "keywords": [
- "filter",
- "zf2"
- ],
- "time": "2015-06-03T15:32:01+00:00"
- },
- {
- "name": "zendframework/zend-i18n",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-i18n.git",
- "reference": "509271eb7947e4aabebfc376104179cffea42696"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/509271eb7947e4aabebfc376104179cffea42696",
- "reference": "509271eb7947e4aabebfc376104179cffea42696",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-cache": "~2.5",
- "zendframework/zend-config": "~2.5",
- "zendframework/zend-eventmanager": "~2.5",
- "zendframework/zend-filter": "~2.5",
- "zendframework/zend-servicemanager": "~2.5",
- "zendframework/zend-validator": "~2.5",
- "zendframework/zend-view": "~2.5"
- },
- "suggest": {
- "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
- "zendframework/zend-cache": "Zend\\Cache component",
- "zendframework/zend-config": "Zend\\Config component",
- "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
- "zendframework/zend-filter": "You should install this package to use the provided filters",
- "zendframework/zend-resources": "Translation resources",
- "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
- "zendframework/zend-validator": "You should install this package to use the provided validators",
- "zendframework/zend-view": "You should install this package to use the provided view helpers"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\I18n\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zend-i18n",
- "keywords": [
- "i18n",
- "zf2"
- ],
- "time": "2015-06-03T15:32:01+00:00"
- },
- {
- "name": "zendframework/zend-json",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-json.git",
- "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-json/zipball/c74eaf17d2dd37dc1e964be8dfde05706a821ebc",
- "reference": "c74eaf17d2dd37dc1e964be8dfde05706a821ebc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-http": "~2.5",
- "zendframework/zend-server": "~2.5",
- "zendframework/zendxml": "~1.0"
- },
- "suggest": {
- "zendframework/zend-http": "Zend\\Http component",
- "zendframework/zend-server": "Zend\\Server component",
- "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Json\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
- "homepage": "https://github.com/zendframework/zend-json",
- "keywords": [
- "json",
- "zf2"
- ],
- "time": "2015-06-03T15:32:01+00:00"
- },
- {
- "name": "zendframework/zend-math",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-math.git",
- "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-math/zipball/9f02a1ac4d3374d3332c80f9215deec9c71558fc",
- "reference": "9f02a1ac4d3374d3332c80f9215deec9c71558fc",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "ircmaxell/random-lib": "~1.1",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-servicemanager": "~2.5"
- },
- "suggest": {
- "ext-bcmath": "If using the bcmath functionality",
- "ext-gmp": "If using the gmp functionality",
- "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
- "zendframework/zend-servicemanager": ">= current version, if using the BigInteger::factory functionality"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Math\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zend-math",
- "keywords": [
- "math",
- "zf2"
- ],
- "time": "2015-06-03T15:32:02+00:00"
- },
- {
- "name": "zendframework/zend-serializer",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-serializer.git",
- "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/b7208eb17dc4a4fb3a660b85e6c4af035eeed40c",
- "reference": "b7208eb17dc4a4fb3a660b85e6c4af035eeed40c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23",
- "zendframework/zend-json": "~2.5",
- "zendframework/zend-math": "~2.5",
- "zendframework/zend-stdlib": "~2.5"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-servicemanager": "~2.5"
- },
- "suggest": {
- "zendframework/zend-servicemanager": "To support plugin manager support"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Serializer\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
- "homepage": "https://github.com/zendframework/zend-serializer",
- "keywords": [
- "serializer",
- "zf2"
- ],
- "time": "2015-06-03T15:32:02+00:00"
- },
- {
- "name": "zendframework/zend-servicemanager",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-servicemanager.git",
- "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/3b22c403e351d92526c642cba0bd810bc22e1c56",
- "reference": "3b22c403e351d92526c642cba0bd810bc22e1c56",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-di": "~2.5",
- "zendframework/zend-mvc": "~2.5"
- },
- "suggest": {
- "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
- "zendframework/zend-di": "Zend\\Di component"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\ServiceManager\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zend-servicemanager",
- "keywords": [
- "servicemanager",
- "zf2"
- ],
- "time": "2015-06-03T15:32:02+00:00"
- },
- {
- "name": "zendframework/zend-stdlib",
- "version": "2.5.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zendframework/zend-stdlib.git",
- "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/cc8e90a60dd5d44b9730b77d07b97550091da1ae",
- "reference": "cc8e90a60dd5d44b9730b77d07b97550091da1ae",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.23"
- },
- "require-dev": {
- "fabpot/php-cs-fixer": "1.7.*",
- "phpunit/phpunit": "~4.0",
- "zendframework/zend-config": "~2.5",
- "zendframework/zend-eventmanager": "~2.5",
- "zendframework/zend-filter": "~2.5",
- "zendframework/zend-inputfilter": "~2.5",
- "zendframework/zend-serializer": "~2.5",
- "zendframework/zend-servicemanager": "~2.5"
- },
- "suggest": {
- "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
- "zendframework/zend-filter": "To support naming strategy hydrator usage",
- "zendframework/zend-serializer": "Zend\\Serializer component",
- "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.5-dev",
- "dev-develop": "2.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Zend\\Stdlib\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "homepage": "https://github.com/zendframework/zend-stdlib",
- "keywords": [
- "stdlib",
- "zf2"
- ],
- "time": "2015-06-03T15:32:03+00:00"
- },
- {
- "name": "zetacomponents/base",
- "version": "1.9.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zetacomponents/Base.git",
- "reference": "489e20235989ddc97fdd793af31ac803972454f1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zetacomponents/Base/zipball/489e20235989ddc97fdd793af31ac803972454f1",
- "reference": "489e20235989ddc97fdd793af31ac803972454f1",
- "shasum": ""
- },
- "require-dev": {
- "phpunit/phpunit": "~5.7",
- "zetacomponents/unit-test": "*"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Sergey Alexeev"
- },
- {
- "name": "Sebastian Bergmann"
- },
- {
- "name": "Jan Borsodi"
- },
- {
- "name": "Raymond Bosman"
- },
- {
- "name": "Frederik Holljen"
- },
- {
- "name": "Kore Nordmann"
- },
- {
- "name": "Derick Rethans"
- },
- {
- "name": "Vadym Savchuk"
- },
- {
- "name": "Tobias Schlitt"
- },
- {
- "name": "Alexandru Stanoi"
- }
- ],
- "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
- "homepage": "https://github.com/zetacomponents",
- "time": "2017-11-28T11:30:00+00:00"
- },
- {
- "name": "zetacomponents/document",
- "version": "1.3.1",
- "source": {
- "type": "git",
- "url": "https://github.com/zetacomponents/Document.git",
- "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/zetacomponents/Document/zipball/688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
- "reference": "688abfde573cf3fe0730f82538fbd7aa9fc95bc8",
- "shasum": ""
- },
- "require": {
- "zetacomponents/base": "*"
- },
- "require-dev": {
- "zetacomponents/unit-test": "dev-master"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann"
- },
- {
- "name": "Kore Nordmann"
- },
- {
- "name": "Derick Rethans"
- },
- {
- "name": "Tobias Schlitt"
- },
- {
- "name": "Alexandru Stanoi"
- }
- ],
- "description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
- "homepage": "https://github.com/zetacomponents",
- "time": "2013-12-19T11:40:00+00:00"
- }
- ],
- "packages-dev": [
- {
- "name": "friendsofphp/php-cs-fixer",
- "version": "v1.13.3",
- "source": {
- "type": "git",
- "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
- "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/387e4c86c9dc0e1e4c475291fc114ec45b98e624",
- "reference": "387e4c86c9dc0e1e4c475291fc114ec45b98e624",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": "^5.3.6 || >=7.0 <7.2",
- "sebastian/diff": "^1.1",
- "symfony/console": "^2.3 || ^3.0",
- "symfony/event-dispatcher": "^2.1 || ^3.0",
- "symfony/filesystem": "^2.1 || ^3.0",
- "symfony/finder": "^2.1 || ^3.0",
- "symfony/process": "^2.3 || ^3.0",
- "symfony/stopwatch": "^2.5 || ^3.0"
- },
- "conflict": {
- "hhvm": "<3.9"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.5|^5",
- "satooshi/php-coveralls": "^1.0"
- },
- "bin": [
- "php-cs-fixer"
- ],
- "type": "application",
- "autoload": {
- "psr-4": {
- "Symfony\\CS\\": "Symfony/CS/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Dariusz Rumiński",
- "email": "dariusz.ruminski@gmail.com"
- },
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- }
- ],
- "description": "A tool to automatically fix PHP code style",
- "time": "2017-09-11T14:11:16+00:00"
- },
- {
- "name": "pdepend/pdepend",
- "version": "2.5.2",
- "source": {
- "type": "git",
- "url": "https://github.com/pdepend/pdepend.git",
- "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pdepend/pdepend/zipball/9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
- "reference": "9daf26d0368d4a12bed1cacae1a9f3a6f0adf239",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.7",
- "symfony/config": "^2.3.0|^3|^4",
- "symfony/dependency-injection": "^2.3.0|^3|^4",
- "symfony/filesystem": "^2.3.0|^3|^4"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8|^5.7",
- "squizlabs/php_codesniffer": "^2.0.0"
- },
- "bin": [
- "src/bin/pdepend"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "PDepend\\": "src/main/php/PDepend"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "description": "Official version of pdepend to be handled with Composer",
- "time": "2017-12-13T13:21:38+00:00"
- },
- {
- "name": "pear/cache_lite",
- "version": "v1.7.16",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/Cache_Lite.git",
- "reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/Cache_Lite/zipball/9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb",
- "reference": "9fa08bd625f86946d41a6e7ff66f6f4ea5c0f0bb",
- "shasum": ""
- },
- "require": {
- "php": ">=4.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "Cache/Lite.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "./"
- ],
- "license": [
- "LGPL"
- ],
- "authors": [
- {
- "name": "Markus Tacker",
- "homepage": "http://pear.php.net/user/tacker"
- },
- {
- "name": "Fabien Marty",
- "homepage": "http://pear.php.net/user/fab"
- }
- ],
- "description": "Fast and safe little cache system",
- "homepage": "https://github.com/pear/Cache_Lite",
- "keywords": [
- "cache"
- ],
- "time": "2014-05-11T15:02:19+00:00"
- },
- {
- "name": "pear/console_getopt",
- "version": "v1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/Console_Getopt.git",
- "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
- "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "Console": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "./"
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Greg Beaver",
- "email": "cellog@php.net",
- "role": "Helper"
- },
- {
- "name": "Andrei Zmievski",
- "email": "andrei@php.net",
- "role": "Lead"
- },
- {
- "name": "Stig Bakken",
- "email": "stig@php.net",
- "role": "Developer"
- }
- ],
- "description": "More info available on: http://pear.php.net/package/Console_Getopt",
- "time": "2015-07-20T20:28:12+00:00"
- },
- {
- "name": "pear/pear-core-minimal",
- "version": "v1.10.3",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/pear-core-minimal.git",
- "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
- "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
- "shasum": ""
- },
- "require": {
- "pear/console_getopt": "~1.4",
- "pear/pear_exception": "~1.0"
- },
- "replace": {
- "rsky/pear-core-min": "self.version"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "src/"
- ],
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Christian Weiske",
- "email": "cweiske@php.net",
- "role": "Lead"
- }
- ],
- "description": "Minimal set of PEAR core files to be used as composer dependency",
- "time": "2017-02-28T16:46:11+00:00"
- },
- {
- "name": "pear/pear_exception",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/PEAR_Exception.git",
- "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
- "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
- "shasum": ""
- },
- "require": {
- "php": ">=4.4.0"
- },
- "require-dev": {
- "phpunit/phpunit": "*"
- },
- "type": "class",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "PEAR": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "."
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Helgi Thormar",
- "email": "dufuz@php.net"
- },
- {
- "name": "Greg Beaver",
- "email": "cellog@php.net"
- }
- ],
- "description": "The PEAR Exception base class.",
- "homepage": "https://github.com/pear/PEAR_Exception",
- "keywords": [
- "exception"
- ],
- "time": "2015-02-10 20:07:52"
- },
- {
- "name": "pear/versioncontrol_git",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/VersionControl_Git.git",
- "reference": "6308acdf0ef5c57d1545e6a720fbddf755813753"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/VersionControl_Git/zipball/6308acdf0ef5c57d1545e6a720fbddf755813753",
- "reference": "6308acdf0ef5c57d1545e6a720fbddf755813753",
- "shasum": ""
- },
- "require": {
- "pear/pear-core-minimal": "^1.9",
- "pear/pear_exception": "~1.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^5"
- },
- "type": "library",
- "autoload": {
- "psr-0": {
- "VersionControl": "./"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "./"
- ],
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Kousuke Ebihara",
- "email": "ebihara@php.net",
- "role": "Lead"
- }
- ],
- "description": "VersionControl_Git is a library that provides OO interface to handle Git repository.",
- "time": "2018-01-29 21:14:27"
- },
- {
- "name": "phing/phing",
- "version": "2.15.2",
- "source": {
- "type": "git",
- "url": "https://github.com/phingofficial/phing.git",
- "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phingofficial/phing/zipball/0999ab4e94e609dc00998e3d1b88df843054db7c",
- "reference": "0999ab4e94e609dc00998e3d1b88df843054db7c",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "require-dev": {
- "ext-pdo_sqlite": "*",
- "lastcraft/simpletest": "@dev",
- "mikey179/vfsstream": "^1.6",
- "pdepend/pdepend": "2.x",
- "pear/archive_tar": "1.4.x",
- "pear/http_request2": "dev-trunk",
- "pear/net_growl": "dev-trunk",
- "pear/pear-core-minimal": "1.10.1",
- "pear/versioncontrol_git": "@dev",
- "pear/versioncontrol_svn": "~0.5",
- "phpdocumentor/phpdocumentor": "2.x",
- "phploc/phploc": "~2.0.6",
- "phpmd/phpmd": "~2.2",
- "phpunit/phpunit": ">=3.7",
- "sebastian/git": "~1.0",
- "sebastian/phpcpd": "2.x",
- "siad007/versioncontrol_hg": "^1.0",
- "squizlabs/php_codesniffer": "~2.2",
- "symfony/yaml": "~2.7"
- },
- "suggest": {
- "pdepend/pdepend": "PHP version of JDepend",
- "pear/archive_tar": "Tar file management class",
- "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
- "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
- "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
- "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
- "phpmd/phpmd": "PHP version of PMD tool",
- "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
- "phpunit/phpunit": "The PHP Unit Testing Framework",
- "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
- "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
- "tedivm/jshrink": "Javascript Minifier built in PHP"
- },
- "bin": [
- "bin/phing"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.15.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "classes/phing/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "classes"
- ],
- "license": [
- "LGPL-3.0"
- ],
- "authors": [
- {
- "name": "Michiel Rook",
- "email": "mrook@php.net"
- },
- {
- "name": "Phing Community",
- "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
- }
- ],
- "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
- "homepage": "https://www.phing.info/",
- "keywords": [
- "build",
- "phing",
- "task",
- "tool"
- ],
- "time": "2016-10-13T09:01:45+00:00"
- },
- {
- "name": "phpmd/phpmd",
- "version": "2.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/phpmd/phpmd.git",
- "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374",
- "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "pdepend/pdepend": "^2.5",
- "php": ">=5.3.9"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.0",
- "squizlabs/php_codesniffer": "^2.0"
- },
- "bin": [
- "src/bin/phpmd"
- ],
- "type": "project",
- "autoload": {
- "psr-0": {
- "PHPMD\\": "src/main/php"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Manuel Pichler",
- "email": "github@manuel-pichler.de",
- "homepage": "https://github.com/manuelpichler",
- "role": "Project Founder"
- },
- {
- "name": "Other contributors",
- "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
- "role": "Contributors"
- },
- {
- "name": "Marc Würth",
- "email": "ravage@bluewin.ch",
- "homepage": "https://github.com/ravage84",
- "role": "Project Maintainer"
- }
- ],
- "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
- "homepage": "http://phpmd.org/",
- "keywords": [
- "mess detection",
- "mess detector",
- "pdepend",
- "phpmd",
- "pmd"
- ],
- "time": "2017-01-20T14:41:10+00:00"
- },
- {
- "name": "phpspec/prophecy",
- "version": "1.7.5",
- "source": {
- "type": "git",
- "url": "https://github.com/phpspec/prophecy.git",
- "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
- "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.0.2",
- "php": "^5.3|^7.0",
- "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
- "sebastian/comparator": "^1.1|^2.0",
- "sebastian/recursion-context": "^1.0|^2.0|^3.0"
- },
- "require-dev": {
- "phpspec/phpspec": "^2.5|^3.2",
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.7.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Prophecy\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- },
- {
- "name": "Marcello Duarte",
- "email": "marcello.duarte@gmail.com"
- }
- ],
- "description": "Highly opinionated mocking framework for PHP 5.3+",
- "homepage": "https://github.com/phpspec/prophecy",
- "keywords": [
- "Double",
- "Dummy",
- "fake",
- "mock",
- "spy",
- "stub"
- ],
- "time": "2018-02-19T10:16:54+00:00"
- },
- {
- "name": "phpunit/dbunit",
- "version": "1.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/dbunit.git",
- "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
- "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
- "shasum": ""
- },
- "require": {
- "ext-pdo": "*",
- "ext-simplexml": "*",
- "php": ">=5.3.3",
- "phpunit/phpunit": "~4|~5",
- "symfony/yaml": "~2.1|~3.0"
- },
- "bin": [
- "composer/bin/dbunit"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "PHPUnit/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "",
- "../../symfony/yaml/"
- ],
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
- "homepage": "https://github.com/sebastianbergmann/dbunit/",
- "keywords": [
- "database",
- "testing",
- "xunit"
- ],
- "time": "2015-08-07T04:57:38+00:00"
- },
- {
- "name": "phpunit/php-code-coverage",
- "version": "2.2.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
- "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "phpunit/php-file-iterator": "~1.3",
- "phpunit/php-text-template": "~1.2",
- "phpunit/php-token-stream": "~1.3",
- "sebastian/environment": "^1.3.2",
- "sebastian/version": "~1.0"
- },
- "require-dev": {
- "ext-xdebug": ">=2.1.4",
- "phpunit/phpunit": "~4"
- },
- "suggest": {
- "ext-dom": "*",
- "ext-xdebug": ">=2.2.1",
- "ext-xmlwriter": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.2.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
- "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
- "keywords": [
- "coverage",
- "testing",
- "xunit"
- ],
- "time": "2015-10-06T15:47:00+00:00"
- },
- {
- "name": "phpunit/php-file-iterator",
- "version": "1.4.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
- "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
- "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "FilterIterator implementation that filters files based on a list of suffixes.",
- "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
- "keywords": [
- "filesystem",
- "iterator"
- ],
- "time": "2017-11-27T13:52:08+00:00"
- },
- {
- "name": "phpunit/php-text-template",
- "version": "1.2.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-text-template.git",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Simple template engine.",
- "homepage": "https://github.com/sebastianbergmann/php-text-template/",
- "keywords": [
- "template"
- ],
- "time": "2015-06-21T13:50:34+00:00"
- },
- {
- "name": "phpunit/php-timer",
- "version": "1.0.9",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
- "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Utility class for timing",
- "homepage": "https://github.com/sebastianbergmann/php-timer/",
- "keywords": [
- "timer"
- ],
- "time": "2017-02-26T11:10:40+00:00"
- },
- {
- "name": "phpunit/php-token-stream",
- "version": "1.4.12",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
- "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Wrapper around PHP's tokenizer extension.",
- "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
- "keywords": [
- "tokenizer"
- ],
- "time": "2017-12-04T08:55:13+00:00"
- },
- {
- "name": "phpunit/phpunit",
- "version": "4.8.36",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
- "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
- "shasum": ""
- },
- "require": {
- "ext-dom": "*",
- "ext-json": "*",
- "ext-pcre": "*",
- "ext-reflection": "*",
- "ext-spl": "*",
- "php": ">=5.3.3",
- "phpspec/prophecy": "^1.3.1",
- "phpunit/php-code-coverage": "~2.1",
- "phpunit/php-file-iterator": "~1.4",
- "phpunit/php-text-template": "~1.2",
- "phpunit/php-timer": "^1.0.6",
- "phpunit/phpunit-mock-objects": "~2.3",
- "sebastian/comparator": "~1.2.2",
- "sebastian/diff": "~1.2",
- "sebastian/environment": "~1.3",
- "sebastian/exporter": "~1.2",
- "sebastian/global-state": "~1.0",
- "sebastian/version": "~1.0",
- "symfony/yaml": "~2.1|~3.0"
- },
- "suggest": {
- "phpunit/php-invoker": "~1.1"
- },
- "bin": [
- "phpunit"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.8.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "The PHP Unit Testing framework.",
- "homepage": "https://phpunit.de/",
- "keywords": [
- "phpunit",
- "testing",
- "xunit"
- ],
- "time": "2017-06-21T08:07:12+00:00"
- },
- {
- "name": "phpunit/phpunit-mock-objects",
- "version": "2.3.8",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
- "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
- "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
- "shasum": ""
- },
- "require": {
- "doctrine/instantiator": "^1.0.2",
- "php": ">=5.3.3",
- "phpunit/php-text-template": "~1.2",
- "sebastian/exporter": "~1.2"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.4"
- },
- "suggest": {
- "ext-soap": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.3.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sb@sebastian-bergmann.de",
- "role": "lead"
- }
- ],
- "description": "Mock Object library for PHPUnit",
- "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
- "keywords": [
- "mock",
- "xunit"
- ],
- "time": "2015-10-02T06:51:40+00:00"
- },
- {
- "name": "sebastian/comparator",
- "version": "1.2.4",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
- "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "sebastian/diff": "~1.2",
- "sebastian/exporter": "~1.2 || ~2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides the functionality to compare PHP values for equality",
- "homepage": "http://www.github.com/sebastianbergmann/comparator",
- "keywords": [
- "comparator",
- "compare",
- "equality"
- ],
- "time": "2017-01-29T09:50:25+00:00"
- },
- {
- "name": "sebastian/diff",
- "version": "1.4.3",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
- "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Kore Nordmann",
- "email": "mail@kore-nordmann.de"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Diff implementation",
- "homepage": "https://github.com/sebastianbergmann/diff",
- "keywords": [
- "diff"
- ],
- "time": "2017-05-22T07:24:03+00:00"
- },
- {
- "name": "sebastian/environment",
- "version": "1.3.8",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/environment.git",
- "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
- "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
- "shasum": ""
- },
- "require": {
- "php": "^5.3.3 || ^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^4.8 || ^5.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Provides functionality to handle HHVM/PHP environments",
- "homepage": "http://www.github.com/sebastianbergmann/environment",
- "keywords": [
- "Xdebug",
- "environment",
- "hhvm"
- ],
- "time": "2016-08-18T05:49:44+00:00"
- },
- {
- "name": "sebastian/exporter",
- "version": "1.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
- "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3",
- "sebastian/recursion-context": "~1.0"
- },
- "require-dev": {
- "ext-mbstring": "*",
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Volker Dusch",
- "email": "github@wallbash.com"
- },
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@2bepublished.at"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- }
- ],
- "description": "Provides the functionality to export PHP variables for visualization",
- "homepage": "http://www.github.com/sebastianbergmann/exporter",
- "keywords": [
- "export",
- "exporter"
- ],
- "time": "2016-06-17T09:04:28+00:00"
- },
- {
- "name": "sebastian/global-state",
- "version": "1.1.1",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
- "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.2"
- },
- "suggest": {
- "ext-uopz": "*"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- }
- ],
- "description": "Snapshotting of global state",
- "homepage": "http://www.github.com/sebastianbergmann/global-state",
- "keywords": [
- "global state"
- ],
- "time": "2015-10-12T03:26:01+00:00"
- },
- {
- "name": "sebastian/recursion-context",
- "version": "1.0.5",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/recursion-context.git",
- "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
- "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.3"
- },
- "require-dev": {
- "phpunit/phpunit": "~4.4"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jeff Welch",
- "email": "whatthejeff@gmail.com"
- },
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de"
- },
- {
- "name": "Adam Harvey",
- "email": "aharvey@php.net"
- }
- ],
- "description": "Provides functionality to recursively process PHP variables",
- "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
- "time": "2016-10-03T07:41:43+00:00"
- },
- {
- "name": "sebastian/version",
- "version": "1.0.6",
- "source": {
- "type": "git",
- "url": "https://github.com/sebastianbergmann/version.git",
- "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
- "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
- }
- ],
- "description": "Library that helps with managing the version number of Git-hosted PHP projects",
- "homepage": "https://github.com/sebastianbergmann/version",
- "time": "2015-06-21T13:59:46+00:00"
- },
- {
- "name": "squizlabs/php_codesniffer",
- "version": "1.5.6",
- "source": {
- "type": "git",
- "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
- "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/6f3e42d311b882b25b4d409d23a289f4d3b803d5",
- "reference": "6f3e42d311b882b25b4d409d23a289f4d3b803d5",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "php": ">=5.1.2"
- },
- "suggest": {
- "phpunit/php-timer": "dev-master"
- },
- "bin": [
- "scripts/phpcs"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-phpcs-fixer": "2.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "CodeSniffer.php",
- "CodeSniffer/CLI.php",
- "CodeSniffer/Exception.php",
- "CodeSniffer/File.php",
- "CodeSniffer/Report.php",
- "CodeSniffer/Reporting.php",
- "CodeSniffer/Sniff.php",
- "CodeSniffer/Tokens.php",
- "CodeSniffer/Reports/",
- "CodeSniffer/CommentParser/",
- "CodeSniffer/Tokenizers/",
- "CodeSniffer/DocGenerators/",
- "CodeSniffer/Standards/AbstractPatternSniff.php",
- "CodeSniffer/Standards/AbstractScopeSniff.php",
- "CodeSniffer/Standards/AbstractVariableSniff.php",
- "CodeSniffer/Standards/IncorrectPatternException.php",
- "CodeSniffer/Standards/Generic/Sniffs/",
- "CodeSniffer/Standards/MySource/Sniffs/",
- "CodeSniffer/Standards/PEAR/Sniffs/",
- "CodeSniffer/Standards/PSR1/Sniffs/",
- "CodeSniffer/Standards/PSR2/Sniffs/",
- "CodeSniffer/Standards/Squiz/Sniffs/",
- "CodeSniffer/Standards/Zend/Sniffs/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Greg Sherwood",
- "role": "lead"
- }
- ],
- "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
- "homepage": "http://www.squizlabs.com/php-codesniffer",
- "keywords": [
- "phpcs",
- "standards"
- ],
- "time": "2014-12-04T22:32:15+00:00"
- },
- {
- "name": "symfony/dependency-injection",
- "version": "v2.8.37",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/dependency-injection.git",
- "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3d7cbf34cd75ede7f94b9b990f85bd089e15cd55",
- "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.9"
- },
- "conflict": {
- "symfony/expression-language": "<2.6"
- },
- "require-dev": {
- "symfony/config": "~2.2|~3.0.0",
- "symfony/expression-language": "~2.6|~3.0.0",
- "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7"
- },
- "suggest": {
- "symfony/config": "",
- "symfony/expression-language": "For using expressions in service container configuration",
- "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
- "symfony/yaml": ""
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\DependencyInjection\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony DependencyInjection Component",
- "homepage": "https://symfony.com",
- "time": "2018-02-19T16:23:47+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {
- "pear/versioncontrol_git": 20,
- "pear/pear_exception": 20
- },
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": {
- "php": ">=5.4.0"
- },
- "platform-dev": [],
- "platform-overrides": {
- "php": "5.4.0"
- }
-}
diff --git a/docs/classes/BibleStudyModelCpanel.html b/docs/classes/BibleStudyModelCpanel.html
deleted file mode 100644
index 6a27285afa..0000000000
--- a/docs/classes/BibleStudyModelCpanel.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BibleStudyModelCpanel
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JModel class for Cpanel
-
-
-
-
- Methods
-
-
Get Data
-
getData() : object
-
-
-
-
-
Returns true if we are installed in Joomla! 3.2 or later and we have post-installation messages for our component
-which must be showed to the user.
-
hasPostInstallMessages() : boolean | null
-
-
-
Returns null if the com_postinstall component is broken because the user screwed up his Joomla! site following
-some idiot's advice. Apparently there's no shortage of idiots giving terribly bad advice to Joomla! users.
-
-
Returns
-
-boolean
null
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BibleStudyModelInstall.html b/docs/classes/BibleStudyModelInstall.html
deleted file mode 100644
index 22f40cf92f..0000000000
--- a/docs/classes/BibleStudyModelInstall.html
+++ /dev/null
@@ -1,977 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BibleStudyModelInstall
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
class Migration model
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
Exceptions
-
-
-
-
-
-
Function to Find empty access in the db and set them to Public
-
fixemptyaccess() : boolean
-
-
-
-
-
Function to find empty language field and set them to "*"
-
fixemptylanguage() : boolean
-
-
-
-
-
Update messages
-
postinstall_messages(object $message) : void
-
-
-
-
-
Parameters
-
-
$message
-
object
Install object
-
-
-
-
Old Update URL's
-
rmoldurl() : array
-
-
-
-
-
Run the Migration will there is time.
-
run(boolean $resetTimer = true
) : boolean
-
-
-
-
-
Parameters
-
-
$resetTimer
-
boolean
If the time must be reset
-
Returns
-
boolean
-
-
-
-
Start Looking though the Versions
-
startScanning() : boolean
-
-
-
-
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Uninstall of JBSM
-
uninstall() : boolean
-
-
-
-
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Start the Run through the Pre Versions then SQL files then After PHP functions.
-
RealRun() : boolean
-
-
-
-
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Function to update using the version number for sql files
-
allUpdate(string $value) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The File name.
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Correct problem in are update table under 7.0.2 systems
-
correctVersions() : boolean
-
-
-
-
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Finish the system
-
finish(string $step) : boolean
-
-
-
-
-
Parameters
-
-
$step
-
string
Step to process
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Fix Import problem
-
fiximport() : boolean
-
-
-
-
-
Returns
-
-boolean
True if fix complete, False if failure
-
-
-
-
Get migrate versions of DB after import/copy has finished.
-
getSteps() : boolean
-
-
-
-
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Returns Update Version form Table
-
getUpdateVersion() : string
-
-
-
-
-
Returns
-
-string
Returns the Last Version in the #_bsms_update table
-
-
-
-
Makes sure that no more than 5 seconds since the start of the timer have elapsed
-
haveEnoughTime() : boolean
-
-
-
-
-
Install step system
-
install(array $files = array('install', 'install-defaults')
) : boolean
-
-
-
-
-
Parameters
-
-
$files
-
array
List of installs to install
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Loads the Versions/SQL/After stack from the session
-
loadStack() : boolean
-
-
-
-
-
Returns the current timestamps in decimal seconds
-
microtime_float() : string
-
-
-
-
-
Cleanup postInstall before migration
-
postinstallclenup() : void
-
-
-
-
-
Resets the Versions/SQL/After stack saved in the session
-
resetStack() : void
-
-
-
-
-
Starts or resets the internal timer
-
resetTimer() : void
-
-
-
-
-
Run updates SQL
-
runUpdates(string $string) : boolean
-
-
-
-
-
Parameters
-
-
$string
-
string
String of SQL to process.
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Saves the Versions/SQL/After stack in the session
-
saveStack() : void
-
-
-
-
-
Set the schema version for an extension by looking at its latest update
-
setSchemaVersion(string $version, integer $eid) : boolean
-
-
-
-
-
Parameters
-
-
$version
-
string
Version number
-
-
$eid
-
integer
Extension ID
-
Exceptions
-
-
Returns
-
boolean
-
-
-
- Properties
-
-
Call stack for the Visioning System.
-
$callstack : array
-
-
-
-
-
-
Numbers of Versions already processed
-
$doneSteps : integer
-
-
-
-
-
-
$query
-
$query
-
-
-
-
-
-
-type
-array Array of assets to fix
-
-
-since
-7.1
-
-
-
-
-
-
Running Now
-
$running : string
-
-
-
-
-
-
Total numbers of Versions
-
$totalSteps : integer
-
-
-
-
-
-
Path to Mysql files
-
$filePath : string
-
-
Default
-
'/components/com_biblestudy/install/sql/updates/mysql'
-
-
-
-
-
-
Path to PHP Version files
-
$phpPath : string
-
-
Default
-
'/components/com_biblestudy/install/updates/'
-
-
-
-
-
-
$type
-
$type
-
-
-
-
-
-
-type
-string Type of process
-
-
-since
-7.1
-
-
-
-
-
-
The pre versions sub sql array to process
-
$allupdates : array
-
-
-
-
-
-
Id of Extinction Table
-
$biblestudyEid : integer
-
-
-
-
-
-
Array of Finish Task
-
$finish : array
-
-
-
-
-
-
Array of Install Task
-
$install : array
-
-
-
-
-
-
If was imported
-
$isimport : integer
-
-
-
-
-
-
Array of Install Task
-
$start : array
-
-
-
-
-
-
The time the process started
-
$startTime : float
-
-
-
-
-
-
$subFiles
-
$subFiles
-
-
-
-
-
-
-type
-array list of php files to work through
-
-
-since
-7.1
-
-
-
-
-
-
Array of Sub Query from php files queries Task
-
$subQuery : array
-
-
-
-
-
-
$subSteps
-
$subSteps
-
-
-
-
-
-
-type
-array PHP file steps for migrations
-
-
-since
-7.1
-
-
-
-
-
-
Version number to be running
-
$version : string
-
-
-
-
-
-
The pre versions to process
-
$versionStack : array
-
-
-
-
-
-
Version of BibleStudy
-
$versionSwitch : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BibleStudyModelMigration.html b/docs/classes/BibleStudyModelMigration.html
deleted file mode 100644
index 2572691b7c..0000000000
--- a/docs/classes/BibleStudyModelMigration.html
+++ /dev/null
@@ -1,1598 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BibleStudyModelMigration
-
class Migration model
-
-
-
-
- Summary
-
-
-
-
- No protected methods found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $totalVersions
- $totalVersions : integer
-
-
-
- Type
- integer
- — Total numbers of Versions
-
-
-
-
-
-
-
-
- $running
- $running : string
-
-
-
- Type
- string
- — Running Now
-
-
-
-
-
-
-
-
- $doneVersions
- $doneVersions : integer
-
-
-
- Type
- integer
- — Numbers of Versions already processed
-
-
-
-
-
-
-
-
- $callstack
- $callstack : array
-
-
-
- Type
- array
- — Call stack for the Visioning System.
-
-
-
-
-
-
-
-
- $filePath
- $filePath : string
-
-
-
- Type
- string
- — Path to Mysql files
-
-
-
-
-
-
-
-
- $phpPath
- $phpPath : string
-
-
-
- Type
- string
- — Path to PHP Version files
-
-
-
-
-
-
-
-
- $_startTime
- $_startTime : float
-
-
-
- Type
- float
- — The time the process started
-
-
-
-
-
-
-
-
- $_versionStack
- $_versionStack : array
-
-
-
- Type
- array
- — The pre versions to process
-
-
-
-
-
-
-
-
- $_versionSwitch
- $_versionSwitch : string
-
-
-
- Type
- string
- — Version of BibleStudy
-
-
-
-
-
-
-
-
- $_biblestudyEid
- $_biblestudyEid : integer
-
-
-
- Type
- integer
- — Id of Extinction Table
-
-
-
-
-
-
-
-
- $_finish
- $_finish : array
-
-
-
- Type
- array
- — Array of Finish Task
-
-
-
-
-
-
-
-
- $_isimport
- $_isimport : array
-
-
-
- Type
- array
- — int of Finish Task
-
-
-
-
-
-
-
-
-
-
-
-
- startScanning()
-
- startScanning() : boolean
- Start Looking though the Versions
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- getVersions()
-
- getVersions() : boolean
- Get migrate versions of DB after import/copy has finished.
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- correctVersions()
-
- correctVersions() : boolean
- Correct problem in are update table under 7.0.2 systems
-
-
-
-
- Returns
- boolean
-
-
-
-
-
- static
-
-
- Tags
-
-
-
-
-
-
-
-
- run()
-
- run(boolean $resetTimer = true ) : boolean
- Run the Migration will there is time.
-
-
- Parameters
-
-
- boolean
- $resetTimer
- If the time must be reset
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- postinstall_messages()
-
- postinstall_messages(object $message , \JDatabaseDriver $db ) : void
- Update messages
-
-
- Parameters
-
-
- object
- $message
- Install object
-
-
- \JDatabaseDriver
- $db
- DB Driver
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fiximportparams()
-
- fiximportparams() : boolean
- Fix Import problem
-
-
-
-
- Returns
- boolean
- — True if fix complete, False if failure
-
-
-
-
-
- static
-
-
- Tags
-
-
-
-
-
-
-
-
- resetStack()
-
- resetStack() : void
- Resets the Versions/SQL/After stack saved in the session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- resetTimer()
-
- resetTimer() : void
- Starts or resets the internal timer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- microtime_float()
-
- microtime_float() : string
- Returns the current timestamps in decimal seconds
-
-
-
-
- Returns
- string
-
-
-
-
-
-
-
-
-
-
- setSchemaVersion()
-
- setSchemaVersion(string $version , integer $eid ) : void
- Set the schema version for an extension by looking at its latest update
-
-
- Parameters
-
-
- string
- $version
- Version number
-
-
- integer
- $eid
- Extension ID
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
- saveStack()
-
- saveStack() : void
- Saves the Versions/SQL/After stack in the session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- loadStack()
-
- loadStack() : void
- Loads the Versions/SQL/After stack from the session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- haveEnoughTime()
-
- haveEnoughTime() : boolean
- Makes sure that no more than 3 seconds since the start of the timer have elapsed
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- RealRun()
-
- RealRun() : boolean
- Start the Run through the Pre Versions then SQL files then After PHP functions.
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- finish()
-
- finish() : boolean
- Finish the system
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- getUpdateVersion()
-
- getUpdateVersion() : string
- Returns Update Version form Table
-
-
-
-
- Returns
- string
- — Returns the Last Version in the #_bsms_update table
-
-
-
-
-
-
-
-
-
-
- postinstallclenup()
-
- postinstallclenup(\JDatabaseDriver $db ) : void
- Cleanup postinstall before migration
-
-
- Parameters
-
-
- \JDatabaseDriver
- $db
- Joomla Database Driver
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:42.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BibleStudyViewFolder.html b/docs/classes/BibleStudyViewFolder.html
deleted file mode 100644
index 10c36aa025..0000000000
--- a/docs/classes/BibleStudyViewFolder.html
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BibleStudyViewFolder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Folder
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Defaults
-
$defaults : array
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BibleStudyViewFolders.html b/docs/classes/BibleStudyViewFolders.html
deleted file mode 100644
index 3762f3003f..0000000000
--- a/docs/classes/BibleStudyViewFolders.html
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BibleStudyViewFolders
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Folders
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyController.html b/docs/classes/BiblestudyController.html
deleted file mode 100644
index 38d8e4474c..0000000000
--- a/docs/classes/BiblestudyController.html
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyController
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Core BibleStudy
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-Recognized key values include 'name', 'default_task', 'model_path', and
-'view_path' (this list is not meant to be comprehensive).
-
Exceptions
-
-
-
-
-
AV Player
-
avplayer() : void
-
-
-
-
-
-
-
Display
-
display(boolean $cachable = false
, array $urlparams = array()
) : \JControllerLegacy | boolean
-
-
-
This function is provide as a default implementation, in most cases
-you will need to override it in your own controllers.
-
-
Parameters
-
-
$cachable
-
boolean
If true, the view output will be cached
-
-
$urlparams
-
array
An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
-
Exceptions
-
-
Returns
-
-\JControllerLegacy
boolean
A JControllerLegacy object to support chaining.
-
-
-
-
Download
-
download() : void
-
-
-
-
-
This function is supposed to generate the Media Player that is requested via AJAX
-from the sermons view "default.php". It has not been implemented yet, so its not used.
-
inlinePlayer() : void
-
-
-
-
-
Play Hit
-
playHit() : void
-
-
-
-
- Properties
-
-
-
-
-
-
JController for BibleStudy Admin class
-
-
-
-
- Methods
-
-
Core Display
-
display(boolean $cachable = false
, boolean $urlparams = false
) : \JControllerLegacy
-
-
-
-
-
Parameters
-
-
$cachable
-
boolean
Cachable system
-
-
$urlparams
-
boolean
Url params
-
Returns
-
-\JControllerLegacy
his object to support chaining.
-
-
-
-
Write the XML file Called from admin podcast list page.
-
writeXMLFile() : void
-
-
-
-
- Properties
-
-
Default view var.
-
$default_view : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerAdmin.html b/docs/classes/BiblestudyControllerAdmin.html
deleted file mode 100644
index 886291aaa7..0000000000
--- a/docs/classes/BiblestudyControllerAdmin.html
+++ /dev/null
@@ -1,443 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerAdmin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Admin
-
-
-
-
- Methods
-
-
Alias Updates
-
aliasUpdate() : void
-
-
-
-
-
Return back to c-panel
-
back() : void
-
-
-
-
-
Change Player Modes
-
changePlayers() : void
-
-
-
-
-
-
Convert PreachIt to BibleStudy
-
convertPreachIt() : void
-
-
-
-
-
Convert SermonSpeaker to BibleStudy
-
convertSermonSpeaker() : void
-
-
-
-
-
Copy Old Tables to new Joomla! Tables
-
copyTables(string $oldprefix) : boolean
-
-
-
-
-
Parameters
-
-
$oldprefix
-
string
Old table Prefix
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Create Thumbnail XHR
-
createThumbnailXHR() : void
-
-
-
-
-
Reset Db to install
-
dbReset() : void
-
-
-
-
-
Archive Old Message and Media
-
doArchive() : void
-
-
-
-
-
Do the import
-
doimport(boolean $parent = true
) : void
-
-
-
-
-
Parameters
-
-
$parent
-
boolean
Source of info
-
Exceptions
-
-
-
-
-
Export Db
-
export() : void
-
-
-
-
-
Tries to fix missing database updates
-
fix() : void
-
-
-
-
-
Get Thumbnail List XHR
-
getThumbnailListXHR() : void
-
-
-
-
-
Import function from the backup page
-
import() : void
-
-
-
-
-
-
Reset Downloads
-
resetDownloads() : void
-
-
-
-
-
Reset Hits
-
resetHits() : void
-
-
-
-
-
Reset Players
-
resetPlays() : void
-
-
-
-
-
- Properties
-
-
NOTE: This is needed to prevent Joomla 1.6's pluralization mechanism from kicking in
-
$view_list
-
-
-
-
-
-
-param
-
-
-
-since
-7.0
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerComment.html b/docs/classes/BiblestudyControllerComment.html
deleted file mode 100644
index 1e46fa0a32..0000000000
--- a/docs/classes/BiblestudyControllerComment.html
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerComment
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for a Comment
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Comment'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelComment
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelComment
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerCommentform.html b/docs/classes/BiblestudyControllerCommentform.html
deleted file mode 100644
index 06895773ca..0000000000
--- a/docs/classes/BiblestudyControllerCommentform.html
+++ /dev/null
@@ -1,380 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerCommentform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for a Comment
-
-
-
-
- Methods
-
-
Class constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
A named array of configuration variables.
-
-
-
-
Method to add a new record.
-
add() : boolean
-
-
-
-
-
Returns
-
-boolean
True if the article can be added, false if not.
-
-
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model of the component being processed.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to cancel an edit.
-
cancel(string $key = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
Returns
-
-Boolean
True if access level checks pass, false otherwise.
-
-
-
-
Method to edit an existing record.
-
edit(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if access level check and checkout passes, false otherwise.
-
-
-
-
Method to get a model object, loading it if required.
-
getModel(string $name = 'CommentForm'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\JModelLegacy
The model.
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if successful, false otherwise.
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'a_id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
Gets the URL arguments to append to an item redirect.
-
getRedirectToItemAppend(integer $recordId = null
, string $urlVar = 'a_id'
) : string
-
-
-
-
-
Parameters
-
-
$recordId
-
integer
The primary key id for the item.
-
-
$urlVar
-
string
The name of the URL variable for the id.
-
Returns
-
-string
The arguments to append to the redirect URL.
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
If a "return" variable has been passed in the request
-
-
Returns
-
-string
The return URL.
-
-
-
- Properties
-
-
View item
-
$view_item
-
-
Default
-
'commentform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'commentlist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerCommentlist.html b/docs/classes/BiblestudyControllerCommentlist.html
deleted file mode 100644
index c177df4f0b..0000000000
--- a/docs/classes/BiblestudyControllerCommentlist.html
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerCommentlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Comments
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyControllerComments
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'CommentList'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
-since
-7.0
-
-
-inherited_from
-\BiblestudyControllerComments::getModel()
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Comment'
, string $prefix = 'BiblestudyModel'
, array $config = array()
) : \BiblestudyModelComment
-
Inherited
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelComment
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
View item
-
$view_item
-
-
Default
-
'commentform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'commentlist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerComments.html b/docs/classes/BiblestudyControllerComments.html
deleted file mode 100644
index 59ab7982d8..0000000000
--- a/docs/classes/BiblestudyControllerComments.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerComments
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Comments
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Comment'
, string $prefix = 'BiblestudyModel'
, array $config = array()
) : \BiblestudyModelComment
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelComment
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerCpanel.html b/docs/classes/BiblestudyControllerCpanel.html
deleted file mode 100644
index 69421fc15e..0000000000
--- a/docs/classes/BiblestudyControllerCpanel.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerCpanel
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for the cPanel
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerFolder.html b/docs/classes/BiblestudyControllerFolder.html
deleted file mode 100644
index 52b1574d61..0000000000
--- a/docs/classes/BiblestudyControllerFolder.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerFolder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Controller for Folder
-
-
-
-
- Methods
-
-
Class constructor.
-
__construct(array $config)
-
-
-
-
-
Parameters
-
-
$config
-
array
A named array of configuration variables.
-
-
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerFolders.html b/docs/classes/BiblestudyControllerFolders.html
deleted file mode 100644
index 2cf3dc8fe4..0000000000
--- a/docs/classes/BiblestudyControllerFolders.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerFolders
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Folders list controller class
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name, string $prefix) : \JModel
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
Returns
-
\JModel
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerInstall.html b/docs/classes/BiblestudyControllerInstall.html
deleted file mode 100644
index 4a687eff2a..0000000000
--- a/docs/classes/BiblestudyControllerInstall.html
+++ /dev/null
@@ -1,251 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerInstall
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Admin
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Start of installer display hook.
-
browse() : void
-
-
-
-
-
Clear and start of installer display hook.
-
clear() : void
-
-
-
-
-
Constructor.
-
execute(string $task) : void
-
-
-
-
-
Parameters
-
-
$task
-
string
An optional associative array of configuration settings.
-
-
-
-
Run function loop
-
run() : void
-
-
-
-
- Properties
-
-
$modelName
-
$modelName
-
-
-
-
-
-
The context for storing internal data, e.g. record.
-
$context : string
-
-
-
-
-
-
The URL view item variable.
-
$view_item : string
-
-
-
-
-
-
The URL view list variable.
-
$view_list : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerLocation.html b/docs/classes/BiblestudyControllerLocation.html
deleted file mode 100644
index 4a02be39fa..0000000000
--- a/docs/classes/BiblestudyControllerLocation.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerLocation
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location controller class
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Location'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelLocation
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelLocation
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerLocations.html b/docs/classes/BiblestudyControllerLocations.html
deleted file mode 100644
index b627c5c702..0000000000
--- a/docs/classes/BiblestudyControllerLocations.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerLocations
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Locations list controller class
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Location'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelLocation
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelLocation
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediafile.html b/docs/classes/BiblestudyControllerMediafile.html
deleted file mode 100644
index e3fdfd2deb..0000000000
--- a/docs/classes/BiblestudyControllerMediafile.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediafile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller For MediaFile
-
-
-
-
- Methods
-
-
Method to add a new record.
-
add() : mixed
-
-
-
-
-
Returns
-
-mixed
True if the record can be added, a error object if not.
-
-
-
-
Method to run batch operations.
-
batch(\BiblestudyModelMediafile $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\BiblestudyModelMediafile
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to cancel an edit.
-
cancel(string $key = null
) : boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
Returns
-
-boolean
True if access level checks pass, false otherwise.
-
-
-
-
Resets the User state for the server type. Needed to allow the value from the DB to be used
-
edit(integer $key = null
, string $urlVar = null
) : boolean
-
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Sets the server for this media record
-
setServer() : void
-
-
-
-
-
Handles XHR requests (i.e. File uploads)
-
xhr() : void
-
-
-
-
-
Gets the URL arguments to append to an item redirect.
-
getRedirectToItemAppend(integer $recordId = null
, string $urlVar = 'id'
) : string
-
-
-
-
-
Parameters
-
-
$recordId
-
integer
The primary key id for the item.
-
-
$urlVar
-
string
The name of the URL variable for the id.
-
Returns
-
-string
The arguments to append to the redirect URL.
-
-
-
-
Function that allows child controller access to model data after the data has been saved.
-
postSaveHook(\JModelLegacy $model, array $validData = array()
) : void
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The data model object.
-
-
$validData
-
array
The validated data.
-
-
-
- Properties
-
-
The URL option for the component.
-
$option : string
-
-
Default
-
'com_biblestudy'
-
-
-
-
-
-
NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in
-
$view_list
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediafileform.html b/docs/classes/BiblestudyControllerMediafileform.html
deleted file mode 100644
index 7305bb7198..0000000000
--- a/docs/classes/BiblestudyControllerMediafileform.html
+++ /dev/null
@@ -1,411 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediafileform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller class for MediaFile
-
-
-
-
- Methods
-
-
Method to add a new record.
-
add() : boolean
-
-
-
-
-
Returns
-
-boolean
True if the article can be added, false if not.
-
-
-
-
Method to cancel an edit.
-
cancel(string $key = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
Returns
-
-Boolean
True if access level checks pass, false otherwise.
-
-
-
-
Method to edit an existing record.
-
edit(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if access level check and checkout passes, false otherwise.
-
-
-
-
Method to get a model object, loading it if required.
-
getModel(string $name = 'Mediafileform'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\JModelLegacy
The model.
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if successful, false otherwise.
-
-
-
-
Sets the server for this media record
-
setServer() : void
-
-
-
-
-
Handles XHR requests (i.e. File uploads)
-
xhr() : void
-
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'a_id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
Gets the URL arguments to append to an item redirect.
-
getRedirectToItemAppend(integer $recordId = null
, string $urlVar = 'a_id'
) : string
-
-
-
-
-
Parameters
-
-
$recordId
-
integer
The primary key id for the item.
-
-
$urlVar
-
string
The name of the URL variable for the id.
-
Returns
-
-string
The arguments to append to the redirect URL.
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
If a "return" variable has been passed in the request
-
-
Returns
-
-string
The return URL.
-
-
-
-
Function that allows child controller access to model data after the data has been saved.
-
postSaveHook(\JModelLegacy $model, array $validData = array()
) : void
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The data model object.
-
-
$validData
-
array
The validated data.
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
View item
-
$view_item
-
-
Default
-
'mediafileform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'mediafilelist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediafilelist.html b/docs/classes/BiblestudyControllerMediafilelist.html
deleted file mode 100644
index 6f5227e867..0000000000
--- a/docs/classes/BiblestudyControllerMediafilelist.html
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediafilelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for MediaFiles
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Mediafileform'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
View item
-
$view_item
-
-
Default
-
'mediafileform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'mediafilelist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediafiles.html b/docs/classes/BiblestudyControllerMediafiles.html
deleted file mode 100644
index d4f630c40a..0000000000
--- a/docs/classes/BiblestudyControllerMediafiles.html
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediafiles
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MediaFiles list controller class
-
-
-
-
- Methods
-
-
Check in of one or more records.
-
checkin() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Mediafile'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelMediafile
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\BiblestudyModelMediafile
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediaimage.html b/docs/classes/BiblestudyControllerMediaimage.html
deleted file mode 100644
index e26fb8c8ba..0000000000
--- a/docs/classes/BiblestudyControllerMediaimage.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediaimage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Controller for MediaImage
-
-
-
-
- Methods
-
-
Class constructor.
-
__construct(array $config)
-
-
-
-
-
Parameters
-
-
$config
-
array
A named array of configuration variables.
-
-
-
-
Method to run batch operations.
-
batch(object $model) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
object
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMediaimages.html b/docs/classes/BiblestudyControllerMediaimages.html
deleted file mode 100644
index 27fdfe3169..0000000000
--- a/docs/classes/BiblestudyControllerMediaimages.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMediaimages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MediaImages list controller class
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name, string $prefix) : \JModel
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
Returns
-
\JModel
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessage.html b/docs/classes/BiblestudyControllerMessage.html
deleted file mode 100644
index 67203b33be..0000000000
--- a/docs/classes/BiblestudyControllerMessage.html
+++ /dev/null
@@ -1,237 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Message
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to get a model object, loading it if required.
-
getModel(string $name = 'Message'
, string $prefix = 'BibleStudyModel'
, array $config = array('ignore_request' => true)
) : \BibleStudyModelMessage
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BibleStudyModelMessage
-
-
-
-
Reset Hits
-
resetHits() : void
-
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = null
) : boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-boolean
True if successful, false otherwise.
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
- Properties
-
-
NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in
-
$view_list
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessageform.html b/docs/classes/BiblestudyControllerMessageform.html
deleted file mode 100644
index 2dfe37f944..0000000000
--- a/docs/classes/BiblestudyControllerMessageform.html
+++ /dev/null
@@ -1,512 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessageform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller class for MessageForm
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyControllerMessage
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-12.2
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
Exceptions
-
-
-
-
-
Method to add a new record.
-
add() : boolean
-
-
-
-
-
Returns
-
-boolean
True if the article can be added, false if not.
-
-
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to cancel an edit.
-
cancel(string $key = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
Returns
-
-Boolean
True if access level checks pass, false otherwise.
-
-
-
-
Method to edit an existing record.
-
edit(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if access level check and checkout passes, false otherwise.
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'MessageForm'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
-since
-7.0
-
-
-inherited_from
-\BiblestudyControllerMessage::getModel()
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
-
Method to get a model object, loading it if required.
-
getModel(string $name = 'Message'
, string $prefix = 'BibleStudyModel'
, array $config = array('ignore_request' => true)
) : \BibleStudyModelMessage
-
Inherited
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BibleStudyModelMessage
-
-
-
-
Reset Hits
-
resetHits() : void
-
Inherited
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
-since
-1.6
-
-
-inherited_from
-\BiblestudyControllerMessage::save()
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if successful, false otherwise.
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = null
) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-boolean
True if successful, false otherwise.
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'a_id'
) : boolean
-
-
-
-
-
-since
-1.6
-
-
-inherited_from
-\BiblestudyControllerMessage::allowEdit()
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'id'
) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
If a "return" variable has been passed in the request
-
-
Returns
-
-string
The return URL.
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
View item
-
$view_item
-
-
Default
-
'messageform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'messagelist'
-
-
-
-
-
-
-since
-1.6
-
-
-inherited_from
-\BiblestudyControllerMessage::view_list
-
-
-
-
-
-
NOTE: This is needed to prevent Joomla 1.6's pluralization mechanisim from kicking in
-
$view_list
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessagelist.html b/docs/classes/BiblestudyControllerMessagelist.html
deleted file mode 100644
index 599febd6d1..0000000000
--- a/docs/classes/BiblestudyControllerMessagelist.html
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessagelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller class for Messages
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyControllerMessages
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Messagelist'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
-since
-7.0
-
-
-inherited_from
-\BiblestudyControllerMessages::getModel()
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Message'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelMessage
-
Inherited
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelMessage
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
Inherited
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
View item
-
$view_item
-
-
Default
-
'messageform'
-
-
-
-
-
-
View list
-
$view_list
-
-
Default
-
'messagelist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessages.html b/docs/classes/BiblestudyControllerMessages.html
deleted file mode 100644
index b273654fbe..0000000000
--- a/docs/classes/BiblestudyControllerMessages.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Messages list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Message'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelMessage
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelMessage
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessagetype.html b/docs/classes/BiblestudyControllerMessagetype.html
deleted file mode 100644
index 929b57e378..0000000000
--- a/docs/classes/BiblestudyControllerMessagetype.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessagetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for MessageType
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(object $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
object
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMessagetypes.html b/docs/classes/BiblestudyControllerMessagetypes.html
deleted file mode 100644
index 2ec47f0bb5..0000000000
--- a/docs/classes/BiblestudyControllerMessagetypes.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMessagetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MessageType list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Messagetype'
, string $prefix = 'BiblestudyModel'
) : \JModel
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
Returns
-
\JModel
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMigration.html b/docs/classes/BiblestudyControllerMigration.html
deleted file mode 100644
index b35fe63dd7..0000000000
--- a/docs/classes/BiblestudyControllerMigration.html
+++ /dev/null
@@ -1,893 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyControllerMigration
-
Class Migration Controller
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct(array $config = array() )
- Constructor.
-
-
- Parameters
-
-
- array
- $config
- An optional associative array of configuration settings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- execute()
-
- execute(string $task ) : void
- Constructor.
-
-
- Parameters
-
-
- string
- $task
- An optional associative array of configuration settings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- browse()
-
- browse() : void
- Constructor.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- run()
-
- run() : void
- Run Function
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 8.0.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:43.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMimetype.html b/docs/classes/BiblestudyControllerMimetype.html
deleted file mode 100644
index 28b43cf102..0000000000
--- a/docs/classes/BiblestudyControllerMimetype.html
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMimetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Controller for MimeType
-
-
-
-
- Methods
-
-
Class constructor.
-
__construct(array $config)
-
-
-
-
-
Parameters
-
-
$config
-
array
A named array of configuration variables.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerMimetypes.html b/docs/classes/BiblestudyControllerMimetypes.html
deleted file mode 100644
index d8d3ed3f17..0000000000
--- a/docs/classes/BiblestudyControllerMimetypes.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerMimetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Mimetypes list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name, string $prefix) : \JModel
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
Returns
-
\JModel
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerPodcast.html b/docs/classes/BiblestudyControllerPodcast.html
deleted file mode 100644
index 99dccbffdb..0000000000
--- a/docs/classes/BiblestudyControllerPodcast.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerPodcasts.html b/docs/classes/BiblestudyControllerPodcasts.html
deleted file mode 100644
index 489998fcf8..0000000000
--- a/docs/classes/BiblestudyControllerPodcasts.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerPodcasts
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Podcasts
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Podcast'
, string $prefix = 'BiblestudyModel'
) : \JModel
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
Returns
-
\JModel
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerSerie.html b/docs/classes/BiblestudyControllerSerie.html
deleted file mode 100644
index 4cb3319351..0000000000
--- a/docs/classes/BiblestudyControllerSerie.html
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerSerie
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for a Serie
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(object $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
object
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerSeries.html b/docs/classes/BiblestudyControllerSeries.html
deleted file mode 100644
index ff8ae9a619..0000000000
--- a/docs/classes/BiblestudyControllerSeries.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerSeries
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Series list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Serie'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelSerie
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelSerie
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerSeriesdisplay.html b/docs/classes/BiblestudyControllerSeriesdisplay.html
deleted file mode 100644
index 1b48af5da6..0000000000
--- a/docs/classes/BiblestudyControllerSeriesdisplay.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerSeriesdisplay
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Seriesdisplay
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerSermon.html b/docs/classes/BiblestudyControllerSermon.html
deleted file mode 100644
index 19e473e118..0000000000
--- a/docs/classes/BiblestudyControllerSermon.html
+++ /dev/null
@@ -1,390 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerSermon
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for Sermon
-
-
-
-
- Methods
-
-
Method to add a new record.
-
add() : boolean
-
-
-
-
-
Returns
-
-boolean
True if the article can be added, false if not.
-
-
-
-
Method to cancel an edit.
-
cancel(string $key = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
Returns
-
-Boolean
True if access level checks pass, false otherwise.
-
-
-
-
-
-
Download system
-
download() : null
-
-
-
-
-
Method to edit an existing record.
-
edit(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if access level check and checkout passes, false otherwise.
-
-
-
-
Method to get a model object, loading it if required.
-
getModel(string $name = 'Sermon'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : object
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-object
The model.
-
-
-
-
Method to save a record.
-
save(string $key = null
, string $urlVar = 'a_id'
) : Boolean
-
-
-
-
-
Parameters
-
-
$key
-
string
The name of the primary key of the URL variable.
-
-
$urlVar
-
string
The name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
-
Returns
-
-Boolean
True if successful, false otherwise.
-
-
-
-
Method override to check if you can add a new record.
-
allowAdd(array $data = array()
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
Returns
-
boolean
-
-
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data = array()
, string $key = 'id'
) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
Gets the URL arguments to append to an item redirect.
-
getRedirectToItemAppend(integer $recordId = null
, string $urlVar = 'a_id'
) : string
-
-
-
-
-
Parameters
-
-
$recordId
-
integer
The primary key id for the item.
-
-
$urlVar
-
string
The name of the URL variable for the id.
-
Returns
-
-string
The arguments to append to the redirect URL.
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
If a "return" variable has been passed in the request
-
-
Returns
-
-string
The return URL.
-
-
-
- Properties
-
-
View item
-
$view_item
-
-
-
-
-
-
View list
-
$view_list
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerSermons.html b/docs/classes/BiblestudyControllerSermons.html
deleted file mode 100644
index 24cf84d920..0000000000
--- a/docs/classes/BiblestudyControllerSermons.html
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerSermons
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller class for Sermons
-
-
-
-
- Methods
-
-
Avplayer
-
avplayer() : void
-
-
-
-
-
Download?
-
download() : void
-
-
-
-
-
This function is supposed to generate the Media Player that is requested via AJAX
-from the studiesList view "default.php". It has not been implemented yet, so its not used.
-
inlinePlayer() : null
-
-
-
-
-
-since
-7.0
-
-
-deprecated
-since version 7.0.4
-
-
-
Returns
-
null
-
-
-
-
Add hits to the play count.
-
playHit() : null
-
-
-
-
- Properties
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerServer.html b/docs/classes/BiblestudyControllerServer.html
deleted file mode 100644
index 64e48e3e5f..0000000000
--- a/docs/classes/BiblestudyControllerServer.html
+++ /dev/null
@@ -1,156 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Server
-
-
-
-
- Methods
-
-
Method to add a new record.
-
add() : mixed
-
-
-
-
-
Returns
-
-mixed
True if the record can be added, a error object if not.
-
-
-
-
Resets the User state for the server type. Needed to allow the value from the DB to be used
-
edit(integer $key = null
, string $urlVar = null
) : boolean
-
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Sets the type of endpoint currently being configured.
-
setType() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerServers.html b/docs/classes/BiblestudyControllerServers.html
deleted file mode 100644
index 912df362a7..0000000000
--- a/docs/classes/BiblestudyControllerServers.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerServers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Servers list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Server'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelServer
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelServer
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerShare.html b/docs/classes/BiblestudyControllerShare.html
deleted file mode 100644
index 579488ffde..0000000000
--- a/docs/classes/BiblestudyControllerShare.html
+++ /dev/null
@@ -1,804 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyControllerShare
-
Share controller class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct(array $config = array() )
- Class constructor.
-
-
- Parameters
-
-
- array
- $config
- A named array of configuration variables.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:41.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerShares.html b/docs/classes/BiblestudyControllerShares.html
deleted file mode 100644
index 2fabb68319..0000000000
--- a/docs/classes/BiblestudyControllerShares.html
+++ /dev/null
@@ -1,851 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyControllerShares
-
Shares list controller class.
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct(array $config = array() )
- Constructor.
-
-
- Parameters
-
-
- array
- $config
- An optional associative array of configuration settings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- getModel()
-
- getModel(string $name = 'Share' , string $prefix = 'BiblestudyModel' , array $config = array('ignore_request' => true) ) : \BiblestudyModelShare
- Proxy for getModel
-
-
- Parameters
-
-
- string
- $name
- The name of the model
-
-
- string
- $prefix
- The prefix for the PHP class name
-
-
- array
- $config
- Configuration array for model. Optional.
-
-
-
-
- Returns
- \BiblestudyModelShare
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:44.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerStyle.html b/docs/classes/BiblestudyControllerStyle.html
deleted file mode 100644
index e2ddd0a2d7..0000000000
--- a/docs/classes/BiblestudyControllerStyle.html
+++ /dev/null
@@ -1,757 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyControllerStyle
-
Style Class
-
-
-
-
- Summary
-
-
-
- No public methods found
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:46.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerStyles.html b/docs/classes/BiblestudyControllerStyles.html
deleted file mode 100644
index 244467edfe..0000000000
--- a/docs/classes/BiblestudyControllerStyles.html
+++ /dev/null
@@ -1,850 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyControllerStyles
-
Styles list controller class.
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixcss()
-
- fixcss() : void
- Tries to fix css renaming.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
- getModel()
-
- getModel(string $name = 'Style' , string $prefix = 'BiblestudyModel' , array $config = array('ignore_request' => true) ) : \BiblestudyModelStyle
- Proxy for getModel
-
-
- Parameters
-
-
- string
- $name
- The model name. Optional.
-
-
- string
- $prefix
- The class prefix. Optional.
-
-
- array
- $config
- Configuration array for model. Optional.
-
-
-
-
- Returns
- \BiblestudyModelStyle
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:44.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTeacher.html b/docs/classes/BiblestudyControllerTeacher.html
deleted file mode 100644
index 745d9b899c..0000000000
--- a/docs/classes/BiblestudyControllerTeacher.html
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTeacher
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Teacher
-
-
-
-
- Methods
-
-
Method to run batch operations.
-
batch(\JModelLegacy $model = null
) : boolean
-
-
-
-
-
Parameters
-
-
$model
-
\JModelLegacy
The model.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Proxy for getModel
-
getModel(string $name = 'Teacher'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelTeacher
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelTeacher
-
-
-
-
-
-
-
Controller class for Teacher
-
-
-
-
- Methods
-
-
Display the edit form
-
view() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTeachers.html b/docs/classes/BiblestudyControllerTeachers.html
deleted file mode 100644
index 689af29395..0000000000
--- a/docs/classes/BiblestudyControllerTeachers.html
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTeachers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Teachers list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Teacher'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelTeacher
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelTeacher
-
-
-
-
Method to save the submitted ordering values for records via AJAX.
-
saveOrderAjax() : void
-
-
-
-
-
-
-
-
Controller for Teachers
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Teacher'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
-
-
-
-
Controller for Teachers
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Teacher'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Set ignore request
-
Returns
-
\JModelLegacy
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTemplate.html b/docs/classes/BiblestudyControllerTemplate.html
deleted file mode 100644
index e963955aab..0000000000
--- a/docs/classes/BiblestudyControllerTemplate.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTemplate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Template controller class
-
-
-
-
- Methods
-
-
Copy Template
-
copy() : void
-
-
-
-
-
Get Template Settings
-
getTemplate(string $template) : boolean | string
-
-
-
-
-
-since
-7.0
-
-
-deprecated
-8.0.0 Not used in scope bcc
-
-
-
Parameters
-
-
$template
-
string
filename
-
Returns
-
-boolean
string
-
-
-
-
-
Make Template Default
-
makeDefault() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTemplatecode.html b/docs/classes/BiblestudyControllerTemplatecode.html
deleted file mode 100644
index d6d181365e..0000000000
--- a/docs/classes/BiblestudyControllerTemplatecode.html
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTemplatecode
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Template Code controller class
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Templatecode'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelTemplatecode
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelTemplatecode
-
-
-
- Properties
-
-
Protect the view
-
$view_list : string
-
-
Default
-
'templatecodes'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTemplatecodes.html b/docs/classes/BiblestudyControllerTemplatecodes.html
deleted file mode 100644
index ae2e391e0b..0000000000
--- a/docs/classes/BiblestudyControllerTemplatecodes.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTemplatecodes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
TemplateCodes list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Templatecode'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelTemplatecode
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelTemplatecode
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTemplates.html b/docs/classes/BiblestudyControllerTemplates.html
deleted file mode 100644
index abed3d932f..0000000000
--- a/docs/classes/BiblestudyControllerTemplates.html
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTemplates
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Controller for Templates
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Template'
, string $prefix = 'BiblestudyModel'
, array $config = array()
) : boolean | \JModelLegacy
-
-
-
-
-
Parameters
-
-
$name
-
string
The name of the model
-
-
$prefix
-
string
The prefix for the PHP class name
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-boolean
\JModelLegacy
-
-
-
-
-
Get Template Settings
-
getTemplate(array $template) : boolean | string
-
-
-
-
-
Parameters
-
-
Returns
-
-boolean
string
-
-
-
-
-
Export the Template
-
template_export() : boolean | \JControllerLegacy
-
-
-
-
-
Returns
-
-boolean
\JControllerLegacy
-
-
-
-
-
Import Template
-
template_import() : boolean | \JControllerLegacy
-
-
-
-
-
Returns
-
-boolean
\JControllerLegacy
-
-
-
-
-
Get Exported Template Settings
-
getExportSetting(object $result) : string
-
-
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTopic.html b/docs/classes/BiblestudyControllerTopic.html
deleted file mode 100644
index 2e956bbbdb..0000000000
--- a/docs/classes/BiblestudyControllerTopic.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTopic
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Topic controller class
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerTopics.html b/docs/classes/BiblestudyControllerTopics.html
deleted file mode 100644
index 00600691d6..0000000000
--- a/docs/classes/BiblestudyControllerTopics.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerTopics
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Teachers list controller class.
-
-
-
-
- Methods
-
-
Proxy for getModel
-
getModel(string $name = 'Topic'
, string $prefix = 'BiblestudyModel'
, array $config = array('ignore_request' => true)
) : \BiblestudyModelTopic
-
-
-
-
-
Parameters
-
-
$name
-
string
The model name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
\BiblestudyModelTopic
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyControllerUpload.html b/docs/classes/BiblestudyControllerUpload.html
deleted file mode 100644
index fe0fff400f..0000000000
--- a/docs/classes/BiblestudyControllerUpload.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyControllerUpload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class BiblestudyControllerUpload
-
-
-
-
- Methods
-
-
File upload hanlder
-Controller adapted from COM_MEDIAMU
-
upload() : string
-
-
-
-
-
Returns
-
-string
JSON response
-
-
-
-
Set the JSON response and exists script
-
_setResponse(integer $code, string $msg = null
, boolean $error = true
) : void
-
-
-
-
-
Parameters
-
-
$code
-
integer
Error Code
-
-
$msg
-
string
Error Message
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelAdmin.html b/docs/classes/BiblestudyModelAdmin.html
deleted file mode 100644
index 01532b2770..0000000000
--- a/docs/classes/BiblestudyModelAdmin.html
+++ /dev/null
@@ -1,581 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelAdmin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Admin admin model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
Fixes database problems
-
fix() : boolean
-
-
-
-
-
Check if com_biblestudy parameters are blank. If so, populate with com_content text filters.
-
fixDefaultTextFilters() : mixed
-
-
-
-
-
Returns
-
-mixed
boolean true if params are updated, null otherwise
-
-
-
-
Fix schema version if wrong.
-
fixSchemaVersion(\JSchemaChangeSet $changeSet) : mixed
-
-
-
-
-
Parameters
-
-
$changeSet
-
\JSchemaChangeSet
Schema change set.
-
Returns
-
-mixed
string schema version if success, false if fail
-
-
-
-
Fix Joomla version in #__bsms_updae table if wrong (doesn't equal JVersion short version).
-
fixUpdateJBSMVersion() : mixed
-
-
-
-
-
Returns
-
-mixed
string update version if success, false if fail.
-
-
-
-
Fix Joomla version in #__extensions table if wrong (doesn't equal JVersion short version)
-
fixUpdateVersion() : mixed
-
-
-
-
-
Returns
-
-mixed
string update version if success, false if fail
-
-
-
-
To retrieve component version
-
getCompVersion() : string
-
-
-
-
-
Returns
-
-string
Version of component
-
-
-
-
Check if com_biblestudy parameters are blank.
-
getDefaultTextFilters() : string
-
-
-
-
-
Returns
-
-string
default text filters (if any)
-
-
-
-
To retrieve component extension_id
-
getExtentionId() : string
-
-
-
-
-
Exceptions
-
-
Returns
-
-string
extension_id
-
-
-
-
-
Gets the ChangeSet object
-
getItems() : string
-
-
-
-
-
Returns
-
-string
JSchema ChangeSet
-
-
-
-
-
-
Check for SermonSpeaker and PreachIt
-
getSSorPI() : object
-
-
-
-
-
Get version from #__schemas table
-
getSchemaVersion() : mixed
-
-
-
-
-
Exceptions
-
-
Returns
-
-mixed
the return value from the query, or null if the query fails
-
-
-
-
Returns a reference to the a Table object, always creating it.
-
getTable(string $name = 'Admin'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Get current version from #__bsms_update table.
-
getUpdateJBSMVersion() : mixed
-
-
-
-
-
Returns
-
-mixed
version if successful, false if fail.
-
-
-
-
Get current version from #__extensions table
-
getUpdateVersion() : mixed
-
-
-
-
-
Returns
-
-mixed
version if successful, false if fail
-
-
-
-
-
Method to save the form data.
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
-
-
-
-
Prepare and sanitise the table data prior to saving.
-
prepareTable(\TableAdmin $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\TableAdmin
A JTable object.
-
-
-
- Properties
-
-
$changeSet
-
$changeSet
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelComment.html b/docs/classes/BiblestudyModelComment.html
deleted file mode 100644
index 7d75abbc38..0000000000
--- a/docs/classes/BiblestudyModelComment.html
+++ /dev/null
@@ -1,343 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelComment
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Comment model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a table object, load it if necessary.
-
getTable(string $name = 'Comment'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Overrides the JModelAdmin save routine to save the topics(tags)
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success, False on error.
-
-
-
-
Batch copy items to a new category or current.
-
batchCopy(integer $value, array $pks, array $contexts) : mixed
-
-
-
-
-
Parameters
-
-
$value
-
integer
The new category.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-mixed
An array of new IDs on success, boolean false on failure.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission set in the component.
-
-
-
-
Method to test whether a record can have its state edited.
-
canEditState(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to change the state of the record. Defaults to the permission for the component.
-
-
-
-
Clean the cache
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\JTable $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\JTable
A reference to a JTable object.
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelCommentform.html b/docs/classes/BiblestudyModelCommentform.html
deleted file mode 100644
index 83ff078edb..0000000000
--- a/docs/classes/BiblestudyModelCommentform.html
+++ /dev/null
@@ -1,396 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelCommentform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Comment model class
-
-
-
-
-since
-7.0.0
-
-
-package
-Proclaim.Admin
-
-
-inherited_from
-\BiblestudyModelComment
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a single record.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the primary key.
-
Returns
-
-mixed
Object on success, false on failure.
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
-
-
Returns
-
-string
The return URL.
-
-
-
-
Method to get a table object, load it if necessary.
-
getTable(string $name = 'Comment'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
Inherited
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Overrides the JModelAdmin save routine to save the topics(tags)
-
save(array $data) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success, False on error.
-
-
-
-
Batch copy items to a new category or current.
-
batchCopy(integer $value, array $pks, array $contexts) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
integer
The new category.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-mixed
An array of new IDs on success, boolean false on failure.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission set in the component.
-
-
-
-
Method to test whether a record can have its state edited.
-
canEditState(object $record) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to change the state of the record. Defaults to the permission for the component.
-
-
-
-
Clean the cache
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
Inherited
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\JTable $table) : void
-
Inherited
-
-
-
-
Parameters
-
-
$table
-
\JTable
A reference to a JTable object.
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelCommentlist.html b/docs/classes/BiblestudyModelCommentlist.html
deleted file mode 100644
index 0f46170704..0000000000
--- a/docs/classes/BiblestudyModelCommentlist.html
+++ /dev/null
@@ -1,230 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelCommentlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Comments model class
-
-
-
-
-since
-7.0.0
-
-
-package
-Proclaim.Admin
-
-
-inherited_from
-\BiblestudyModelComments
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
Inherited
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
List Query
-
getListQuery() : \JDatabaseQuery
-
Inherited
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Get Stored ID
-
getStoreId(string $id = ''
) : string
-
Inherited
-
-
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
-
-
-since
-7.0
-
-
-inherited_from
-\BiblestudyModelComments::populateState()
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
Inherited
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelComments.html b/docs/classes/BiblestudyModelComments.html
deleted file mode 100644
index 88b7fd7825..0000000000
--- a/docs/classes/BiblestudyModelComments.html
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelComments
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Comments model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
List Query
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Get Stored ID
-
getStoreId(string $id = ''
) : string
-
-
-
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelDir.html b/docs/classes/BiblestudyModelDir.html
deleted file mode 100644
index b65bbdcf62..0000000000
--- a/docs/classes/BiblestudyModelDir.html
+++ /dev/null
@@ -1,234 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelDir
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Description of dir
-
-
-
-
- Methods
-
-
Get folder names and their links
-
getBreadcrumbs() : array
-
-
-
-
-
Returns
-
-array
Filled with object with: name, link properties
-
-
-
-
Files in current directory
-
getFiles() : array
-
-
-
-
-
Folders in current directory
-
getFolders() : array
-
-
-
-
-
Get current directory from request
-
_getCurrentDir(boolean $fullPath = false
, string $separator = '/'
) : string
-
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Save current directory in session for file upload
-
_setDirectoryState(string $directoryPath) : void
-
-
-
-
-
Set information for each file
-
_setFileInfo(array $filePaths) : array
-
-
-
-
-
Parameters
-
-
Returns
-
array
-
-
-
-
Sets the info and path for each folder
-
_setFolderInfo(array $folderPaths) : array
-
-
-
-
-
Parameters
-
-
Returns
-
array
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelFolder.html b/docs/classes/BiblestudyModelFolder.html
deleted file mode 100644
index 8bbec21b4c..0000000000
--- a/docs/classes/BiblestudyModelFolder.html
+++ /dev/null
@@ -1,250 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelFolder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Folder model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to store a record
-
store() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Batch copy items to a new category or current.
-
batchCopy(integer $value, array $pks, array $contexts) : mixed
-
-
-
-
-
Parameters
-
-
$value
-
integer
The new category.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-mixed
An array of new IDs on success, boolean false on failure.
-
-
-
-
Clean the cache
-
cleanCache(string $group, integer $client_id) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelFolders.html b/docs/classes/BiblestudyModelFolders.html
deleted file mode 100644
index 772e6a3b77..0000000000
--- a/docs/classes/BiblestudyModelFolders.html
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelFolders
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Folders model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config)
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get List Query
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering, string $direction) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
-Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelLandingpage.html b/docs/classes/BiblestudyModelLandingpage.html
deleted file mode 100644
index 87bbec38f5..0000000000
--- a/docs/classes/BiblestudyModelLandingpage.html
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelLandingpage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for LandingPage
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-1.6
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a JDatabaseQuery object for retrieving the data set from a database.
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelLocation.html b/docs/classes/BiblestudyModelLocation.html
deleted file mode 100644
index c71e9c4992..0000000000
--- a/docs/classes/BiblestudyModelLocation.html
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelLocation
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to store a record
-
store() : boolean
-
-
-
-
-
-access
-public
-
-
-since
-7.0
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelLocations.html b/docs/classes/BiblestudyModelLocations.html
deleted file mode 100644
index 9d86b72881..0000000000
--- a/docs/classes/BiblestudyModelLocations.html
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelLocations
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Locations model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get Deletes
-
getDeletes() : object
-
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Get List Query
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
Number of Deletes
-
$deletes : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediafile.html b/docs/classes/BiblestudyModelMediafile.html
deleted file mode 100644
index 6d76ddb417..0000000000
--- a/docs/classes/BiblestudyModelMediafile.html
+++ /dev/null
@@ -1,578 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediafile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MediaFile model class
-
-
-
-
- Methods
-
-
Method to perform batch operations on an item or a set of items.
-
batch(array $commands, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$commands
-
array
An array of commands to perform.
-
-
$pks
-
array
An array of item ids.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
Returns true on success, false on failure.
-
-
-
-
Method override to check-in a record or an array of record
-
checkin(mixed $pks = array()
) : mixed
-
-
-
-
-
Parameters
-
-
$pks
-
mixed
The ID of the primary key or an array of IDs
-
Returns
-
-mixed
Boolean false if there is an error, otherwise the count of records checked in.
-
-
-
-
-
Method to get media item
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
-
-
Returns a Table object, always creating it.
-
getTable(string $type = 'Mediafile'
, string $prefix = 'Table'
, array $config = array()
) : \TableMediafile
-
-
-
-
-
Parameters
-
-
$type
-
string
The table type to instantiate
-
-
$prefix
-
string
A prefix for the table class name. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\TableMediafile
A database object
-
-
-
-
Method to move a mediafile listing
-
move(string $direction) : boolean
-
-
-
-
-
-access
-public
-
-
-since
-1.5
-
-
-
Parameters
-
-
Returns
-
-boolean
True on success
-
-
-
-
Overrides the JModelAdmin save routine in order to implode the podcast_id
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on successfully save
-
-
-
-
-
Batch popup changes for a group of media files.
-
batchMimetype(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch Player changes for a group of mediafiles.
-
batchPlayer(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a player.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
-
Batch popup changes for a group of media files.
-
batchlink_type(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission set in the component.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
A protected method to get a set of ordering conditions.
-
getReorderConditions(object $table) : array
-
-
-
-
-
Parameters
-
-
$table
-
object
A record object.
-
Returns
-
-array
An array of conditions to add to add to ordering queries.
-
-
-
-
-
Auto-populate the model state
-
populateState() : void
-
-
-
-
- Properties
-
-
_id
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_id
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
Data
-
$data : \TableMediafile
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediafileform.html b/docs/classes/BiblestudyModelMediafileform.html
deleted file mode 100644
index 484126b7c6..0000000000
--- a/docs/classes/BiblestudyModelMediafileform.html
+++ /dev/null
@@ -1,618 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediafileform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for MediaFile
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyModelMediafile
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to perform batch operations on an item or a set of items.
-
batch(array $commands, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$commands
-
array
An array of commands to perform.
-
-
$pks
-
array
An array of item ids.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
Returns true on success, false on failure.
-
-
-
-
Method override to check-in a record or an array of record
-
checkin(mixed $pks = array()
) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
$pks
-
mixed
The ID of the primary key or an array of IDs
-
Returns
-
-mixed
Boolean false if there is an error, otherwise the count of records checked in.
-
-
-
-
-
Method to get media item
-
getItem(integer $pk = null
) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
-
-
Returns
-
-string
The return URL.
-
-
-
-
Returns a Table object, always creating it.
-
getTable(string $type = 'Mediafile'
, string $prefix = 'Table'
, array $config = array()
) : \TableMediafile
-
Inherited
-
-
-
-
Parameters
-
-
$type
-
string
The table type to instantiate
-
-
$prefix
-
string
A prefix for the table class name. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\TableMediafile
A database object
-
-
-
-
Method to move a mediafile listing
-
move(string $direction) : boolean
-
Inherited
-
-
-
-
-access
-public
-
-
-since
-1.5
-
-
-
Parameters
-
-
Returns
-
-boolean
True on success
-
-
-
-
Overrides the JModelAdmin save routine in order to implode the podcast_id
-
save(array $data) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on successfully save
-
-
-
-
-
Batch popup changes for a group of media files.
-
batchMimetype(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch Player changes for a group of mediafiles.
-
batchPlayer(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a player.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
-
Batch popup changes for a group of media files.
-
batchlink_type(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission set in the component.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
Inherited
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
A protected method to get a set of ordering conditions.
-
getReorderConditions(object $table) : array
-
Inherited
-
-
-
-
Parameters
-
-
$table
-
object
A record object.
-
Returns
-
-array
An array of conditions to add to add to ordering queries.
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-since
-1.6
-
-
-inherited_from
-\BiblestudyModelMediafile::populateState()
-
-
-
-
-
-
Auto-populate the model state
-
populateState() : void
-
Inherited
-
-
-
- Properties
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
Data
-
$data : \TableMediafile
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediafilelist.html b/docs/classes/BiblestudyModelMediafilelist.html
deleted file mode 100644
index 26478af13f..0000000000
--- a/docs/classes/BiblestudyModelMediafilelist.html
+++ /dev/null
@@ -1,316 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediafilelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for MediaFiles
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyModelMediafiles
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get Deletes
-
getDeletes() : object
-
Inherited
-
-
-
-
Manually joins items and returns and nested object array
-
getItems() : mixed
-
Inherited
-
-
-
-
Returns
-
-mixed
Array Media files array
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
Inherited
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Get Stored ID
-
getStoreId(string $id = ''
) : string
-
Inherited
-
-
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
-since
-11.1
-
-
-inherited_from
-\BiblestudyModelMediafiles::populateState()
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
Inherited
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
_data
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_data
-
-
-
-
-
-
Model context string.
-
$context : string
-
-
Default
-
'com_biblestudy.mediafiles'
-
-
-
-
-
-
Number of Deletions
-
$deletes : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediafiles.html b/docs/classes/BiblestudyModelMediafiles.html
deleted file mode 100644
index 8e345cc86f..0000000000
--- a/docs/classes/BiblestudyModelMediafiles.html
+++ /dev/null
@@ -1,258 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediafiles
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MediaFiles model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get Deletes
-
getDeletes() : object
-
-
-
-
-
Manually joins items and returns and nested object array
-
getItems() : mixed
-
-
-
-
-
Returns
-
-mixed
Array Media files array
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Get Stored ID
-
getStoreId(string $id = ''
) : string
-
-
-
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
Model context string.
-
$context : string
-
-
Default
-
'com_biblestudy.mediafiles'
-
-
-
-
-
-
Number of Deletions
-
$deletes : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediaimage.html b/docs/classes/BiblestudyModelMediaimage.html
deleted file mode 100644
index aa7b213644..0000000000
--- a/docs/classes/BiblestudyModelMediaimage.html
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediaimage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MediaImage model class
-
-
-
-
- Methods
-
-
Method override to check if you can edit an existing record.
-
allowEdit(array $data, string $key) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
An array of input data.
-
-
$key
-
string
The name of the key for the primary key.
-
Returns
-
boolean
-
-
-
-
-
Clean the cache
-
cleanCache(string $group, integer $client_id) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediaimages.html b/docs/classes/BiblestudyModelMediaimages.html
deleted file mode 100644
index 3032c4b908..0000000000
--- a/docs/classes/BiblestudyModelMediaimages.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediaimages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MediaImages model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config)
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Build and SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering, string $direction) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
-Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMediaplayer.html b/docs/classes/BiblestudyModelMediaplayer.html
deleted file mode 100644
index 8073998d4c..0000000000
--- a/docs/classes/BiblestudyModelMediaplayer.html
+++ /dev/null
@@ -1,300 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMediaplayer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Model class for MediaPlayer
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-
-
-
-todo
-looks like some of the functions are not needed any longer. bcc
-
-
-
- Methods
-
-
Constructor
-
__construct(array $config)
-
-
-
-
-
Parameters
-
-
$config
-
array
An array of configuration options (name, state, dbo, table_path, ignore_request).
-
-
-
-
-
Method to delete record(s)
-
delete() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Get Data
-
getData() : object
-
-
-
-
-
Method to move a mediafile listing
-
move(string $direction) : boolean
-
-
-
-
-
-access
-public
-
-
-since
-
-
-
-
Parameters
-
-
$direction
-
string
ACS or DEC
-
Returns
-
-boolean
True on success
-
-
-
-
Publish record
-
publish(array $cid, int $publish) : boolean
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Method to move a mediafile listing
-
saveorder(array $cid, string $order) : boolean
-
-
-
-
-
-access
-public
-
-
-since
-
-
-
-
Parameters
-
-
-
$order
-
string
Order ASC or DEC
-
Returns
-
-boolean
True on success
-
-
-
-
Set ID
-
setId(int $id) : void
-
-
-
-
-
Method to store a record
-
store() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success
-
-
-
- Properties
-
-
_data
-
: mixed
-
-
-
-
-
-magic
-
-
-
-property
-_data
-
-
-
-
-
-
_id
-
: mixed
-
-
-
-
-
-magic
-
-
-
-property
-_id
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessage.html b/docs/classes/BiblestudyModelMessage.html
deleted file mode 100644
index fa74f4ea86..0000000000
--- a/docs/classes/BiblestudyModelMessage.html
+++ /dev/null
@@ -1,508 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Message model class
-
-
-
-
- Methods
-
-
Method to perform batch operations on an item or a set of items.
-
batch(array $commands, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$commands
-
array
An array of commands to perform.
-
-
$pks
-
array
An array of item ids.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
Returns true on success, false on failure.
-
-
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
Gets all topics available
-
getAlltopics() : object
-
-
-
-
-
Returns
-
-object
JSON Object containing the topics
-
-
-
-
-
Method to get media item
-
getItem(integer $pk = null
) : mixed | void
-
-
-
-
-
Parameters
-
-
Returns
-
-mixed
void
-
-
-
-
-
-
Returns a reference to the a Table object, always creating it.
-
getTable(string $type = 'Message'
, string $prefix = 'Table'
, array $config = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$type
-
string
The table type to instantiate
-
-
$prefix
-
string
A prefix for the table class name. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A database object
-
-
-
-
Gets all the topics associated with a particular study
-
getTopics() : object
-
-
-
-
-
Returns
-
-object
JSON Object containing the topics
-
-
-
-
Duplicate Check
-
isDuplicate(integer $study_id, integer $topic_id) : boolean
-
-
-
-
-
Parameters
-
-
$study_id
-
integer
Study ID
-
-
$topic_id
-
integer
Topic ID
-
Returns
-
boolean
-
-
-
-
Overrides the JModelAdmin save routine to save the topics(tags)
-
save(string $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
string
The form data.
-
Returns
-
boolean
-
-
-
-
Saves the manually set order of records.
-
saveorder(array $pks = null
, integer $order = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pks
-
array
An array of primary key ids.
-
-
Returns
-
mixed
-
-
-
-
Batch popup changes for a group of media files.
-
batchMessagetype(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch popup changes for a group of media files.
-
batchSeries(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch popup changes for a group of media files.
-
batchTeacher(string $value, array $pks, array $contexts) : boolean
-
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\TableMessage $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\TableMessage
A reference to a JTable object.
-
-
-
- Properties
-
-
The type alias for this content type (for example, 'com_content.article').
-
$typeAlias : string
-
-
Default
-
'com_biblestudy.message'
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessageform.html b/docs/classes/BiblestudyModelMessageform.html
deleted file mode 100644
index 5afbb4893a..0000000000
--- a/docs/classes/BiblestudyModelMessageform.html
+++ /dev/null
@@ -1,567 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessageform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for Message
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyModelMessage
-
-
-
- Methods
-
-
Method to perform batch operations on an item or a set of items.
-
batch(array $commands, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$commands
-
array
An array of commands to perform.
-
-
$pks
-
array
An array of item ids.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
Returns true on success, false on failure.
-
-
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
Gets all topics available
-
getAlltopics() : object
-
Inherited
-
-
-
-
Returns
-
-object
JSON Object containing the topics
-
-
-
-
-
Method to get article data.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
-since
-7.0
-
-
-inherited_from
-\BiblestudyModelMessage::getItem()
-
-
-
Parameters
-
-
$pk
-
integer
The id of the article.
-
Returns
-
-mixed
Content item data object on success, false on failure.
-
-
-
-
Method to get media item
-
getItem(integer $pk = null
) : mixed | void
-
Inherited
-
-
-
-
Parameters
-
-
Returns
-
-mixed
void
-
-
-
-
-
-
Get the return URL.
-
getReturnPage() : string
-
-
-
-
-
Returns
-
-string
The return URL.
-
-
-
-
Returns a reference to the a Table object, always creating it.
-
getTable(string $type = 'Message'
, string $prefix = 'Table'
, array $config = array()
) : \JTable
-
Inherited
-
-
-
-
Parameters
-
-
$type
-
string
The table type to instantiate
-
-
$prefix
-
string
A prefix for the table class name. Optional.
-
-
$config
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A database object
-
-
-
-
Gets all the topics associated with a particular study
-
getTopics() : object
-
Inherited
-
-
-
-
Returns
-
-object
JSON Object containing the topics
-
-
-
-
Duplicate Check
-
isDuplicate(integer $study_id, integer $topic_id) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$study_id
-
integer
Study ID
-
-
$topic_id
-
integer
Topic ID
-
Returns
-
boolean
-
-
-
-
Overrides the JModelAdmin save routine to save the topics(tags)
-
save(string $data) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$data
-
string
The form data.
-
Returns
-
boolean
-
-
-
-
Saves the manually set order of records.
-
saveorder(array $pks = null
, integer $order = null
) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
$pks
-
array
An array of primary key ids.
-
-
Returns
-
mixed
-
-
-
-
Batch popup changes for a group of media files.
-
batchMessagetype(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch popup changes for a group of media files.
-
batchSeries(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Batch popup changes for a group of media files.
-
batchTeacher(string $value, array $pks, array $contexts) : boolean
-
Inherited
-
-
-
-
Parameters
-
-
$value
-
string
The new value matching a client.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-boolean
True if successful, false otherwise and internal error is set.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
Inherited
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\TableMessage $table) : void
-
Inherited
-
-
-
-
Parameters
-
-
$table
-
\TableMessage
A reference to a JTable object.
-
-
-
- Properties
-
-
The type alias for this content type (for example, 'com_content.article').
-
$typeAlias : string
-
-
Default
-
'com_biblestudy.message'
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessagelist.html b/docs/classes/BiblestudyModelMessagelist.html
deleted file mode 100644
index 1951e132df..0000000000
--- a/docs/classes/BiblestudyModelMessagelist.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessagelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for MessageList
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-8.0.0
-
-
-inherited_from
-\BiblestudyModelMessages
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
Inherited
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Translate item entries: books, topics
-
getTranslated(array $items = array()
) : array
-
Inherited
-
-
-
-
Parameters
-
-
$items
-
array
Items for entries
-
Returns
-
array
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
Inherited
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
Inherited
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-since
-1.6
-
-
-inherited_from
-\BiblestudyModelMessages::populateState()
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
Inherited
-
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessages.html b/docs/classes/BiblestudyModelMessages.html
deleted file mode 100644
index 72466e2f4c..0000000000
--- a/docs/classes/BiblestudyModelMessages.html
+++ /dev/null
@@ -1,226 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Message model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Translate item entries: books, topics
-
getTranslated(array $items = array()
) : array
-
-
-
-
-
Parameters
-
-
$items
-
array
Items for entries
-
Returns
-
array
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessagetype.html b/docs/classes/BiblestudyModelMessagetype.html
deleted file mode 100644
index 08470432ba..0000000000
--- a/docs/classes/BiblestudyModelMessagetype.html
+++ /dev/null
@@ -1,229 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessagetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MessageType model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to store a record
-
store() : boolean
-
-
-
-
-
-access
-public
-
-
-since
-7.0.0
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\TableMessagetype $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\TableMessagetype
A reference to a JTable object.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMessagetypes.html b/docs/classes/BiblestudyModelMessagetypes.html
deleted file mode 100644
index a3ceefee69..0000000000
--- a/docs/classes/BiblestudyModelMessagetypes.html
+++ /dev/null
@@ -1,229 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMessagetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MessageType model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get Deletes
-
getDeletes() : object
-
-
-
-
-
Get List Query
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
Number of Deletions
-
$deletes : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMimetype.html b/docs/classes/BiblestudyModelMimetype.html
deleted file mode 100644
index 4e7901ba9f..0000000000
--- a/docs/classes/BiblestudyModelMimetype.html
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMimetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MimeType Admin model
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to store a record
-
store() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group, integer $client_id) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelMimetypes.html b/docs/classes/BiblestudyModelMimetypes.html
deleted file mode 100644
index 9869d10d6c..0000000000
--- a/docs/classes/BiblestudyModelMimetypes.html
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelMimetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MimeTypes model class
-
-
-
-
- Methods
-
-
Get Deleted
-
getDeletes() : object
-
-
-
-
-
Method to get a JDatabaseQuery object for retrieving the data set from a database.
-
getListQuery() : \JDatabaseQuery
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering, string $direction) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
-Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
- Properties
-
-
Deletes
-
$_deletes : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelPodcast.html b/docs/classes/BiblestudyModelPodcast.html
deleted file mode 100644
index 5efaf7cbf2..0000000000
--- a/docs/classes/BiblestudyModelPodcast.html
+++ /dev/null
@@ -1,261 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Podcast model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a single record.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the primary key.
-
Returns
-
-mixed
Object on success, false on failure.
-
-
-
-
Returns a reference to the a Table object, always creating it.
-
getTable(string $name = 'Podcast'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A database object
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
- Properties
-
-
Protect prefix
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelPodcasts.html b/docs/classes/BiblestudyModelPodcasts.html
deleted file mode 100644
index 09b1f6f9b1..0000000000
--- a/docs/classes/BiblestudyModelPodcasts.html
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelPodcasts
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Podcasts model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a JDatabaseQuery object for retrieving the data set from a database.
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to get a store id based on the model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
An identifier string to generate the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelPopup.html b/docs/classes/BiblestudyModelPopup.html
deleted file mode 100644
index 52e1ddd9b6..0000000000
--- a/docs/classes/BiblestudyModelPopup.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelPopup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Comment model class
-
-
-
-
- Methods
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSerie.html b/docs/classes/BiblestudyModelSerie.html
deleted file mode 100644
index 0b96074172..0000000000
--- a/docs/classes/BiblestudyModelSerie.html
+++ /dev/null
@@ -1,412 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSerie
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Serie admin model
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a single record.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the primary key.
-
Returns
-
-mixed
Object on success, false on failure.
-
-
-
-
Method to get a table object, load it if necessary.
-
getTable(string $name = 'Serie'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Get Teacher data
-
getTeacher() : object
-
-
-
-
-
Method to save the form data.
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success.
-
-
-
-
Batch copy items to a new category or current.
-
batchCopy(integer $value, array $pks, array $contexts) : mixed
-
-
-
-
-
Parameters
-
-
$value
-
integer
The new category.
-
-
$pks
-
array
An array of row IDs.
-
-
$contexts
-
array
An array of item contexts.
-
Returns
-
-mixed
An array of new IDs on success, boolean false on failure.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission for the component.
-
-
-
-
Method to test whether a record can be deleted.
-
canEditState(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to change the state of the record. Defaults to the permission for the component.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
A protected method to get a set of ordering conditions.
-
getReorderConditions(\JTable $table) : array
-
-
-
-
-
Parameters
-
-
$table
-
\JTable
A JTable object.
-
Returns
-
-array
An array of conditions to add to ordering queries.
-
-
-
-
-
Prepare and sanitise the table data prior to saving.
-
prepareTable(\TableSerie $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\TableSerie
A reference to a JTable object.
-
-
-
- Properties
-
-
$teacher
-
$teacher
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSeries.html b/docs/classes/BiblestudyModelSeries.html
deleted file mode 100644
index 556a596b3d..0000000000
--- a/docs/classes/BiblestudyModelSeries.html
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSeries
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Series model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Method to get a list of articles.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Build and SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSeriesdisplay.html b/docs/classes/BiblestudyModelSeriesdisplay.html
deleted file mode 100644
index e19847721e..0000000000
--- a/docs/classes/BiblestudyModelSeriesdisplay.html
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSeriesdisplay
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for SeriesDisplay
-
-
-
-
- Methods
-
-
Method to get study data.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
-since
-7.1.0
-
-
-todo
-look are removing this may not used. bcc
-
-
-
Parameters
-
-
$pk
-
integer
The id of the study.
-
Exceptions
-
-
Returns
-
-mixed
Menu item data object on success, false on failure.
-
-
-
-
Get Studies
-
getStudies() : boolean | mixed
-
-
-
-
-
Returns
-
-boolean
mixed
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
- Properties
-
-
Model context string.
-
$context : string
-
-
Default
-
'com_biblestudy.seriesdisplay'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSeriesdisplays.html b/docs/classes/BiblestudyModelSeriesdisplays.html
deleted file mode 100644
index 22fe891c55..0000000000
--- a/docs/classes/BiblestudyModelSeriesdisplays.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSeriesdisplays
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for SeriesDisplays
-
-
-
-
- Methods
-
-
Build Content of series
-
_buildContentWhere() : string
-
-
-
-
-
Get a list of all used series
-
getSeries() : Object
-
-
-
-
-
Get a list of teachers associated with series
-
getTeachers() : mixed
-
-
-
-
-
Get a list of teachers associated with series
-
getYears() : mixed
-
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSermon.html b/docs/classes/BiblestudyModelSermon.html
deleted file mode 100644
index 33effd6961..0000000000
--- a/docs/classes/BiblestudyModelSermon.html
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSermon
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for Sermon
-
-
-
-
- Methods
-
-
-
Method to get study data.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
-since
-7.1.0
-
-
-todo
-this look like it is not needed. bcc
-
-
-
Parameters
-
-
$pk
-
integer
The id of the study.
-
Returns
-
-mixed
Menu item data object on success, false on failure.
-
-
-
-
Method to increment the hit counter for the study
-
hit(integer $pk = null
) : boolean
-
-
-
-
-
-access
-public
-
-
-todo
-this look like it could be moved to a helper.
-
-
-since
-1.5
-
-
-
Parameters
-
-
Returns
-
-boolean
True on success
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
- Properties
-
-
Model context string.
-
$context : string
-
-
Default
-
'com_biblestudy.sermon'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelSermons.html b/docs/classes/BiblestudyModelSermons.html
deleted file mode 100644
index f1fa785b73..0000000000
--- a/docs/classes/BiblestudyModelSermons.html
+++ /dev/null
@@ -1,608 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelSermons
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for Sermons
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get a list of all used books
-
getBooks() : mixed
-
-
-
-
-
Get Downloads
-
getDownloads(integer $id) : string
-
-
-
-
-
-since
-7.0
-
-
-todo
-Need to see if we can use this out of a helper to reduce code.
-
-
-
Parameters
-
-
$id
-
integer
ID of Download
-
Returns
-
string
-
-
-
-
Creates and executes a new query that retrieves the medifile information from the mediafiles table.
-
getFiles() : string
-
-
-
It then adds to the dataObject the mediafiles associated with the sermon.
-
-
Returns
-
string
-
-
-
-
Method to get a list of sermons.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Returns the locations
-
getLocations() : \JObject
-
-
-
-
-
Get a list of all used message types
-
getMessageTypes() : object
-
-
-
-
-
Get the number of plays of this study
-
getPlays(integer $id) : array
-
-
-
-
-
Parameters
-
-
Returns
-
array
-
-
-
-
Get a list of all used series
-
getSeries() : Object
-
-
-
-
-
Get Start 2
-
getStart2() : string
-
-
-
-
-
Get a list of all used teachers
-
getTeachers() : object
-
-
-
-
-
Returns the topics
-
getTopics() : array | boolean
-
-
-
-
-
Returns
-
-array
boolean
-
-
-
-
-
Translate item entries: books, topics
-
getTranslated(array $items = array()
) : array
-
-
-
-
-
Parameters
-
-
Returns
-
array
-
-
-
-
Get a list of all used years
-
getYears() : object
-
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
Order New using strcmp
-
order_new(object $a, object $b) : integer
-
-
-
-
-
Parameters
-
-
-
Returns
-
-integer
Used to place in new sort.
-
-
-
- Properties
-
-
_Topics
-
: array
-
-
-
-
-
-
-magic
-
-
-
-property
-_Topics
-
-
-
-
-
-
_total
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_total
-
-
-
-
-
-
_data
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_data
-
-
-
-
-
-
_files
-
: null
-
-
-
-
-
-
-magic
-
-
-
-property
-_files
-
-
-
-
-
-
_Locations
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_Locations
-
-
-
-
-
-
landing
-
: integer
-
-
-
-
-
-
-magic
-
-
-
-property
-landing
-
-
-
-
-
-
Needed for context for Populate State
-
$context : string
-
-
Default
-
'com_biblestudy.list'
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelServer.html b/docs/classes/BiblestudyModelServer.html
deleted file mode 100644
index 2c2fa40043..0000000000
--- a/docs/classes/BiblestudyModelServer.html
+++ /dev/null
@@ -1,398 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Server admin model
-
-
-
-
- Methods
-
-
Constructor
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An array of configuration options (name, state, dbo, table_path, ignore_request).
-
Exceptions
-
-
-
-
-
-
Return the configuration xml of a server
-
getConfig(string $addon) : \SimpleXMLElement
-
-
-
-
-
Parameters
-
-
$addon
-
string
Type of server
-
Returns
-
\SimpleXMLElement
-
-
-
-
-
Method to get a server item.
-
getItem(null $pk = null
, boolean $ext = false
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
null
An optional id of the object to get
-
-
$ext
-
boolean
If comfing from externl
-
Returns
-
-mixed
Server Server data object, false on failure
-
-
-
-
Reverse look up of id to server_type
-
getType(integer $pk, boolean $ext = false
) : String
-
-
-
-
-
Parameters
-
-
-
$ext
-
boolean
If comfing from externl
-
Returns
-
String
-
-
-
-
Method to save the form data.
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to test whether a record can be deleted.
-
canDelete(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to delete the record. Defaults to the permission for the component.
-
-
-
-
Method to test whether a state can be edited.
-
canEditState(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to change the state of the record. Defaults to the permission set in the
- component.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Auto-populate the model state.
-
populateState() : void
-
-
-
-
- Properties
-
-
Data
-
$data : Object
-
-
-
-
-
-
$event_after_upload
-
$event_after_upload
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelServers.html b/docs/classes/BiblestudyModelServers.html
deleted file mode 100644
index 21c7877769..0000000000
--- a/docs/classes/BiblestudyModelServers.html
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelServers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Servers model class
-
-
-
-
- Methods
-
-
Method to get the reverse lookup of the server_id to server_name
-
getIdToNameReverseLookup() : array
-
-
-
-
-
Get a list of available endpoints
-
getServerOptions() : array | boolean
-
-
-
-
-
Returns
-
-array
boolean
Array of available endpoints options grouped by type or false if there aren't any
-
-
-
-
Method to get the reverse lookup of the Endpoint type to Endpoint name
-
getTypeReverseLookup() : array
-
-
-
-
-
Returns
-
-array
Array of reverse lookup
-
-
-
-
Method to get a JDatabaseQuery object for retrieving the data set from a database.
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
A reverse lookup of the Endpoint id to Endpoint name
-
$rlu_id : array
-
-
-
-
-
-
A reverse lookup of the Endpoint type to Endpoint name
-
$rlu_type : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelShare.html b/docs/classes/BiblestudyModelShare.html
deleted file mode 100644
index e13dd1a710..0000000000
--- a/docs/classes/BiblestudyModelShare.html
+++ /dev/null
@@ -1,1087 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyModelShare
-
Share model class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $_id
- $_id : integer
- ID
-
-
- Type
- integer
-
-
-
-
-
-
-
-
-
- $_data
- $_data : string
- Data
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $_admin
- $_admin : \Joomla\Registry\Registry
- Admin Params
-
-
- Type
- \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
-
- setId()
-
- setId(integer $id ) : void
- Set ID
-
-
- Parameters
-
-
- integer
- $id
- ID
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- store()
-
- store() : boolean
- Method to store a record
-
-
-
-
- Returns
- boolean
- — True on success
-
-
-
-
-
-
-
-
-
-
- getForm()
-
- getForm(array $data = array() , boolean $loadData = true ) : mixed
- Get the form data
-
-
- Parameters
-
-
- array
- $data
- Data for the form.
-
-
- boolean
- $loadData
- True if the form is to load its own data (default case), false if not.
-
-
-
-
- Returns
- mixed
- — A JForm object on success, false on failure
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0
-
-
-
-
-
-
-
-
-
-
- checkout()
-
- checkout(integer $pk = null ) : boolean
- Method to check-out a row for editing.
-
-
- Parameters
-
-
- integer
- $pk
- The numeric id of the primary key.
-
-
-
-
- Returns
- boolean
- — False on failure or error, true otherwise.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- loadFormData()
-
- loadFormData() : array
- Load Form Data
-
-
-
-
- Returns
- array
- — The default data is an empty array.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0
-
-
-
-
-
-
-
-
-
-
- cleanCache()
-
- cleanCache(string $group = null , integer $client_id ) : void
- Custom clean the cache of com_biblestudy and biblestudy modules
-
-
- Parameters
-
-
- string
- $group
- The cache group
-
-
- integer
- $client_id
- The ID of the client
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:45.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelShares.html b/docs/classes/BiblestudyModelShares.html
deleted file mode 100644
index fe6ae1fec2..0000000000
--- a/docs/classes/BiblestudyModelShares.html
+++ /dev/null
@@ -1,988 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyModelShares
-
Shares model class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $_params
- $_params : \Joomla\Registry\Registry
- Params
-
-
- Type
- \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct(array $config = array() )
- Constructor.
-
-
- Parameters
-
-
- array
- $config
- An optional associative array of configuration settings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- getItems()
-
- getItems() : mixed
- Method to get a list of items.
-
-
-
-
- Returns
- mixed
- — An array of objects on success, false on failure.
-
-
-
-
-
-
-
-
-
-
- populateState()
-
- populateState(string $ordering = null , string $direction = null ) : void
- Populate State
-
-
- Parameters
-
-
- string
- $ordering
- An optional ordering field.
-
-
- string
- $direction
- An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0
-
-
-
-
-
-
-
-
-
-
- getStoreId()
-
- getStoreId(string $id = '' ) : string
- Method to get a store id based on model configuration state.
- This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
- Parameters
-
-
- string
- $id
- An identifier string to generate the store id.
-
-
-
-
- Returns
- string
- — A store id.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- getListQuery()
-
- getListQuery() : \JDatabaseQuery
- Build an SQL query to load the list data.
-
-
-
-
- Returns
- \JDatabaseQuery
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:44.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelStyle.html b/docs/classes/BiblestudyModelStyle.html
deleted file mode 100644
index f13f8a3aa2..0000000000
--- a/docs/classes/BiblestudyModelStyle.html
+++ /dev/null
@@ -1,1150 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyModelStyle
-
Style Model class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $text_prefix
- $text_prefix : string
- Protect prefix
-
-
- Type
- string
- — The prefix to use with controller messages.
-
-
-
-
-
-
-
-
-
-
-
-
- getForm()
-
- getForm(array $data = array() , boolean $loadData = true ) : mixed
- Method to get the record form.
-
-
- Parameters
-
-
- array
- $data
- Data for the form.
-
-
- boolean
- $loadData
- True if the form is to load its own data (default case), false if not.
-
-
-
-
- Returns
- mixed
- — A JForm object on success, false on failure
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 2.5
-
-
-
-
-
-
-
-
-
-
- checkout()
-
- checkout(integer $pk = null ) : boolean
- Method to check-out a row for editing.
-
-
- Parameters
-
-
- integer
- $pk
- The numeric id of the primary key.
-
-
-
-
- Returns
- boolean
- — False on failure or error, true otherwise.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- fixcss()
-
- fixcss(array $pks ) : boolean
- Fix the css naming of ID and Class
-
-
- Parameters
-
-
- array
- $pks
- ID
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- getTable()
-
- getTable(string $name = 'Style' , string $prefix = 'Table' , array $options = array() ) : \JTable
- Returns a reference to the a Table object, always creating it.
-
-
- Parameters
-
-
- string
- $name
- The table name. Optional.
-
-
- string
- $prefix
- The class prefix. Optional.
-
-
- array
- $options
- Configuration array for model. Optional.
-
-
-
-
- Returns
- \JTable
- — A database object
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 2.5
-
-
-
-
-
-
-
-
-
-
- getItem()
-
- getItem(integer $pk = null ) : mixed
- Method to get a single record.
-
-
- Parameters
-
-
- integer
- $pk
- The id of the primary key.
-
-
-
-
- Returns
- mixed
- — Object on success, false on failure.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- cleanCache()
-
- cleanCache(string $group = null , integer $client_id ) : void
- Custom clean the cache of com_biblestudy and biblestudy modules
-
-
- Parameters
-
-
- string
- $group
- The cache group
-
-
- integer
- $client_id
- The ID of the client
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- populateState()
-
- populateState() : void
- Method to auto-populate the model state.
- Note. Calling getState in this method will result in recursion.
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- loadFormData()
-
- loadFormData() : mixed
- Method to get the data that should be injected in the form.
-
-
-
-
- Returns
- mixed
- — The data for the form.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 2.5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:41.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTeacher.html b/docs/classes/BiblestudyModelTeacher.html
deleted file mode 100644
index 3d712f3b3c..0000000000
--- a/docs/classes/BiblestudyModelTeacher.html
+++ /dev/null
@@ -1,417 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTeacher
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Model class for Teacher
-
-
-
-
- Methods
-
-
Method to get study data.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the study.
-
Returns
-
-mixed
Menu item data object on success, false on failure.
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
- Properties
-
-
Model context string.
-
$context : string
-
-
Default
-
'com_biblestudy.teacher'
-
-
-
-
-
-
-
-
-
Teacher model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a single record.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the primary key.
-
Returns
-
-mixed
Object on success, false on failure.
-
-
-
-
Method to get a table object, load it if necessary.
-
getTable(string $name = 'Teacher'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Saves data creating image thumbnails
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Method to test whether a record can be deleted.
-
canEditState(object $record) : boolean
-
-
-
-
-
Parameters
-
-
$record
-
object
A record object.
-
Returns
-
-boolean
True if allowed to change the state of the record. Defaults to the permission for the
- component.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
Prepare and sanitise the table prior to saving.
-
prepareTable(\TableTeacher $table) : void
-
-
-
-
-
Parameters
-
-
$table
-
\TableTeacher
A reference to a JTable object.
-
-
-
- Properties
-
-
Controller Prefix
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTeachers.html b/docs/classes/BiblestudyModelTeachers.html
deleted file mode 100644
index 7c390693ce..0000000000
--- a/docs/classes/BiblestudyModelTeachers.html
+++ /dev/null
@@ -1,286 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTeachers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Teachers model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-1.7.0
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Build an SQL query to load the list data.
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Method to get a store id based on model configuration state.
-
getStoreId(string $id = ''
) : string
-
-
-
This is necessary because the model is used by the component and
-different modules that might need different sets of data or different
-ordering requirements.
-
-
Parameters
-
-
$id
-
string
A prefix for the store id.
-
Returns
-
-string
A store id.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
Model class for Teachers
-
-
-
-
- Methods
-
-
Method to get a list of sermons.
-
getItems() : mixed
-
-
-
Overridden to add a check for access levels.
-
-
Returns
-
-mixed
An array of data items on success, false on failure.
-
-
-
-
Build an SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Populate the State
-
populateState(string $ordering = 'teachers.ordering'
, string $direction = 'asc'
) : void
-
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTemplate.html b/docs/classes/BiblestudyModelTemplate.html
deleted file mode 100644
index 5aa49370d1..0000000000
--- a/docs/classes/BiblestudyModelTemplate.html
+++ /dev/null
@@ -1,278 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTemplate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Template model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
Copy Template
-
copy(array $cid) : boolean
-
-
-
-
-
Parameters
-
-
$cid
-
array
ID of template
-
Returns
-
boolean
-
-
-
-
-
Method to get a table object, load it if necessary.
-
getTable(string $name = 'template'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Method to change the published state of one or more records.
-
publish(array $pks, integer $value = 1
) : boolean
-
-
-
-
-
Parameters
-
-
$pks
-
array
&$pks A list of the primary keys to change.
-
-
$value
-
integer
The value of the published state.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to save the form data.
-
save(array $data) : boolean
-
-
-
-
-
Parameters
-
-
$data
-
array
The form data.
-
Returns
-
-boolean
True on success, False on error.
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTemplatecode.html b/docs/classes/BiblestudyModelTemplatecode.html
deleted file mode 100644
index f0af10a3a2..0000000000
--- a/docs/classes/BiblestudyModelTemplatecode.html
+++ /dev/null
@@ -1,271 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTemplatecode
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
HelloWorld Model
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Method to get a single record.
-
getItem(integer $pk = null
) : mixed
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The id of the primary key.
-
Returns
-
-mixed
Object on success, false on failure.
-
-
-
-
Returns a reference to the a Table object, always creating it.
-
getTable(string $name = 'Templatecode'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Get Type Language String
-
getType() : string | Null
-
-
-
-
-
Returns
-
-string
Null
-
-
-
-
-
-
Method to auto-populate the model state.
-
populateState() : void
-
-
-
Note. Calling getState in this method will result in recursion.
-
-
-
-
- Properties
-
-
Controller Prefix
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTemplatecodes.html b/docs/classes/BiblestudyModelTemplatecodes.html
deleted file mode 100644
index ba71adfa36..0000000000
--- a/docs/classes/BiblestudyModelTemplatecodes.html
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTemplatecodes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Template codes model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get list query
-
getListQuery() : array
-
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTemplates.html b/docs/classes/BiblestudyModelTemplates.html
deleted file mode 100644
index 7819f020d0..0000000000
--- a/docs/classes/BiblestudyModelTemplates.html
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTemplates
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Templates model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
Get Templates
-
getTemplates() : object
-
-
-
-
-
Gets a list of templates types for the filter dropdown
-
getTypes() : array
-
-
-
-
-
Returns
-
-array
Array of objects
-
-
-
-
Build and SQL query to load the list data
-
getListQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
\JDatabaseQuery
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
Templates
-
$templates : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTopic.html b/docs/classes/BiblestudyModelTopic.html
deleted file mode 100644
index ffb436106d..0000000000
--- a/docs/classes/BiblestudyModelTopic.html
+++ /dev/null
@@ -1,216 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTopic
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Topic Model class
-
-
-
-
- Methods
-
-
Method to check-out a row for editing.
-
checkout(integer $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
integer
The numeric id of the primary key.
-
Returns
-
-boolean
False on failure or error, true otherwise.
-
-
-
-
-
Get Table
-
getTable(string $name = 'topic'
, string $prefix = 'Table'
, array $options = array()
) : \JTable
-
-
-
-
-
Parameters
-
-
$name
-
string
The table name. Optional.
-
-
$prefix
-
string
The class prefix. Optional.
-
-
$options
-
array
Configuration array for model. Optional.
-
Returns
-
-\JTable
A JTable object
-
-
-
-
Custom clean the cache of com_biblestudy and biblestudy modules
-
cleanCache(string $group = null
, integer $client_id = 0
) : void
-
-
-
-
-
Parameters
-
-
$group
-
string
The cache group
-
-
$client_id
-
integer
The ID of the client
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelTopics.html b/docs/classes/BiblestudyModelTopics.html
deleted file mode 100644
index 872115f072..0000000000
--- a/docs/classes/BiblestudyModelTopics.html
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelTopics
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Topics model class
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
An optional associative array of configuration settings.
-
-
-
-
translate item entries: books, topics
-
getTranslated(array $items = array()
) : array
-
-
-
-
-
Parameters
-
-
$items
-
array
Items for entries
-
Returns
-
array
-
-
-
-
Get List Query
-
getListQuery() : array
-
-
-
-
-
Get Stored ID
-
getStoreId(string $id = ''
) : string
-
-
-
-
-
Parameters
-
-
$id
-
string
A prefix for the store id
-
Returns
-
-string
A store id
-
-
-
-
Populate State
-
populateState(string $ordering = null
, string $direction = null
) : void
-
-
-
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelUpload.html b/docs/classes/BiblestudyModelUpload.html
deleted file mode 100644
index 6f2dee05d8..0000000000
--- a/docs/classes/BiblestudyModelUpload.html
+++ /dev/null
@@ -1,176 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelUpload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Upload model class
-
-
-
-
- Methods
-
-
- Properties
-
-
_id
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-_id
-
-
-
-
-
-
The prefix to use with controller messages.
-
$text_prefix : string
-
-
Default
-
'COM_BIBLESTUDY'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyModelstyles.html b/docs/classes/BiblestudyModelstyles.html
deleted file mode 100644
index bac97853a5..0000000000
--- a/docs/classes/BiblestudyModelstyles.html
+++ /dev/null
@@ -1,872 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyModelstyles
-
Styles list model class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct(array $config = array() )
- Constructor.
-
-
- Parameters
-
-
- array
- $config
- An optional associative array of configuration settings.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- populateState()
-
- populateState(string $ordering = null , string $direction = null ) : void
- Populate State.
-
-
- Parameters
-
-
- string
- $ordering
- An optional ordering field.
-
-
- string
- $direction
- An optional direction (asc|desc).
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
- getListQuery()
-
- getListQuery() : string
- Get List Query
-
-
-
-
- Returns
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:42.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewAdmin.html b/docs/classes/BiblestudyViewAdmin.html
deleted file mode 100644
index 4fe0286811..0000000000
--- a/docs/classes/BiblestudyViewAdmin.html
+++ /dev/null
@@ -1,552 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewAdmin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Admin
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : null
-
-
-
-
-
Added for SermonSpeaker and PreachIt.
-
versionXML(string $component) : boolean
-
-
-
-
-
Parameters
-
-
$component
-
string
Component it is coming from
-
Returns
-
boolean
-
-
-
- Properties
-
-
Assets
-
$assets : string
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
Change Set
-
$changeSet : string
-
-
-
-
-
-
Error Count
-
$errorCount : string
-
-
-
-
-
-
Errors
-
$errors : string
-
-
-
-
-
-
Filter Params
-
$filterParams : \Joomla\Registry\Registry
-
-
-
-
-
-
Joomla BibleStudy Version
-
$jversion : string
-
-
-
-
-
-
Lists
-
$lists : string
-
-
-
-
-
-
-
PI
-
$pi : string
-
-
-
-
-
-
Player Stats
-
$playerstats : string
-
-
-
-
-
-
-
Results
-
$results : string
-
-
-
-
-
-
Schema Version
-
$schemaVersion : string
-
-
-
-
-
-
SS
-
$ss : string
-
-
-
-
-
-
Temp Destination
-
$tmp_dest : string
-
-
-
-
-
-
Update Version
-
$updateVersion : string
-
-
-
-
-
-
Version
-
$version : string
-
-
-
-
-
-
-
Item
-
$item : array
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewAssets.html b/docs/classes/BiblestudyViewAssets.html
deleted file mode 100644
index dd9463063f..0000000000
--- a/docs/classes/BiblestudyViewAssets.html
+++ /dev/null
@@ -1,347 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewAssets
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Admin
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : null
-
-
-
-
- Properties
-
-
$assets
-
$assets
-
-
-
-
-
-
Call stack for the Visioning System.
-
$callstack : array
-
-
-
-
-
-
Numbers of Steps already processed
-
$doneSteps : integer
-
-
-
-
-
-
Starte of install
-
$state : string
-
-
-
-
-
-
Status
-
$status : \JObject
-
-
-
-
-
-
-
Total numbers of Steps
-
$totalSteps : integer
-
-
-
-
-
-
$version
-
$version
-
-
-
-
-
-
More
-
$more : string
-
-
-
-
-
-
Percentage
-
$percentage : string
-
-
-
-
-
-
The pre versions to process
-
$versionStack : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewBackup.html b/docs/classes/BiblestudyViewBackup.html
deleted file mode 100644
index f229f2fa56..0000000000
--- a/docs/classes/BiblestudyViewBackup.html
+++ /dev/null
@@ -1,297 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewBackup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Admin
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : null
-
-
-
-
-
Added for SermonSpeaker and PreachIt.
-
versionXML(string $component) : boolean
-
-
-
-
-
Parameters
-
-
$component
-
string
Component it is coming from
-
Returns
-
boolean
-
-
-
- Properties
-
-
CanDo function
-
$canDo : string
-
-
-
-
-
-
Lists
-
$lists : string
-
-
-
-
-
-
Temp Destination
-
$tmp_dest : string
-
-
-
-
-
-
-
Item
-
$item : array
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewComment.html b/docs/classes/BiblestudyViewComment.html
deleted file mode 100644
index e1841c7c85..0000000000
--- a/docs/classes/BiblestudyViewComment.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewComment
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Comment
-
-
-
-
- Methods
-
-
Display the view
-
display(string $tpl = null
) : mixed
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a Error object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewCommentform.html b/docs/classes/BiblestudyViewCommentform.html
deleted file mode 100644
index d429c3a70f..0000000000
--- a/docs/classes/BiblestudyViewCommentform.html
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewCommentform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Comment
-
-
-
-
- Methods
-
-
Display the view
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Exceptions
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
canDo
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-canDo
-
-
-
-
-
-
pageclass_sfx
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-pageclass_sfx
-
-
-
-
-
-
-
Item
-
$item : Object
-
-
-
-
-
-
Return Page
-
$return_page : string
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewCommentlist.html b/docs/classes/BiblestudyViewCommentlist.html
deleted file mode 100644
index 01df814b68..0000000000
--- a/docs/classes/BiblestudyViewCommentlist.html
+++ /dev/null
@@ -1,303 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewCommentlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for CommentList extends Comments
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
canDo
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-canDo
-
-
-
-
-
-
f_levels
-
: array
-
-
-
-
-
-
-magic
-
-
-
-property
-f_levels
-
-
-
-
-
-
sidebar
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-sidebar
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$params : array
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewComments.html b/docs/classes/BiblestudyViewComments.html
deleted file mode 100644
index cead2b691c..0000000000
--- a/docs/classes/BiblestudyViewComments.html
+++ /dev/null
@@ -1,295 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewComments
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Comments
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
$activeFilters
-
$activeFilters
-
-
-
-
-
-
-
-
Filter Levels
-
$f_levels : string
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewCpanel.html b/docs/classes/BiblestudyViewCpanel.html
deleted file mode 100644
index 7d6275f6b8..0000000000
--- a/docs/classes/BiblestudyViewCpanel.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewCpanel
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JView class for Cpanel
-
-
-
-
- Methods
-
-
Display
-
display(string $tpl = null
) : mixed
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a Error object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
-
Total Messages
-
$total_messages : string
-
-
-
-
-
-
Data from Model
-
$xml : object
-
-
-
-
-
-
$extension_id
-
$extension_id
-
-
-
-
-
-
$hasPostInstallationMessages
-
$hasPostInstallationMessages
-
-
-
-
-
-
State
-
$state : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewDataBase.html b/docs/classes/BiblestudyViewDataBase.html
deleted file mode 100644
index 3fb170827a..0000000000
--- a/docs/classes/BiblestudyViewDataBase.html
+++ /dev/null
@@ -1,540 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewDatabase
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Admin
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-9.0.14
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Assets
-
$assets : string
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
Change Set
-
$changeSet : string
-
-
-
-
-
-
Error Count
-
$errorCount : string
-
-
-
-
-
-
Errors
-
$errors : string
-
-
-
-
-
-
Filter Params
-
$filterParams : \Joomla\Registry\Registry
-
-
-
-
-
-
Joomla BibleStudy Version
-
$jversion : string
-
-
-
-
-
-
Lists
-
$lists : string
-
-
-
-
-
-
-
PI
-
$pi : string
-
-
-
-
-
-
Player Stats
-
$playerstats : string
-
-
-
-
-
-
-
Results
-
$results : string
-
-
-
-
-
-
Schema Version
-
$schemaVersion : string
-
-
-
-
-
-
SS
-
$ss : string
-
-
-
-
-
-
Temp Destination
-
$tmp_dest : string
-
-
-
-
-
-
Update Version
-
$updateVersion : string
-
-
-
-
-
-
Version
-
$version : string
-
-
-
-
-
-
-
Item
-
$item : array
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
$updateJBSMVersion
-
$updateJBSMVersion
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewDir.html b/docs/classes/BiblestudyViewDir.html
deleted file mode 100644
index 6cc2dd7a7e..0000000000
--- a/docs/classes/BiblestudyViewDir.html
+++ /dev/null
@@ -1,204 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewDir
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Directory View
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a Error object.
-
-
-
-
Dir Browser Script
-
_dirBrowserScript() : string
-
-
-
-
- Properties
-
-
$breadcrumbs
-
$breadcrumbs
-
-
-
-
-
-
$currentFolder
-
$currentFolder
-
-
-
-
-
-
-
$folders
-
$folders
-
-
-
-
-
-
$imgURL
-
$imgURL
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewInstall.html b/docs/classes/BiblestudyViewInstall.html
deleted file mode 100644
index 05f1608f87..0000000000
--- a/docs/classes/BiblestudyViewInstall.html
+++ /dev/null
@@ -1,519 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewInstall
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JView class for Install
-
-
-
-
- Methods
-
-
Display
-
display(string $tpl = null
) : null | void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
Template to display
-
Returns
-
-null
void
-
-
-
-
-
-
Setup Array for install System
-
installsetup() : void
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
-
Loads the Versions/SQL/After stack from the session
-
loadStack() : boolean
-
-
-
-
- Properties
-
-
The pre versions sub sql array to process
-
$allupdates : array
-
-
-
-
-
-
Call stack for the Visioning System.
-
$callstack : array
-
-
-
-
-
-
Numbers of Steps already processed
-
$doneSteps : integer
-
-
-
-
-
-
Array of Install Task
-
$install : array
-
-
-
-
-
-
-
Running Now
-
$running : string
-
-
-
-
-
-
Starte of install
-
$state : string
-
-
-
-
-
-
Status
-
$status : \JObject
-
-
-
-
-
-
$subFiles
-
$subFiles
-
-
-
-
-
-
$subQuery
-
$subQuery
-
-
-
-
-
-
$subSteps
-
$subSteps
-
-
-
-
-
-
Total numbers of Steps
-
$totalSteps : integer
-
-
-
-
-
-
$version
-
$version
-
-
-
-
-
-
More
-
$more : string
-
-
-
-
-
-
Percentage
-
$percentage : string
-
-
-
-
-
-
$type
-
$type
-
-
-
-
-
-
-type
-string Type of process
-
-
-since
-7.0.0
-
-
-
-
-
-
Array of Finish Task
-
$finish : array
-
-
-
-
-
-
If was inported
-
$isimport : integer
-
-
-
-
-
-
The pre versions to process
-
$versionStack : array
-
-
-
-
-
-
The pre versions to process
-
$versionSwitch : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewLandingpage.html b/docs/classes/BiblestudyViewLandingpage.html
deleted file mode 100644
index b67b0d23d8..0000000000
--- a/docs/classes/BiblestudyViewLandingpage.html
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewLandingpage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Landing page list view class
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
- Properties
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Request URL
-
$request_url : string
-
-
-
-
-
-
Params
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewLatest.html b/docs/classes/BiblestudyViewLatest.html
deleted file mode 100644
index 19dbde3c13..0000000000
--- a/docs/classes/BiblestudyViewLatest.html
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewLatest
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Latest
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewLocation.html b/docs/classes/BiblestudyViewLocation.html
deleted file mode 100644
index 41205016da..0000000000
--- a/docs/classes/BiblestudyViewLocation.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewLocation
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Location
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Defaults
-
$defaults : array
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewLocations.html b/docs/classes/BiblestudyViewLocations.html
deleted file mode 100644
index 8136dac900..0000000000
--- a/docs/classes/BiblestudyViewLocations.html
+++ /dev/null
@@ -1,284 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewLocations
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Locations
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : object
-
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediafile.html b/docs/classes/BiblestudyViewMediafile.html
deleted file mode 100644
index 309fd17bf1..0000000000
--- a/docs/classes/BiblestudyViewMediafile.html
+++ /dev/null
@@ -1,308 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediafile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for MediaFile
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
$admin_params
-
$admin_params : \Joomla\Registry\Registry
-
-
-
-
-
-
$canDo
-
$canDo : object
-
-
-
-
-
-
$admin
-
$admin : object
-
-
-
-
-
-
-
$item
-
$item : object
-
-
-
-
-
-
-
$options
-
$options : object
-
-
-
-
-
-
$state
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediafileform.html b/docs/classes/BiblestudyViewMediafileform.html
deleted file mode 100644
index 1e112b9a19..0000000000
--- a/docs/classes/BiblestudyViewMediafileform.html
+++ /dev/null
@@ -1,346 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediafileform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for MediaFile
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
document
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-document
-
-
-
-
-
-
$pageclass_sfx
-
$pageclass_sfx
-
-
-
-
-
-
Upload Folder
-
$upload_folder : string
-
-
-
-
-
-
Upload Folder
-
$upload_server : string
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
$options
-
$options : object
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Return Page
-
$return_page : string
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediafilelist.html b/docs/classes/BiblestudyViewMediafilelist.html
deleted file mode 100644
index d0b10cb991..0000000000
--- a/docs/classes/BiblestudyViewMediafilelist.html
+++ /dev/null
@@ -1,325 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediafilelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for MediaFilelist
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
- Properties
-
-
document
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-document
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
-
New Link
-
$newlink : string
-
-
-
-
-
-
Page Class SFX
-
$pageclass_sfx : string
-
-
-
-
-
-
Items @var JObject
-
$items
-
-
-
-
-
-
-
$params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
State @var object
-
$state
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediafiles.html b/docs/classes/BiblestudyViewMediafiles.html
deleted file mode 100644
index fa7cf2c7ca..0000000000
--- a/docs/classes/BiblestudyViewMediafiles.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediafiles
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Mediafiles
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levers
-
$f_levels : string
-
-
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediaimage.html b/docs/classes/BiblestudyViewMediaimage.html
deleted file mode 100644
index eb70702631..0000000000
--- a/docs/classes/BiblestudyViewMediaimage.html
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediaimage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Mediaimage
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Admin
-
$admin : object
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Defaults
-
$defaults : object
-
-
-
-
-
Directory
-
$directory : string
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMediaimages.html b/docs/classes/BiblestudyViewMediaimages.html
deleted file mode 100644
index fa91a3d7d5..0000000000
--- a/docs/classes/BiblestudyViewMediaimages.html
+++ /dev/null
@@ -1,234 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMediaimages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Mediaimages
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Directory
-
$directory : string
-
-
-
-
-
Filter Levels
-
$f_levels : string
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessage.html b/docs/classes/BiblestudyViewMessage.html
deleted file mode 100644
index fb92d23470..0000000000
--- a/docs/classes/BiblestudyViewMessage.html
+++ /dev/null
@@ -1,273 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Message
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Admin
-
$admin : array
-
-
-
-
-
-
Admin Params
-
$admin_params : \Joomla\Registry\Registry
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessageform.html b/docs/classes/BiblestudyViewMessageform.html
deleted file mode 100644
index aecae54d35..0000000000
--- a/docs/classes/BiblestudyViewMessageform.html
+++ /dev/null
@@ -1,354 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessageform
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Message
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
document
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-document
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
-
Page Class SFX
-
$pageclass_sfx : string
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
User
-
$user : string
-
-
-
-
-
-
Admin @var array
-
$admin
-
-
-
-
-
-
-
Item @var object
-
$item
-
-
-
-
-
-
Return Page @var string
-
$return_page
-
-
-
-
-
-
Return Page Item @var string
-
$return_page_item
-
-
-
-
-
-
State @var array
-
$state
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessagelist.html b/docs/classes/BiblestudyViewMessagelist.html
deleted file mode 100644
index c016fc75a3..0000000000
--- a/docs/classes/BiblestudyViewMessagelist.html
+++ /dev/null
@@ -1,391 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessagelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Messages
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
$activeFilters
-
$activeFilters
-
-
-
-
-
-
Books
-
$books : string
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
Document
-
$document : \JDocument
-
-
-
-
-
-
-
Message Types
-
$messageTypes : string
-
-
-
-
-
-
New Link
-
$newlink : string
-
-
-
-
-
-
Series
-
$series : string
-
-
-
-
-
-
Teachers
-
$teachers : \Joomla\Registry\Registry
-
-
-
-
-
-
Years
-
$years : string
-
-
-
-
-
-
$admin
-
$admin : object
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessages.html b/docs/classes/BiblestudyViewMessages.html
deleted file mode 100644
index 10190eb64a..0000000000
--- a/docs/classes/BiblestudyViewMessages.html
+++ /dev/null
@@ -1,375 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for a list of Messages.
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Books
-
$books : object
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Message Types
-
$messageTypes : object
-
-
-
-
-
-
Series
-
$series : object
-
-
-
-
-
-
-
Teachers
-
$teachers : object
-
-
-
-
-
-
Years
-
$years : object
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessagetype.html b/docs/classes/BiblestudyViewMessagetype.html
deleted file mode 100644
index ecde7171ff..0000000000
--- a/docs/classes/BiblestudyViewMessagetype.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessagetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Messagetype
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Defaults
-
$defaults : array
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMessagetypes.html b/docs/classes/BiblestudyViewMessagetypes.html
deleted file mode 100644
index 04795e1be0..0000000000
--- a/docs/classes/BiblestudyViewMessagetypes.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMessagetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Messagetype
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMigrate.html b/docs/classes/BiblestudyViewMigrate.html
deleted file mode 100644
index 3e08826afc..0000000000
--- a/docs/classes/BiblestudyViewMigrate.html
+++ /dev/null
@@ -1,546 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMigrate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Admin
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : null
-
-
-
-
-
Added for SermonSpeaker and PreachIt.
-
versionXML(string $component) : boolean
-
-
-
-
-
Parameters
-
-
$component
-
string
Component it is coming from
-
Returns
-
boolean
-
-
-
- Properties
-
-
Assets
-
$assets : string
-
-
-
-
-
-
Can Do
-
$canDo : string
-
-
-
-
-
-
Change Set
-
$changeSet : string
-
-
-
-
-
-
Error Count
-
$errorCount : string
-
-
-
-
-
-
Errors
-
$errors : string
-
-
-
-
-
-
Filter Params
-
$filterParams : \Joomla\Registry\Registry
-
-
-
-
-
-
Joomla BibleStudy Version
-
$jversion : string
-
-
-
-
-
-
Lists
-
$lists : string
-
-
-
-
-
-
-
PI
-
$pi : string
-
-
-
-
-
-
Player Stats
-
$playerstats : string
-
-
-
-
-
-
-
Results
-
$results : string
-
-
-
-
-
-
Schema Version
-
$schemaVersion : string
-
-
-
-
-
-
SS
-
$ss : string
-
-
-
-
-
-
Temp Destination
-
$tmp_dest : string
-
-
-
-
-
-
Update Version
-
$updateVersion : string
-
-
-
-
-
-
Version
-
$version : string
-
-
-
-
-
-
-
Item
-
$item : array
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMigration.html b/docs/classes/BiblestudyViewMigration.html
deleted file mode 100644
index 71b8895997..0000000000
--- a/docs/classes/BiblestudyViewMigration.html
+++ /dev/null
@@ -1,1065 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyViewMigration
-
View class for Migration
-
-
-
-
- Summary
-
-
-
-
- No protected methods found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $totalVersions
- $totalVersions : integer
-
-
-
- Type
- integer
- — Total numbers of Versions
-
-
-
-
-
-
-
-
- $doneVersions
- $doneVersions : integer
-
-
-
- Type
- integer
- — Numbers of Versions already processed
-
-
-
-
-
-
-
-
- $running
- $running : string
-
-
-
- Type
- string
- — Running Now
-
-
-
-
-
-
-
-
- $callstack
- $callstack : array
-
-
-
- Type
- array
- — Call stack for the Visioning System.
-
-
-
-
-
-
-
-
- $subrun
- $subrun : null
-
-
-
- Type
- null
- — Sub running processes
-
-
-
-
-
-
-
-
- $more
- $more : string
-
-
-
- Type
- string
- — More
-
-
-
-
-
-
-
-
- $percentage
- $percentage : string
-
-
-
- Type
- string
- — Percentage
-
-
-
-
-
-
-
-
- $_versionStack
- $_versionStack : array
-
-
-
- Type
- array
- — The pre versions to process
-
-
-
-
-
-
-
-
- $_finish
- $_finish : array
-
-
-
- Type
- array
- — Array of Finish Task
-
-
-
-
-
-
-
-
-
-
-
-
- display()
-
- display(string $tpl = null ) : mixed
- Execute and display a template script.
-
-
- Parameters
-
-
- string
- $tpl
- The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
- Returns
- mixed
- — A string if successful, otherwise a JError object.
-
-
-
-
-
-
- See also
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- loadStack()
-
- loadStack() : void
- Loads the Versions/SQL/After stack from the session
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:41.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMimetype.html b/docs/classes/BiblestudyViewMimetype.html
deleted file mode 100644
index 5aa0ad128a..0000000000
--- a/docs/classes/BiblestudyViewMimetype.html
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMimetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Mimetype
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Defaults
-
$defaults : array
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewMimetypes.html b/docs/classes/BiblestudyViewMimetypes.html
deleted file mode 100644
index 2c72b85d45..0000000000
--- a/docs/classes/BiblestudyViewMimetypes.html
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewMimetypes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for Mimetypes
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl) : mixed
-
-
-
-
-
-see
-
-
-
-since
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewPodcast.html b/docs/classes/BiblestudyViewPodcast.html
deleted file mode 100644
index 5f7cb72197..0000000000
--- a/docs/classes/BiblestudyViewPodcast.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Podcast
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Defaults
-
$defaults : array
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewPodcasts.html b/docs/classes/BiblestudyViewPodcasts.html
deleted file mode 100644
index 39f675e854..0000000000
--- a/docs/classes/BiblestudyViewPodcasts.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewPodcasts
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Podcasts
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewPopup.html b/docs/classes/BiblestudyViewPopup.html
deleted file mode 100644
index 0d77449606..0000000000
--- a/docs/classes/BiblestudyViewPopup.html
+++ /dev/null
@@ -1,574 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewPopup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Popup
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Set Titles
-
titles(string $text, object $media, string $scripture, string $date, string $length) : object
-
-
-
-
-
Parameters
-
-
-
$media
-
object
Media info
-
-
$scripture
-
string
scripture
-
-
-
$length
-
string
Length of Title
-
Returns
-
object
-
-
-
- Properties
-
-
Auto Start
-
$autostart : string
-
-
-
-
-
-
Back Color
-
$backcolor : string
-
-
-
-
-
-
Date
-
$date : string
-
-
-
-
-
-
Flash Vars
-
$flashvars : string
-
-
-
-
-
-
-
Front Color
-
$frontcolor : string
-
-
-
-
-
-
-
-
Length
-
$length : string
-
-
-
-
-
-
Light Color
-
$lightcolor : string
-
-
-
-
-
-
-
Path 1
-
$path1 : string
-
-
-
-
-
-
Player
-
$player : string
-
-
-
-
-
-
Player Height
-
$playerheight : string
-
-
-
-
-
-
Player Idle Hide
-
$playeridlehide : string
-
-
-
-
-
-
Width
-
$playerwidth : string
-
-
-
-
-
-
Screen Color
-
$screencolor : string
-
-
-
-
-
-
Scripture Text
-
$scripture : string
-
-
-
-
-
-
Series Thumbnail
-
$series_thumbnail : string
-
-
-
-
-
-
Teacher Image
-
$teacherimage : string
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Params
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
Template
-
$template : \TableTemplate
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSerie.html b/docs/classes/BiblestudyViewSerie.html
deleted file mode 100644
index d72e791381..0000000000
--- a/docs/classes/BiblestudyViewSerie.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSerie
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JView class for Serie
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Admin
-
$admin_params : \Joomla\Registry\Registry
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSeries.html b/docs/classes/BiblestudyViewSeries.html
deleted file mode 100644
index c1e3087cf0..0000000000
--- a/docs/classes/BiblestudyViewSeries.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSeries
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Series
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSeriesdisplay.html b/docs/classes/BiblestudyViewSeriesdisplay.html
deleted file mode 100644
index 96c3baff8f..0000000000
--- a/docs/classes/BiblestudyViewSeriesdisplay.html
+++ /dev/null
@@ -1,370 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSeriesdisplay
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for SeriesDisplay
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
- Properties
-
-
Admin
-
$admin : object
-
-
-
-
-
-
Admin Params
-
$admin_params : \Joomla\Registry\Registry
-
-
-
-
-
-
Article
-
$article : string
-
-
-
-
-
-
Item
-
$item : array
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
Page
-
$page : object
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Passage Link
-
$passage_link : string
-
-
-
-
-
-
Request URL
-
$request_url : string
-
-
-
-
-
-
Series Studies
-
$seriesstudies : object
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
Studies
-
$studies : object
-
-
-
-
-
-
Template
-
$template : \TableTemplate
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSeriesdisplays.html b/docs/classes/BiblestudyViewSeriesdisplays.html
deleted file mode 100644
index 9572295cd8..0000000000
--- a/docs/classes/BiblestudyViewSeriesdisplays.html
+++ /dev/null
@@ -1,294 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSeriesdisplays
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for SeriesDisplays
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
- Properties
-
-
Admin Info
-
$admin : object
-
-
-
-
-
-
State
-
$go : string
-
-
-
-
-
-
Items
-
$items : \JObject
-
-
-
-
-
-
Page
-
$page : String
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Request Url
-
$request_url : string
-
-
-
-
-
-
State
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
Template
-
$template : \JObject
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSermon.html b/docs/classes/BiblestudyViewSermon.html
deleted file mode 100644
index 7a57c2ab5a..0000000000
--- a/docs/classes/BiblestudyViewSermon.html
+++ /dev/null
@@ -1,440 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSermon
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Sermon
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-todo
-Still need to fix all the problems.
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Exceptions
-
-
-
-
-
Display PageBrack
-
_displayPagebreak(string $tpl) : void
-
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
document
-
: mixed
-
-
-
-
-
-
-magic
-
-
-
-property
-document
-
-
-
-
-
-
Article
-
$article : string
-
-
-
-
-
-
-
Details Link
-
$detailslink : string
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
Page
-
$page : string
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Passage
-
$passage : string
-
-
-
-
-
-
Print
-
$print : string
-
-
-
-
-
-
-
State
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
Subscribe
-
$subscribe : string
-
-
-
-
-
-
Template
-
$template : string
-
-
-
-
-
-
User
-
$user : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSermons.html b/docs/classes/BiblestudyViewSermons.html
deleted file mode 100644
index 5926d23b6d..0000000000
--- a/docs/classes/BiblestudyViewSermons.html
+++ /dev/null
@@ -1,580 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSermons
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View for Sermons class
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
Prepares the document
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
$document
-
$document : object
-
-
-
-
-
-
$admin
-
$admin : \JObject
-
-
-
-
-
-
$books
-
$books : string
-
-
-
-
-
-
$items
-
$items : object
-
-
-
-
-
-
$limitbox
-
$limitbox : string
-
-
-
-
-
-
$limitstart
-
$limitstart : integer
-
-
-
-
-
-
$locations
-
$locations : string
-
-
-
-
-
-
$main
-
$main : object
-
-
-
-
-
-
$messageTypes
-
$messageTypes : string
-
-
-
-
-
-
$order
-
$order : string
-
-
-
-
-
-
$orders
-
$orders : string
-
-
-
-
-
-
$page
-
$page : object
-
-
-
-
-
-
$pagelinks
-
$pagelinks : string
-
-
-
-
-
-
-
$params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
$request_url
-
$request_url : string
-
-
-
-
-
-
$series
-
$series : string
-
-
-
-
-
-
$state
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
$study
-
$study : object
-
-
-
-
-
-
$subscribe
-
$subscribe : string
-
-
-
-
-
-
$teachers
-
$teachers : string
-
-
-
-
-
-
$template
-
$template : object
-
-
-
-
-
-
$topic
-
$topic : array
-
-
-
-
-
-
$topics
-
$topics : string
-
-
-
-
-
-
$years
-
$years : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewServer.html b/docs/classes/BiblestudyViewServer.html
deleted file mode 100644
index 33d551e7e9..0000000000
--- a/docs/classes/BiblestudyViewServer.html
+++ /dev/null
@@ -1,273 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Server
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Admin
-
$admin : object
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewServers.html b/docs/classes/BiblestudyViewServers.html
deleted file mode 100644
index dfa1e3f41c..0000000000
--- a/docs/classes/BiblestudyViewServers.html
+++ /dev/null
@@ -1,289 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewServers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Servers
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewServersList.html b/docs/classes/BiblestudyViewServersList.html
deleted file mode 100644
index e1344251c8..0000000000
--- a/docs/classes/BiblestudyViewServersList.html
+++ /dev/null
@@ -1,323 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewServersList
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Servers
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
$activeFilters
-
$activeFilters
-
-
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewShare.html b/docs/classes/BiblestudyViewShare.html
deleted file mode 100644
index d09c5761e5..0000000000
--- a/docs/classes/BiblestudyViewShare.html
+++ /dev/null
@@ -1,1008 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyViewShare
-
View class for Share
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $form
- $form : object
- Form
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $item
- $item : object
- Item
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $state
- $state : object
- State
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $defaults
- $defaults : array
- Defaults
-
-
- Type
- array
-
-
-
-
-
-
-
-
-
- $canDo
- $canDo : object
- Can Do
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
-
-
-
-
- display()
-
- display(string $tpl = null ) : mixed
- Execute and display a template script.
-
-
- Parameters
-
-
- string
- $tpl
- The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
- Returns
- mixed
- — A string if successful, otherwise a JError object.
-
-
-
-
-
-
- See also
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- addToolbar()
-
- addToolbar() : void
- Add Toolbar
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0.0
-
-
-
-
-
-
-
-
-
-
- setDocument()
-
- setDocument() : void
- Add the page title to browser.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:43.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewShares.html b/docs/classes/BiblestudyViewShares.html
deleted file mode 100644
index dae0bb2dc2..0000000000
--- a/docs/classes/BiblestudyViewShares.html
+++ /dev/null
@@ -1,1069 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyViewShares
-
View class for a list of Shares
-
-
-
-
- Summary
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $sidebar
- $sidebar : object
-
-
-
- Type
- object
- — Side Bar
-
-
-
-
-
-
-
-
- $items
- $items : object
- Items
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $pagination
- $pagination : object
- Pagination
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $state
- $state : object
- State
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $canDo
- $canDo : object
- Can Do
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $f_levels
- $f_levels : array
-
-
-
- Type
- array
- — Filter Levels
-
-
-
-
-
-
-
-
-
-
-
-
- display()
-
- display(string $tpl = null ) : mixed
- Execute and display a template script.
-
-
- Parameters
-
-
- string
- $tpl
- The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
- Returns
- mixed
- — A string if successful, otherwise a JError object.
-
-
-
-
-
-
- See also
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- addToolbar()
-
- addToolbar() : void
- Add the page title and toolbar
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0
-
-
-
-
-
-
-
-
-
-
- setDocument()
-
- setDocument() : void
- Add the page title to browser.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
- getSortFields()
-
- getSortFields() : array
- Returns an array of fields the table can be sorted by
-
-
-
-
- Returns
- array
- — Array containing the field name to sort by as the key and display text as value
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 3.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:41.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewSqueezeBox.html b/docs/classes/BiblestudyViewSqueezeBox.html
deleted file mode 100644
index 678094fe75..0000000000
--- a/docs/classes/BiblestudyViewSqueezeBox.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewSqueezeBox
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View for SqueezeBox class
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewStyle.html b/docs/classes/BiblestudyViewStyle.html
deleted file mode 100644
index f7808909b4..0000000000
--- a/docs/classes/BiblestudyViewStyle.html
+++ /dev/null
@@ -1,1033 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyViewStyle
-
View class for Style
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $form
- $form : object
- Form
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $item
- $item : object
- Item
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $state
- $state : object
- State
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $defaults
- $defaults : string
- Defaults
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $defaultstyle
- $defaultstyle : string
- Default Style
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $canDo
- $canDo : object
- Can Do
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
-
-
-
-
- display()
-
- display(string $tpl = null ) : mixed
- Execute and display a template script.
-
-
- Parameters
-
-
- string
- $tpl
- The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
- Returns
- mixed
- — A string if successful, otherwise a JError object.
-
-
-
-
-
-
- See also
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- addToolbar()
-
- addToolbar() : void
- Add Toolbar
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0.0
-
-
-
-
-
-
-
-
-
-
- setDocument()
-
- setDocument() : void
- Add the page title to browser.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:42.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewStyles.html b/docs/classes/BiblestudyViewStyles.html
deleted file mode 100644
index 5e3297f838..0000000000
--- a/docs/classes/BiblestudyViewStyles.html
+++ /dev/null
@@ -1,1032 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ BiblestudyViewStyles
-
View class for Styles
-
-
-
-
- Summary
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $canDo
- $canDo : object
- Can Do
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $f_levels
- $f_levels : array
-
-
-
- Type
- array
- — Filter Levels
-
-
-
-
-
-
-
-
- $sidebar
- $sidebar : object
-
-
-
- Type
- object
- — Side Bar
-
-
-
-
-
-
-
-
- $items
- $items : object
- Items
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $pagination
- $pagination : object
- Pagination
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
- $state
- $state : object
- State
-
-
- Type
- object
-
-
-
-
-
-
-
-
-
-
-
-
-
- display()
-
- display(string $tpl = null ) : mixed
- Execute and display a template script.
-
-
- Parameters
-
-
- string
- $tpl
- The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
- Returns
- mixed
- — A string if successful, otherwise a JError object.
-
-
-
-
-
-
- See also
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
- addToolbar()
-
- addToolbar() : void
- Add Toolbar
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.0.0
-
-
-
-
-
-
-
-
-
-
- setDocument()
-
- setDocument() : void
- Add the page title to browser.
-
-
-
-
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 7.1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:43.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTeacher.html b/docs/classes/BiblestudyViewTeacher.html
deleted file mode 100644
index a92ec37daf..0000000000
--- a/docs/classes/BiblestudyViewTeacher.html
+++ /dev/null
@@ -1,486 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTeacher
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Teacher
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Admin
-
$admin : object
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
View class for Teacher
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document;
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
Print
-
$document : \JDocument
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Print
-
$print : \JObject
-
-
-
-
-
-
Admin
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
Studies
-
$studies : \JObject
-
-
-
-
-
-
Template Studies
-
$teacherstudies : \JObject
-
-
-
-
-
-
Template Info
-
$template : \TableTemplate
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTeachers.html b/docs/classes/BiblestudyViewTeachers.html
deleted file mode 100644
index 3344fb532d..0000000000
--- a/docs/classes/BiblestudyViewTeachers.html
+++ /dev/null
@@ -1,524 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTeachers
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Teachers
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document;
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
Document
-
$document : \JDocument
-
-
-
-
-
-
Template Table
-
$template : \TableTemplate
-
-
-
-
-
-
Admin
-
$admin : object
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
Page
-
$page : object
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
Request Url
-
$request_url : string
-
-
-
-
-
-
State
-
$state : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
View class for Teachers
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
Items
-
$items : object
-
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTemplate.html b/docs/classes/BiblestudyViewTemplate.html
deleted file mode 100644
index fbee944cdc..0000000000
--- a/docs/classes/BiblestudyViewTemplate.html
+++ /dev/null
@@ -1,273 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTemplate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Template
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
-
State
-
$state : array
-
-
-
-
-
-
Types
-
$types : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTemplatecode.html b/docs/classes/BiblestudyViewTemplatecode.html
deleted file mode 100644
index 60e3d5f1b6..0000000000
--- a/docs/classes/BiblestudyViewTemplatecode.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTemplatecode
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for TemplateCode
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Default Code for the Edit if content is null
-
$defaultcode : string
-
-
-
-
-
-
Type
-
$type : string
-
-
-
-
-
-
Defaults
-
$defaults : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTemplatecodes.html b/docs/classes/BiblestudyViewTemplatecodes.html
deleted file mode 100644
index 8047acce37..0000000000
--- a/docs/classes/BiblestudyViewTemplatecodes.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTemplatecodes
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for TemplateCodes
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTemplates.html b/docs/classes/BiblestudyViewTemplates.html
deleted file mode 100644
index 477b46bbb6..0000000000
--- a/docs/classes/BiblestudyViewTemplates.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTemplates
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Templates
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
State
-
$canDo : object
-
-
-
-
-
-
State
-
$f_levels : array
-
-
-
-
-
-
-
State
-
$templates : object
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTerms.html b/docs/classes/BiblestudyViewTerms.html
deleted file mode 100644
index 8d39be40d7..0000000000
--- a/docs/classes/BiblestudyViewTerms.html
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTerms
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Terms
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
Prepares the document;
-
_prepareDocument() : void
-
-
-
-
- Properties
-
-
Document
-
$document : \JDocument
-
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTopic.html b/docs/classes/BiblestudyViewTopic.html
deleted file mode 100644
index 7ccd0123e5..0000000000
--- a/docs/classes/BiblestudyViewTopic.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTopic
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Topic
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Defaults
-
$defaults : object
-
-
-
-
-
-
-
Item
-
$item : object
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewTopics.html b/docs/classes/BiblestudyViewTopics.html
deleted file mode 100644
index 1d49d591dd..0000000000
--- a/docs/classes/BiblestudyViewTopics.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewTopics
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
View class for Topics
-
-
-
-
- Methods
-
-
Execute and display a template script.
-
display(string $tpl = null
) : mixed
-
-
-
-
-
-see
-
-
-
-since
-11.1
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
Returns
-
-mixed
A string if successful, otherwise a JError object.
-
-
-
-
-
Returns an array of fields the table can be sorted by
-
getSortFields() : array
-
-
-
-
-
Returns
-
-array
Array containing the field name to sort by as the key and display text as value
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
Filter Levels
-
$f_levels : array
-
-
-
-
-
-
-
Can Do
-
$canDo : object
-
-
-
-
-
-
Items
-
$items : array
-
-
-
-
-
-
-
State
-
$state : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/BiblestudyViewUpload.html b/docs/classes/BiblestudyViewUpload.html
deleted file mode 100644
index cd63c5b323..0000000000
--- a/docs/classes/BiblestudyViewUpload.html
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyViewUpload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Mediamu View
-
-
-
-
- Methods
-
-
View display method
-
display(string $tpl = null
) : void
-
-
-
-
-
Parameters
-
-
$tpl
-
string
The name of the template file to parse; automatically searches through the template paths.
-
-
-
-
-
Add the page title to browser.
-
setDocument() : void
-
-
-
-
- Properties
-
-
$currentDir
-
$currentDir
-
-
-
-
-
-
$enableLog
-
$enableLog
-
-
-
-
-
-
$runtime
-
$runtime
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/CBiblestudyVersion.html b/docs/classes/CBiblestudyVersion.html
deleted file mode 100644
index c2a24edad7..0000000000
--- a/docs/classes/CBiblestudyVersion.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-
-
-
-
Proclaim API » \CBiblestudyVersion
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
BibleSutdy Version Class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.2
-
-
-use
-This is used by biblestudy.debug.php
-
-
-
- Methods
-
-
Retrieve MySQL Server version.
-
MySQLVersion() : string
-
-
-
-
Returns
-
-string
MySQL version
-
-
-
-
Retrieve PHP Server version.
-
PHPVersion() : string
-
-
-
-
Returns
-
-string
PHP version
-
-
-
-
Retrieve installed Bible Study version as string.
-
version() : string
-
-
-
-
Returns
-
-string
"X.Y.Z | YYYY-MM-DD | BUILDNUMBER [versionname]"
-
-
-
-
Retrieve installed Biblestudy version as array.
-
versionObject() : object
-
-
-
-
Returns
-
-object
Contains fields: version, versiondate, build, versionname
-
-
-
-
Retrieve Bible Study version from manifest.xml
-
versionXML() : string
-
-
-
-
Returns
-
-string
version
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Com_BiblestudyInstallerScript.html b/docs/classes/Com_BiblestudyInstallerScript.html
deleted file mode 100644
index 3be9ae7d23..0000000000
--- a/docs/classes/Com_BiblestudyInstallerScript.html
+++ /dev/null
@@ -1,555 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Com_BiblestudyInstallerScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Proclaim Install Script
-
-
-
-
- Methods
-
-
Check Requirements
-
checkRequirements(string $version) : boolean
-
-
-
-
-
Parameters
-
-
$version
-
string
JBSM version to check for.
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Delete Files
-
deleteFiles(string $path, array $ignore = array()
) : void
-
-
-
-
-
Parameters
-
-
$path
-
string
Path of File
-
-
$ignore
-
array
Array of files to Ignore
-
-
-
-
Delete Folder
-
deleteFolder(string $path, array $ignore = array()
) : void
-
-
-
-
-
Parameters
-
-
$path
-
string
Path of folder
-
-
$ignore
-
array
Ignore list
-
-
-
-
Delete Folders
-
deleteFolders(string $path, array $ignore = array()
) : \void;
-
-
-
-
-
Parameters
-
-
$path
-
string
Path to folders
-
-
$ignore
-
array
Ingnore array of files
-
Returns
-
\void;
-
-
-
-
Rout to Install
-
discover_install(\JInstallerFile $parent) : boolean
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
?
-
Returns
-
boolean
-
-
-
-
Install
-
install(\JInstallerFile $parent) : boolean
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
Where call is coming from
-
Returns
-
boolean
-
-
-
-
Post Flight
-
postflight(string $type, \JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
Type of install
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
Exceptions
-
-
-
-
-
$parent is the class calling this method.
-
preflight(string $type, \JInstallerFile $parent) : boolean
-
-
-
$type is the type of change (install, update or discover_install, not uninstall).
-preflight runs before anything else and while the extracted files are in the uploaded temp folder.
-If preflight returns false, Joomla will abort the update and undo everything already done.
-
-
Parameters
-
-
$type
-
string
Type of install
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Uninstall rout to JBSMModelInstall
-
uninstall(\JInstallerFile $parent) : boolean
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
?
-
Returns
-
boolean
-
-
-
-
Update will go to install
-
update(\JInstallerFile $parent) : boolean
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
?
-
Returns
-
boolean
-
-
-
-
Check Database Driver
-
checkDbo(string $name, array $types) : boolean
-
-
-
-
-
Parameters
-
-
-
$types
-
array
Array of drivers supported
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Check PHP Extension Requirement
-
checkExtensions(array $extensions) : integer
-
-
-
-
-
Parameters
-
-
$extensions
-
array
Array of version to look for
-
Exceptions
-
-
Returns
-
integer
-
-
-
-
Check the installed version of Proclaim
-
checkJBSM(string $version) : boolean
-
-
-
-
-
Parameters
-
-
$version
-
string
Proclaim Version to check for
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Check Versions of JBSM
-
checkVersion(string $name, string $version) : boolean
-
-
-
-
-
Parameters
-
-
$name
-
string
Name of version
-
-
$version
-
string
Version to look for
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Uninstalls subextensions (modules, plugins) bundled with the main extension
-
_uninstallSubextensions(\JInstallerAdapter $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerAdapter
is the class calling this method.
-
-
-
- Properties
-
-
Path to Mysql files
-
$filePath : string
-
-
Default
-
'/components/com_biblestudy/install/sql/updates/mysql'
-
-
-
-
-
-
The component's name
-
$biblestudy_extension : string
-
-
Default
-
'com_biblestudy'
-
-
-
-
-
-
$extensions
-
$extensions
-
-
Default
-
array('dom', 'gd', 'json', 'pcre', 'SimpleXML')
-
-
-
-
-
-
$status
-
$status
-
-
-
-
-
-
This is Minimum requirements for: PHP, MySQL, Joomla
-
$versions : array
-
-
Default
-
array('PHP' => array('5.5' => '5.5.3', '5.6' => '5.6.30', '7.0' => '7.0.13', '7.1' => '7.1.0', '0' => '7.0.13'), 'MySQL' => array('5.1' => '5.1', '5.5' => '5.5.3', '0' => '5.5.3'), 'Joomla!' => array('3.6' => '3.6.3', '3.7' => '3.7.0', '0' => '3.8.3'))
-
-
-
-
-
-
The list of extra modules and plugins to install
-
$installation_queue : array
-
-
Default
-
array('modules' => array('admin' => array(), 'site' => array('biblestudy' => 0, 'biblestudy_podcast' => 0)), 'plugins' => array('finder' => array('biblestudy' => 1), 'search' => array('biblestudysearch' => 0), 'system' => array('jbspodcast' => 0, 'jbsbackup' => '0')))
-
-
-
-
-
-
-author
-CWM Team
-
-
-since
-9.0.18
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Dump_File.html b/docs/classes/Dump_File.html
deleted file mode 100644
index a4942cb526..0000000000
--- a/docs/classes/Dump_File.html
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Dump_File
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
BibleStudy Download Class
-
-
-
-
- Methods
-
-
Method to send file to browser
-
download(int $mid) : null
-
-
-
-
-
Parameters
-
-
Returns
-
null
-
-
-
-
Method to get file size
-
getRemoteFileSize(object $url) : boolean
-
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Method tho track Downloads
-
hitDownloads(int $mid) : boolean
-
-
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/FixJBSAssets.html b/docs/classes/FixJBSAssets.html
deleted file mode 100644
index e217e39a22..0000000000
--- a/docs/classes/FixJBSAssets.html
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
Proclaim API » \FixJBSAssets
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Asset Fix class
-
-
-
-
- Methods
-
-
Check Assets
-
checkAssets() : array
-
Static
-
-
-
-
Fix Assets function.
-
fixassets() : boolean
-
Static
-
-
-
-
Table list Array.
-
getassetObjects() : array
-
Static
-
-
-
-
Delete assets
-
deleteasset(object $data) : boolean
-
Static
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Set Asset
-
setasset(object $data, string $assetname) : boolean
-
Static
-
-
-
Parameters
-
-
-
$assetname
-
string
Asset Name
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/GDLib.html b/docs/classes/GDLib.html
deleted file mode 100644
index d9c1684dff..0000000000
--- a/docs/classes/GDLib.html
+++ /dev/null
@@ -1,229 +0,0 @@
-
-
-
-
-
-
Proclaim API » \GDLib
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Abstraction layer for the GD PHP library
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.0
-
-
-inherited_from
-\JBSMImageLib
-
-
-
- Methods
-
-
Construct System.
-
__construct()
-
-
-
-
-
Get Series Podcast File
-
getSeriesPodcast(string $img, string $new) : string
-
-Inherited Static
-
-
-
-
-
Parameters
-
-
$img
-
string
Org Image File
-
-
$new
-
string
New Image File
-
Returns
-
string
-
-
-
-
Resize Image
-
resize_image(string $targetFile, string $originalFile, integer $newWidth = 200
, integer $canv_width = 200
, integer $canv_height = 200
) : void
-
Static
-
-
-
-
Parameters
-
-
$targetFile
-
string
Target File Path
-
-
$originalFile
-
string
File
-
-
$newWidth
-
integer
Image New Width
-
-
$canv_width
-
integer
Image Canvas Width
-
-
$canv_height
-
integer
Image Canvas Height
-
Exceptions
-
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-since
-1.5
-
-
-inherited_from
-\JBSMImageLib::extension
-
-
-
-
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/ImageMagickLib.html b/docs/classes/ImageMagickLib.html
deleted file mode 100644
index 581a4e4db9..0000000000
--- a/docs/classes/ImageMagickLib.html
+++ /dev/null
@@ -1,211 +0,0 @@
-
-
-
-
-
-
Proclaim API » \ImageMagickLib
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Abstraction layer for the ImageMagick PHP library
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.0
-
-
-inherited_from
-\JBSMImageLib
-
-
-
- Methods
-
-
Get Series Podcast File
-
getSeriesPodcast(string $img, string $new) : string
-
-Inherited Static
-
-
-
-
-
Parameters
-
-
$img
-
string
Org Image File
-
-
$new
-
string
New Image File
-
Returns
-
string
-
-
-
-
Resize Image
-
resize_image(string $targetFile, string $originalFile, integer $newWidth = 200
, integer $canv_width = 200
, integer $canv_height = 200
) : void
-
Static
-
-
-
-
Parameters
-
-
$targetFile
-
string
Target File Path
-
-
$originalFile
-
string
File
-
-
$newWidth
-
integer
Image New Width
-
-
$canv_width
-
integer
Image Canvas Width
-
-
$canv_height
-
integer
Image Canvas Height
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-since
-1.5
-
-
-inherited_from
-\JBSMImageLib::extension
-
-
-
-
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBS701Update.html b/docs/classes/JBS701Update.html
deleted file mode 100644
index aba1ad2cef..0000000000
--- a/docs/classes/JBS701Update.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBS701Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 7.0.1 class
-
-
-
-
- Methods
-
-
Upgrade for 7.0.1
-
do701update() : boolean
-
-
-
-
-
Update the Topics
-
updatetopics() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBS702Update.html b/docs/classes/JBS702Update.html
deleted file mode 100644
index f521a50722..0000000000
--- a/docs/classes/JBS702Update.html
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBS702Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Inserts some css code to fix pagination problem and add a tag for the captcha of comments
-
-
-
-
- Methods
-
-
Update CSS for 7.0.2
-
css702() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBS710Update.html b/docs/classes/JBS710Update.html
deleted file mode 100644
index a60e05ff18..0000000000
--- a/docs/classes/JBS710Update.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBS710Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 7.1.0 class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.1.0
-
-
-todo
-need to update to new SQL and Joomla @BCC
-
-
-
- Methods
-
-
Set Empty templates
-
setemptytemplates() : void
-
Static
-
-
-
-
Method to Update to 7.1.0
-
update710() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBS800Update.html b/docs/classes/JBS800Update.html
deleted file mode 100644
index ed61cc81ff..0000000000
--- a/docs/classes/JBS800Update.html
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBS800Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 8.0.0 class
-
-
-
-
- Methods
-
-
-
Method to Update to 8.0.0
-
update800() : boolean
-
-
-
-
-
Migrate Topics
-
migrate_topics() : bool
-
-
-
-
-
Update studies to reference newly created topics
-
update_studies(Object $topic_table, String $old_topic_id) : void
-
-
-
-
Parameters
-
-
$topic_table
-
Object
Object containing the saved topic record
-
-
$old_topic_id
-
String
Reference to the old topic id
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSConvert.html b/docs/classes/JBSConvert.html
deleted file mode 100644
index e28dc63bda..0000000000
--- a/docs/classes/JBSConvert.html
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSConvert
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Class script to convert SermonSpeaker 3.4 to Proclaim
-
-
-
-
- Methods
-
-
function to convert SermonSpeaker
-
convertSS() : string
-
-
-
-
Returns
-
-string
Table for resultes
-
-
-
-
Get Time
-
getTime(string $time) : object
-
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
Get Version of Booknumber
-
getVerses(string $sermon) : object
-
-
-
-
Parameters
-
-
$sermon
-
string
Book of the Bible.
-
Returns
-
-object
Version of the Books
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSDebug.html b/docs/classes/JBSDebug.html
deleted file mode 100644
index 40bd9cfa58..0000000000
--- a/docs/classes/JBSDebug.html
+++ /dev/null
@@ -1,406 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \JBSDebug
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
Class JBS Debug
-
-
-
-
-
- Methods
-
-
-
-
System to get BibleStudy Error
-
Biblestudy_error(string $message, int $level, int $back) : null
-
-
-
-
-
Parameters
-
-
-
$message
-
string
-
-
Message to display
-
-
$level
-
int
-
-
Lever of Notice
-
-
$back
-
int
-
-
Id to return
-
Returns
-
-
null
-
-
-
-
-
-
-
Check DB Warning
-
Check_dbwarning(string $text) : null
-
-
-
-
-
Parameters
-
-
-
$text
-
string
-
-
Text
-
Returns
-
-
null
-
-
-
-
-
-
-
Show the callstackinfo to this point in a decent format
-
Debug_callstackinfo(int $back) : string
-
-
-
-
-
Parameters
-
-
-
$back
-
int
-
-
Back info
-
Returns
-
-
string
-
-
-
-
-
-
-
Little helper to created a formatted output of variables
-
Debug_vars(array $varlist) : string
-
-
-
-
-
Parameters
-
-
-
$varlist
-
array
-
-
List ov Var
-
Returns
-
-
string
-
-
-
-
-
-
-
Trigger DB Warning
-
Trigger_dbwarning(string $text) : null
-
-
-
-
-
Parameters
-
-
-
$text
-
string
-
-
Text
-
Returns
-
-
null
-
-
-
-
-
-
-
System to Check for DB errors
-
check_dberror(string $text, int $back) : null
-
-
-
-
-
Parameters
-
-
-
$text
-
string
-
-
Text to Disaply
-
-
$back
-
int
-
-
ID to return
-
Returns
-
-
null
-
-
-
-
-
-
-
Default assert call back funtion
- If certain things fail hard we MUST know about it
-
debug_assert_callback(string $script, string $line, string $message) : null
-
-
-
-
-
Parameters
-
-
-
$script
-
string
-
-
Script
-
-
$line
-
string
-
-
Line
-
-
$message
-
string
-
-
Message
-
Returns
-
-
null
-
-
-
-
-
-
-
Production error handling
-
trigger_dberror(string $text, int $back) : null
-
-
-
-
-
Parameters
-
-
-
$text
-
string
-
-
Text
-
-
Returns
-
-
null
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSExport.html b/docs/classes/JBSExport.html
deleted file mode 100644
index 10e09f3bf1..0000000000
--- a/docs/classes/JBSExport.html
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSExport
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Export Class
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-JBSMigration.Admin
-
-
-since
-
-
-
-
- Methods
-
-
Creates Backup File.
-
createBackup(string $localfilename) : boolean
-
-
-
-
Parameters
-
-
$localfilename
-
string
File Name on local server
-
Returns
-
boolean
-
-
-
-
Export Db function
-
exportdb() : boolean
-
-
-
-
-
Get Export Table
-
getExportTable(string $table) : boolean
-
-
-
-
Parameters
-
-
$table
-
string
Table Name exp: #__bsms_admin
-
Returns
-
boolean
-
-
-
-
Get Opjects for tables
-
getObjects() : array
-
-
-
-
-
File output
-
output_file(string $file, string $name, string $mime_type) : boolean
-
-
-
-
Parameters
-
-
-
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSM701Update.html b/docs/classes/JBSM701Update.html
deleted file mode 100644
index fbce96b48d..0000000000
--- a/docs/classes/JBSM701Update.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSM701Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 7.0.1 class
-
-
-
-
- Methods
-
-
Upgrade for 7.0.1
-
do701update() : boolean
-
-
-
-
-
Update the Topics
-
updatetopics() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSM702Update.html b/docs/classes/JBSM702Update.html
deleted file mode 100644
index 92842fa45d..0000000000
--- a/docs/classes/JBSM702Update.html
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSM702Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Inserts some css code to fix pagination problem and add a tag for the captcha of comments
-
-
-
-
- Methods
-
-
Update CSS for 7.0.2
-
css702() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSM710Update.html b/docs/classes/JBSM710Update.html
deleted file mode 100644
index a72ae4527a..0000000000
--- a/docs/classes/JBSM710Update.html
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSM710Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 7.1.0 class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-
-
-
-todo
-need to update to new SQL and Joomla @BCC
-
-
-
- Methods
-
-
Set Empty templates
-
setemptytemplates() : void
-
Static
-
-
-
-
Method to Update to 7.1.0
-
update710() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSM800Update.html b/docs/classes/JBSM800Update.html
deleted file mode 100644
index d0717823a9..0000000000
--- a/docs/classes/JBSM800Update.html
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSM800Update
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update for 8.0.0 class
-
-
-
-
- Methods
-
-
-
Method to Update to 8.0.0
-
update800() : boolean
-
-
-
-
-
Migrate Topics
-
migrate_topics() : bool
-
-
-
-
-
Update studies to reference newly created topics
-
update_studies(Object $topic_table, String $old_topic_id) : void
-
-
-
-
Parameters
-
-
$topic_table
-
Object
Object containing the saved topic record
-
-
$old_topic_id
-
String
Reference to the old topic id
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAddon.html b/docs/classes/JBSMAddon.html
deleted file mode 100644
index d6e5c204d2..0000000000
--- a/docs/classes/JBSMAddon.html
+++ /dev/null
@@ -1,291 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAddon
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Abstract Server class
-
-
-
-
- Methods
-
-
Construct
-
__construct(array $config = array()
)
-
-
-
-
-
Parameters
-
-
$config
-
array
Array of Obtains
-
Exceptions
-
-
-
-
-
Returns a Addon object, always creating it
-
getInstance(string $type, array $config = array()
) : boolean
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Gets the type of addon loaded based on the class name
-
getType() : string
-
-
-
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Loads the addon configuration from the xml file
-
getXml() : boolean | \SimpleXMLElement
-
-
-
-
-
Exceptions
-
-
Returns
-
-boolean
\SimpleXMLElement
-
-
-
-
-
Upload
-
upload(\JInput $target) : mixed
-
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
$config
-
$config
-
-
-
-
-
-
$description
-
$description
-
-
-
-
-
-
-
The type of server
-
$type : string
-
-
-
-
-
-
Addon configuration
-
$xml : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAddonLegacy.html b/docs/classes/JBSMAddonLegacy.html
deleted file mode 100644
index a576eedf00..0000000000
--- a/docs/classes/JBSMAddonLegacy.html
+++ /dev/null
@@ -1,339 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAddonLegacy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class JBSMAddonLegacy
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon
-
-
-
- Methods
-
-
Construct
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
Parameters
-
-
$config
-
array
Array of Obtains
-
Exceptions
-
-
-
-
-
Returns a Addon object, always creating it
-
getInstance(string $type, array $config = array()
) : boolean
-
-Inherited Static
-
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Gets the type of addon loaded based on the class name
-
getType() : string
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Loads the addon configuration from the xml file
-
getXml() : boolean | \SimpleXMLElement
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
-boolean
\SimpleXMLElement
-
-
-
-
-
Upload
-
upload(\JInput|array $data) : array
-
-
-
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon::upload()
-
-
-
Parameters
-
-
$data
-
\JInput
array
Data to upload
-
Returns
-
array
-
-
-
-
Upload
-
upload(\JInput $target) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
$config
-
$config
-
-
-
-
-
-inherited_from
-\JBSMAddon::config
-
-
-
-
-
$config
-
$config
-
-
-
-
-
-
$description
-
$description
-
-
-
-
-
-
-
The type of server
-
$type : string
-
-
-
-
-
-
Addon configuration
-
$xml : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAddonLocal.html b/docs/classes/JBSMAddonLocal.html
deleted file mode 100644
index 9c377fbbc9..0000000000
--- a/docs/classes/JBSMAddonLocal.html
+++ /dev/null
@@ -1,339 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAddonLocal
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class JBSMAddonLocal
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon
-
-
-
- Methods
-
-
Construct
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
Parameters
-
-
$config
-
array
Array of Obtains
-
Exceptions
-
-
-
-
-
Returns a Addon object, always creating it
-
getInstance(string $type, array $config = array()
) : boolean
-
-Inherited Static
-
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Gets the type of addon loaded based on the class name
-
getType() : string
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Loads the addon configuration from the xml file
-
getXml() : boolean | \SimpleXMLElement
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
-boolean
\SimpleXMLElement
-
-
-
-
-
Upload
-
upload(\JInput|array $data) : array
-
-
-
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon::upload()
-
-
-
Parameters
-
-
$data
-
\JInput
array
Data to upload
-
Returns
-
array
-
-
-
-
Upload
-
upload(\JInput $target) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
$config
-
$config
-
-
-
-
-
-inherited_from
-\JBSMAddon::config
-
-
-
-
-
$config
-
$config
-
-
-
-
-
-
$description
-
$description
-
-
-
-
-
-
-
The type of server
-
$type : string
-
-
-
-
-
-
Addon configuration
-
$xml : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAddonYouTube.html b/docs/classes/JBSMAddonYouTube.html
deleted file mode 100644
index 968058141d..0000000000
--- a/docs/classes/JBSMAddonYouTube.html
+++ /dev/null
@@ -1,339 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAddonYouTube
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class JBSMAddonYouTube
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon
-
-
-
- Methods
-
-
Construct
-
__construct(array $config = array()
)
-
Inherited
-
-
-
-
Parameters
-
-
$config
-
array
Array of Obtains
-
Exceptions
-
-
-
-
-
Returns a Addon object, always creating it
-
getInstance(string $type, array $config = array()
) : boolean
-
-Inherited Static
-
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
-
Gets the type of addon loaded based on the class name
-
getType() : string
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Loads the addon configuration from the xml file
-
getXml() : boolean | \SimpleXMLElement
-
Inherited
-
-
-
-
Exceptions
-
-
Returns
-
-boolean
\SimpleXMLElement
-
-
-
-
-
Upload
-
upload(\JInput|array $data) : array
-
-
-
-
-
-since
-9.0.0
-
-
-inherited_from
-\JBSMAddon::upload()
-
-
-
Parameters
-
-
$data
-
\JInput
array
Data to upload
-
Returns
-
array
-
-
-
-
Upload
-
upload(\JInput $target) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
$config
-
$config
-
-
-
-
-
-inherited_from
-\JBSMAddon::config
-
-
-
-
-
$config
-
$config
-
-
-
-
-
-
$description
-
$description
-
-
-
-
-
-
-
The type of server
-
$type : string
-
-
-
-
-
-
Addon configuration
-
$xml : object
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAlias.html b/docs/classes/JBSMAlias.html
deleted file mode 100644
index bb86f142e0..0000000000
--- a/docs/classes/JBSMAlias.html
+++ /dev/null
@@ -1,185 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAlias
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for updating the alias in certain tables
-
-
-
-
- Methods
-
-
Update Alias
-
updateAlias() : string
-
Static
-
-
-
-
Get Object's for tables
-
getObjects() : array
-
Static
-
-
-
-
Get Table fields for updating.
-
getTableQuery(string $table, string $title) : boolean | array
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
-boolean
array
-
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMAssets.html b/docs/classes/JBSMAssets.html
deleted file mode 100644
index 4401c4f997..0000000000
--- a/docs/classes/JBSMAssets.html
+++ /dev/null
@@ -1,277 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMAssets
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Asset Fix class
-
-
-
-
- Methods
-
-
Build functions
-
build() : boolean
-
-
-
-
-
Check Assets
-
checkAssets() : array
-
Static
-
-
-
-
Fix Assets function.
-
fixAssets(string $key, object $result) : boolean
-
Static
-
-
-
-
Parameters
-
-
$key
-
string
Asset name to affect
-
-
$result
-
object
Assets to look at.
-
Returns
-
boolean
-
-
-
-
Set Parent ID
-
parentid() : integer
-
Static
-
-
-
-
Returns
-
-integer
Parent ID
-
-
-
-
Table list Array.
-
getassetObjects() : array
-
Static
-
-
-
-
Delete assets
-
deleteasset(object $data) : boolean
-
Static
-
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Set Asset
-
setasset(object $data, string $assetName) : boolean
-
Static
-
-
-
-
Parameters
-
-
-
$assetName
-
string
Asset Name
-
Returns
-
boolean
-
-
-
- Properties
-
-
-
$parent_id
-
$parent_id
-
-
Static
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMBackup.html b/docs/classes/JBSMBackup.html
deleted file mode 100644
index 0cb5b46a9c..0000000000
--- a/docs/classes/JBSMBackup.html
+++ /dev/null
@@ -1,309 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMBackup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JBS Export class
-
-
-
-
- Methods
-
-
Export DB//
-
exportdb(integer $run) : boolean
-
-
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Get Export Table
-
getExportTable(string $table) : boolean | string
-
-
-
-
-
Parameters
-
-
$table
-
string
Table name
-
Returns
-
-boolean
string
-
-
-
-
-
File output
-
output_file(string $file, string $name, string $mime_type = ''
) : void
-
-
-
-
-
Parameters
-
-
-
$name
-
string
Name output
-
-
$mime_type
-
string
Meme_Type
-
-
-
-
Update files
-
updatefiles(\Joomla\Registry\Registry $params) : void
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
JBSM Params
-
-
-
-
Saves the string in $fileData to the file $backupfile. Returns TRUE. If saving
-failed, return value is FALSE.
-
writeline(string $fileData) : boolean
-
-
-
-
-
Parameters
-
-
$fileData
-
string
&$fileData Data to write. Set to null to close the file handle.
-
Returns
-
-boolean
TRUE is saving to the file succeeded
-
-
-
- Properties
-
-
Data cache, used to cache data before being written to disk
-
$data_cache : string
-
-
-
-
-
-
Absolute path to dump file; must be writable (optional; if left blank it is automatically calculated)
-
$dumpFile : string
-
-
-
-
-
-
Relative path of how the file should be saved in the archive
-
$saveAsName : string
-
-
-
-
-
-
Absolute path to the temp file
-
$tempFile : string
-
-
-
-
-
-
Filepointer to the current dump part
-
$fp : resource
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMBibleStudyHelper.html b/docs/classes/JBSMBibleStudyHelper.html
deleted file mode 100644
index d899673c5c..0000000000
--- a/docs/classes/JBSMBibleStudyHelper.html
+++ /dev/null
@@ -1,465 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMBibleStudyHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy Helper class
-
-
-
-
- Methods
-
-
-
Sorting the array a Column
-
array_sort_by_column(array $arr, string $col, integer $dir = SORT_ASC
) : void
-
Static
-
-
-
-
Parameters
-
-
$arr
-
array
&$arr Array to sort
-
-
-
$dir
-
integer
Direction to sort
-
-
-
-
Debug switch state form Admin Settings page
-
debug() : integer
-
Static
-
-
-
-
Returns
-
-integer
'1' is on '0' is off
-
-
-
-
String Ends with.
-
endsWith(string $haystack, string $needle) : boolean
-
Static
-
-
-
-
Parameters
-
-
$haystack
-
string
String to search.
-
-
$needle
-
string
What to search for.
-
Returns
-
boolean
-
-
-
-
Applies the content tag filters to arbitrary text as per settings for current user group
-
filterText(string $text) : string
-
Static
-
-
-
-
Parameters
-
-
$text
-
string
The string to filter
-
Returns
-
-string
The filtered string
-
-
-
-
Get Actions
-
getActions(integer $Itemid = 0
, string $type = ''
) : \JObject
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
\JObject
-
-
-
-
-
-
Message Types
-
getMessageTypes() : array
-
Static
-
-
-
-
Returns
-
-array
Returns list of message types
-
-
-
-
Study Books
-
getStudyBooks() : array
-
Static
-
-
-
-
Returns
-
-array
Returns list of books
-
-
-
-
Study Locations
-
getStudyLocations() : array
-
Static
-
-
-
-
Returns
-
-array
Returns list of books
-
-
-
-
-
Study Years
-
getStudyYears() : array
-
Static
-
-
-
-
Returns
-
-array
Returns list of years of studies based on studydate
-
-
-
-
Teachers
-
getTeachers() : array
-
Static
-
-
-
-
Returns
-
-array
Returns list of Teachers
-
-
-
-
-
String Starts With
-
startsWith(string $haystack, string $needle) : boolean
-
Static
-
-
-
-
Parameters
-
-
$haystack
-
string
String to search.
-
-
$needle
-
string
What to search for.
-
Returns
-
boolean
-
-
-
-
Debug stop
-
stop(string $msg = ''
) : void
-
Static
-
-
-
-
Parameters
-
-
$msg
-
string
Message to sent.
-
Exceptions
-
-
-
-
- Properties
-
-
$admin_params
-
$admin_params
-
-
Static
-
-
-
-
Set extension
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMBiblestudyVersion.html b/docs/classes/JBSMBiblestudyVersion.html
deleted file mode 100644
index f920fa3312..0000000000
--- a/docs/classes/JBSMBiblestudyVersion.html
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMBiblestudyVersion
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy Version Class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.2
-
-
-use
-This is used by biblestudy.debug.php
-
-
-
- Methods
-
-
Retrieve MySQL Server version.
-
MySQLVersion() : string
-
-
-
-
-
Returns
-
-string
MySQL version
-
-
-
-
Retrieve PHP Server version.
-
PHPVersion() : string
-
-
-
-
-
Returns
-
-string
PHP version
-
-
-
-
Retrieve installed Bible Study version as string.
-
version() : string
-
-
-
-
-
Returns
-
-string
"X.Y.Z | YYYY-MM-DD | BUILDNUMBER [versionname]"
-
-
-
-
Retrieve installed Biblestudy version as array.
-
versionObject() : object
-
-
-
-
-
Returns
-
-object
Contains fields: version, versiondate, build, versionname
-
-
-
-
Retrieve Bible Study version from manifest.xml
-
versionXML() : string
-
-
-
-
-
Returns
-
-string
version
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMCustom.html b/docs/classes/JBSMCustom.html
deleted file mode 100644
index 5686be7d35..0000000000
--- a/docs/classes/JBSMCustom.html
+++ /dev/null
@@ -1,155 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMCustom
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class custom helper
-
-
-
-
- Methods
-
-
Get Custom page
-
getCustom(integer $rowid, string $custom, object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
-
-
-
-
-
Parameters
-
-
$rowid
-
integer
ID of Row
-
-
$custom
-
string
Custom String
-
-
-
$params
-
\Joomla\Registry\Registry
Params for intro
-
-
$template
-
\TableTemplate
Template ID
-
Returns
-
object
-
-
-
-
Get Element Number.
-
getElementnumber(integer $rowid) : integer
-
Static
-
-
-
-
Parameters
-
-
Returns
-
integer
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMDbHelper.html b/docs/classes/JBSMDbHelper.html
deleted file mode 100644
index e2d004b41e..0000000000
--- a/docs/classes/JBSMDbHelper.html
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMDbHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Database Helper class for version 7.1.0
-
-
-
-
- Methods
-
-
Clean up Study Topics Duplicates
-
CleanStudyTopics() : void
-
Static
-
-
-
-
Alters a table
-command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE tables.
-
alterDB(array $tables, string $from = null
) : boolean
-
Static
-
-
-
-
Parameters
-
-
$tables
-
array
Tables is an array of tables, fields, type of query and optional command line
-
-
$from
-
string
Where the query is coming from for msg
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Checks a table for the existence of a field, if it does not find it, runs the Admin model fix()
-
checkDB(string $table, string $field) : boolean
-
Static
-
-
-
-
Parameters
-
-
$table
-
string
table is the table you are checking
-
-
$field
-
string
field you are checking
-
Returns
-
boolean
-
-
-
-
System to Check if Table Exists
-
checkIfTable(string $cktable) : boolean
-
Static
-
-
-
-
Parameters
-
-
$cktable
-
string
Table to check for exp:"#__bsms_admin
-
Returns
-
-boolean
If table is there True else False if not.
-
-
-
-
Discover the fields in a table
-
checkTables(string $table, string $field) : boolean
-
Static
-
-
-
-
Parameters
-
-
$table
-
string
Is the table you are checking
-
-
$field
-
string
Checking against.
-
Returns
-
-boolean
false equals field does not exist
-
-
-
-
Fix up css.
-
fixupcss(string $filename, boolean $parent, string $newcss, integer $id = null
) : boolean
-
Static
-
-
-
-
Parameters
-
-
$filename
-
string
Name of css file
-
-
$parent
-
boolean
if coming form the update script
-
-
$newcss
-
string
New css style
-
-
$id
-
integer
this is the id of record to be fixed
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Get State of install for Main Admin Controller
-
getInstallState() : boolean
-
Static
-
-
-
-
Returns
-
-boolean
false if table exists | true if dos not
-
-
-
-
Get Objects for tables
-
getObjects() : array
-
Static
-
-
-
-
-
Set table store()
-
reloadtable(object $result, string $table = 'Style'
) : boolean
-
Static
-
-
-
-
Parameters
-
-
$result
-
object
Object list that we will get the id from.
-
-
$table
-
string
Table to be reloaded.
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Reset Database back to defaults
-
resetdb(boolean $install = false
) : boolean | integer
-
Static
-
-
-
-
Parameters
-
-
$install
-
boolean
If coming from the installer true|false not form installer
-
Exceptions
-
-
Returns
-
-boolean
integer
-
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
$install_state
-
$install_state
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMDebug.html b/docs/classes/JBSMDebug.html
deleted file mode 100644
index 99207524d6..0000000000
--- a/docs/classes/JBSMDebug.html
+++ /dev/null
@@ -1,318 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMDebug
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class JBSMDebug
-
-
-
-
-package
-Proclaim
-
-
-since
-8.0.0
-
-
-deprecated
-9.0.0 JBSM
-
-
-
- Methods
-
-
Trigger JBS Errors
-
Biblestudy_error(string $message, integer $level = E_USER_NOTICE
, integer $back = 1
) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
-
-
Check db Error
-
Check_Db_error(string $text = ''
, integer $back = 0
) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
-
Check db warning
-
Check_Db_warning(string $text = ''
) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
Default assert call back function
-If certain things fail hard we MUST know about it
-
Debug_Assert_callback(string $script, integer $line, string $message) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
-
-
Show the callstack to this point in a decent format
-
Debug_Call_Stack_info(integer $back = 1
) : object
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
Little helper to created a formatted output of variables
-
Debug_vars(array $varlist) : string
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
Production error handling
-
Trigger_Db_error(string $text = ''
, integer $back = 0
) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
-
DB Warning
-
Trigger_Db_warning(string $text = ''
) : void
-
-
-
-
-
-deprecated
-9.0.0 JBSM
-
-
-since
-7.0.0
-
-
-
Parameters
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMDownload.html b/docs/classes/JBSMDownload.html
deleted file mode 100644
index 6b3f9daa69..0000000000
--- a/docs/classes/JBSMDownload.html
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMDownload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy Download Class
-
-
-
-
- Methods
-
-
Method to send file to browser
-
download(integer $mid) : null
-
-
-
-
-
Parameters
-
-
$mid
-
integer
ID of media
-
Returns
-
null
-
-
-
-
Method tho track Downloads
-
hitDownloads(integer $mid) : boolean
-
-
-
-
-
Parameters
-
-
Returns
-
-boolean
True if hit makes it or False if failed to query
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMElements.html b/docs/classes/JBSMElements.html
deleted file mode 100644
index 2bcbea572e..0000000000
--- a/docs/classes/JBSMElements.html
+++ /dev/null
@@ -1,453 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMElements
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Class for Elements
-
-
-
-
- Methods
-
-
Check whether date is valid YYYY-MM-DD format
-
MyCheckDate(string $datein) : boolean
-
-
-
-
Parameters
-
-
$datein
-
string
Study Date
-
Returns
-
boolean
-
-
-
-
Only Return the Body of a html doc.
-
body_only(string $html) : string
-
-
-
-
-
Parameters
-
-
$html
-
string
Html document
-
Returns
-
string
-
-
-
-
Get Article
-
getArticle(object $media, int $width, int $height, string $src) : string
-
-
-
-
Parameters
-
-
-
-
-
$src
-
string
URL of image
-
Returns
-
string
-
-
-
-
Get Docman
-
getDocman(object $media, int $width, int $height, string $src, string $duration, int $filesize) : string
-
-
-
-
Parameters
-
-
-
-
-
$src
-
string
Source of Image
-
-
$duration
-
string
Duration
-
-
$filesize
-
int
File Size of Doc
-
Returns
-
string
-
-
-
-
Get Duration
-
getDuration(object $params, object $row) : null | string
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
Returns
-
-null
string
-
-
-
-
-
Get Elementid
-
getElementid(int $rowid, \JTable $row, \Registry $params, \Registry $admin_params, int $template) : object
-
-
-
-
-todo
-Redo to MVC Standers under a class
-
-
Parameters
-
-
-
-
$params
-
\Registry
Component / System Params
-
-
-
$admin_params
-
\Registry
Admin Settings
-
-
$template
-
int
Template ID
-
Returns
-
object
-
-
-
-
Get File Path
-
getFilepath(string $id3, string $idfield, string $mime) : string
-
-
-
-
-FIXME
-look like the last where is not right, TOM
-
-
Parameters
-
-
-
$idfield
-
string
ID Filed
-
-
$mime
-
string
MimeType info
-
Returns
-
string
-
-
-
-
Function to get File Size
-
getFilesize(string $file_size) : null | string
-
-
-
-
Parameters
-
-
$file_size
-
string
Size in bytes
-
Returns
-
-null
string
-
-
-
-
-
-
-
Get Scripture
-
getScripture(object $params, object $row, string $esv, string $scripturerow) : string
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
-
-
$scripturerow
-
string
Scripture Row
-
Returns
-
string
-
-
-
-
Get Textlink
-
getTextlink(\Registry $params, object $row, string $textorpdf, \Registry $admin_params, int $template) : string
-
-
-
-
Parameters
-
-
$params
-
\Registry
Item Params
-
-
-
$textorpdf
-
string
Text Or PDF location
-
-
$admin_params
-
\Registry
Admin info
-
-
$template
-
int
Template ID
-
Returns
-
string
-
-
-
-
Get Virtuart
-
getVirtuemart(object $media, int $width, int $height, string $src, object $params) : string
-
-
-
-
Parameters
-
-
$media
-
object
Media info
-
-
-
-
-
$params
-
object
Item Params
-
Returns
-
string
-
-
-
-
Get StudyDate
-
getstudyDate(object $params, string $studydate) : string
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
$studydate
-
string
Study Date
-
Returns
-
string
-
-
-
-
Get Store
-
getStore(object $params, object $row) : string
-
-
-
-
Parameters
-
-
-
Returns
-
-string
Fixme look like this has missing info for the width and height. TOM
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMFixAlias.html b/docs/classes/JBSMFixAlias.html
deleted file mode 100644
index e8ea133bbb..0000000000
--- a/docs/classes/JBSMFixAlias.html
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMFixAlias
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Class for updating the alias in certain tables
-
-
-
-
- Methods
-
-
Update Alias
-
updateAlias() : string
-
Static
-
-
-
-
Get Object's for tables
-
getObjects() : array
-
Static
-
-
-
-
Get Table fields for updating.
-
getTableQuery(string $table, string $title) : boolean | array
-
Static
-
-
-
Parameters
-
-
-
Returns
-
-boolean
array
-
-
-
-
- Properties
-
-
-
$extension : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMFreshInstall.html b/docs/classes/JBSMFreshInstall.html
deleted file mode 100644
index 481f85e81e..0000000000
--- a/docs/classes/JBSMFreshInstall.html
+++ /dev/null
@@ -1,790 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ JBSMFreshInstall
-
Fresh install class
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- installCSS()
-
- installCSS() : boolean
- Install CSS on Fresh install
-
-
-
-
- Returns
- boolean
-
-
-
-
-
- static
-
-
- Tags
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:44.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMHelper.html b/docs/classes/JBSMHelper.html
deleted file mode 100644
index 7046babe02..0000000000
--- a/docs/classes/JBSMHelper.html
+++ /dev/null
@@ -1,286 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Core Bible Study Helper
-
-
-
-
- Methods
-
-
-
Set File Size for MediaFile
-
SetFileSize(integer $id, integer $size) : void
-
Static
-
-
-
-
Parameters
-
-
$id
-
integer
ID of MediaFile
-
-
$size
-
integer
Size of file in bits
-
-
-
-
Clear Cache of JBSM
-
clearcache(string $state = 'site'
) : void
-
Static
-
-
-
-
Parameters
-
-
$state
-
string
Where to clean the cache from. Site or Admin.
-
-
-
-
Method to get file size
-
getRemoteFileSize(string $url) : integer | boolean
-
Static
-
-
-
-
Parameters
-
-
Returns
-
-integer
boolean
Return size or false read.
-
-
-
-
Get ShowHide.
-
getShowhide() : string
-
Static
-
-
-
-
-deprecated
-7.1.8
-
-
-since
-8.2.0
-
-
-
Returns
-
string
-
-
-
-
-
Remove Http
-
remove_http(string $url) : mixed
-
Static
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMHelperRoute.html b/docs/classes/JBSMHelperRoute.html
deleted file mode 100644
index 58bcd2c73f..0000000000
--- a/docs/classes/JBSMHelperRoute.html
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMHelperRoute
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Biblestudy Component Route Helper
-
-
-
-
- Methods
-
-
Add Scheme to url
-
addScheme(string $url, string $scheme = 'http://'
) : string
-
Static
-
-
-
-
-since
-7.2
-
-
-deprecate
-8.0.7
-
-
-
Parameters
-
-
$url
-
string
URL of website
-
-
$scheme
-
string
Scheme that need to lead with.
-
Returns
-
-string
The fixed URL
-
-
-
-
Get Article Rout
-
getArticleRoute(integer $id, integer $language = 0
) : string
-
Static
-
-
-
-
Parameters
-
-
$id
-
integer
The route of the study item
-
-
$language
-
integer
The state of language
-
Returns
-
string
-
-
-
-
Get Series Route
-
getSeriesRoute(integer $id) : string
-
Static
-
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
Get Teacher Route
-
getTeacherRoute(integer $id) : string
-
Static
-
-
-
-
Parameters
-
-
$id
-
integer
The route of the teacher item
-
Returns
-
string
-
-
-
-
Find Item
-
_findItem(string $needles = null
) : mixed
-
Static
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
Lookup
-
$lookup : string
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMImage.html b/docs/classes/JBSMImage.html
deleted file mode 100644
index 3144ca5496..0000000000
--- a/docs/classes/JBSMImage.html
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMImage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for Joomla! Bible Study Image
-
-
-
-
- Methods
-
-
Get Image
-
getImage(string $path) : object
-
Static
-
-
-
-
Parameters
-
-
$path
-
string
Path to file
-
Returns
-
object
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMImageLib.html b/docs/classes/JBSMImageLib.html
deleted file mode 100644
index fb3887c360..0000000000
--- a/docs/classes/JBSMImageLib.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMImageLib
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Creates an instance of the necessary library class, as specified in the admin
-params.
-
-
-
-
- Methods
-
-
Get Series Podcast File
-
getSeriesPodcast(string $img, string $new) : string
-
Static
-
-
-
-
Parameters
-
-
$img
-
string
Org Image File
-
-
$new
-
string
New Image File
-
Returns
-
string
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMImages.html b/docs/classes/JBSMImages.html
deleted file mode 100644
index 9261d044bc..0000000000
--- a/docs/classes/JBSMImages.html
+++ /dev/null
@@ -1,324 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMImages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy images class
-
-
-
-
- Methods
-
-
Get Image Path
-
getImagePath(string $path) : object
-
Static
-
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
-
Get Series Thumbnail
-
getSeriesThumbnail(string $image = 'openbible.png'
) : object
-
Static
-
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
Get Show Hide
-
getShowHide() : object
-
Static
-
-
-
-
Get Study Thumbnail
-
getStudyThumbnail(string $image = 'openbible.png'
) : object
-
Static
-
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
Get Teacher Image
-
getTeacherImage(string $image1 = null
, string $image2 = null
) : object
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
object
-
-
-
-
Get Teacher Thumbnail
-
getTeacherThumbnail(string $image1 = null
, string $image2 = null
) : object
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
object
-
-
-
-
Main Study Image
-
mainStudyImage() : object
-
Static
-
-
-
-
-
Get SeriesImage Folder
-
getSeriesImageFolder() : string
-
Static
-
-
-
-
Get StudiesImage Folder
-
getStudiesImageFolder() : string
-
Static
-
-
-
-
Get TeacherImage Folder
-
getTeacherImageFolder() : string
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMLanding.html b/docs/classes/JBSMLanding.html
deleted file mode 100644
index cbf664204c..0000000000
--- a/docs/classes/JBSMLanding.html
+++ /dev/null
@@ -1,294 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMLanding
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for JBSMLanding
-
-
-
-
- Methods
-
-
Get Books for Landing Page.
-
getBooksLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get Locations for Landing Page
-
getLocationsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get MessageType for Landing Page
-
getMessageTypesLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get Series for LandingPage
-
getSeriesLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get Teacher for LandingPage
-
getTeacherLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get Topics for LandingPage
-
getTopicsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Get Years for Landing Page
-
getYearsLandingPage(\Joomla\Registry\Registry $params, integer $id = 0
) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Exceptions
-
-
Returns
-
string
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMListing.html b/docs/classes/JBSMListing.html
deleted file mode 100644
index 133c2d5330..0000000000
--- a/docs/classes/JBSMListing.html
+++ /dev/null
@@ -1,764 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMListing
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy listing class
-
-
-
-
- Methods
-
-
Create a Element
-
createelement(string $element) : string
-
-
-
-
-
Parameters
-
-
$element
-
string
Case that will chose the element
-
Returns
-
string
-
-
-
-
Get Duration
-
getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
-null
string
-
-
-
-
-
Get Element
-
getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
-
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
-mixed
null
string
-
-
-
-
-
Get File Path
-
getFilepath(string $id3, string $idfield, string $mime = null
) : string
-
-
-
-
-
-since
-7.0
-
-
-deprecated
-8.1.3
-
-
-
Parameters
-
-
-
$idfield
-
string
ID Filed
-
-
$mime
-
string
MimeType ID
-
Returns
-
string
-
-
-
-
Get Fluid Custom
-
getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
-
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
mixed
-
-
-
-
Get Fluid Date
-
getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
-
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
-
Returns
-
string
-
-
-
-
Get Fluid Listing
-
getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Page Params
-
-
$template
-
\TableTemplate
Template name
-
-
$type
-
String
Type of Listing
-
Returns
-
string
-
-
-
-
-
-
Get Fluid Row
-
getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
-
-
-
-
-
Parameters
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template info
-
-
-
-
Returns
-
string
-
-
-
-
Get list Params Array
-
getListParamsArray(string $paramtext) : \stdClass
-
-
-
-
-
Parameters
-
-
$paramtext
-
string
Param Text
-
Returns
-
\stdClass
-
-
-
-
Get Listing Exp
-
getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template
-
Returns
-
object
-
-
-
-
-
Get Other Links
-
getOtherlinks(integer $id3, string $islink, \Joomla\Registry\Registry $params) : string
-
-
-
-
-
Parameters
-
-
$id3
-
integer
Study ID ID
-
-
$islink
-
string
Is a Link
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
string
-
-
-
-
Get Passage
-
getPassage(\Joomla\Registry\Registry $params, object $row) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
string
-
-
-
-
Get Scripture
-
getScripture(object $params, object $row, string $esv, string $scripturerow) : string
-
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
-
-
$scripturerow
-
string
Scripture Row
-
Returns
-
string
-
-
-
-
Share Helper file
-
getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
-
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
-null
string
-
-
-
-
-
Get StudyDate
-
getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$studydate
-
string
Study Date
-
Returns
-
string
-
-
-
-
Get Study Exp
-
getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
-
-
-
-
-
-since
-7.0
-
-
-deprecated
-9.0.0
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
object
-
-
-
-
Sort Array of Object by Property
-
sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC"
) : array
-
-
-
-
-
Parameters
-
-
-
-
Returns
-
array
-
-
-
-
Use JImage Class
-
useJImage(String $path, String $alt = null
, String $id = null
, integer $width = null
, integer $height = null
, string $class = null
) : boolean | \stdClass
-
-
-
-
-
Parameters
-
-
$path
-
String
Path to File
-
-
$alt
-
String
Alternate Text
-
-
$id
-
String
CSS ID for the image
-
-
-
-
Returns
-
-boolean
\stdClass
-
-
-
-
-
Get Link
-
getLink(boolean $islink, string $id3, integer $tid, object $smenu, object $tmenu, \Joomla\Registry\Registry $params, object $row, \TableTemplate $templateid) : string
-
-
-
-
-
Parameters
-
-
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
-
$templateid
-
\TableTemplate
?
-
Returns
-
string
-
-
-
-
make a URL small
-
make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml'
, string $version = '2.0.1'
) : string
-
-
-
-
-
Parameters
-
-
-
-
-
-
Returns
-
string
-
-
-
- Properties
-
-
$params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMMedia.html b/docs/classes/JBSMMedia.html
deleted file mode 100644
index 30157f5161..0000000000
--- a/docs/classes/JBSMMedia.html
+++ /dev/null
@@ -1,525 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMMedia
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Joomla! Bible Study Media class.
-
-
-
-
- Methods
-
-
-
-
Return Articles.
-
getArticle(object $media, string $image) : string
-
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Return Docman Media
-
getDocman(object $media, string $image) : string
-
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Return download link
-
getFluidDownloadLink(Object $media, \Joomla\Registry\Registry $params, \TableTemplate $template) : string
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Params
-
-
$template
-
\TableTemplate
Template ID
-
Returns
-
string
-
-
-
-
Get duration
-
getFluidDuration(Object $row, \Joomla\Registry\Registry $params) : null | string
-
-
-
-
-
Parameters
-
-
$row
-
Object
Table Row info
-
-
$params
-
\Joomla\Registry\Registry
Params
-
Returns
-
-null
string
-
-
-
-
-
return $table
-
getFluidFilesize(Object $media, \Joomla\Registry\Registry $params) : null | string
-
-
-
-
-
Parameters
-
-
$media
-
Object
Media info
-
-
$params
-
\Joomla\Registry\Registry
Params
-
Returns
-
-null
string
-
-
-
-
-
-
-
List of MimeTypes Supported
-
getMimetypes() : array
-
-
-
-
-
Set up Player Attributes
-
getPlayerAttributes(\Joomla\Registry\Registry $params, object $media) : object
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Params
-
-
$media
-
object
Media info
-
Returns
-
object
-
-
-
-
Setup Player Code.
-
getPlayerCode(\Joomla\Registry\Registry $params, object $player, String $image, object $media) : string
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Params are the merged of system and items.
-
-
$player
-
object
Player code
-
-
$image
-
String
Image info
-
-
Returns
-
string
-
-
-
-
Set up Virtumart if Vertumart is installed.
-
getVirtuemart(object $media, string $image) : string
-
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Update Hit count for plays.
-
hitPlay(integer $id) : boolean
-
-
-
-
-
Parameters
-
-
$id
-
integer
ID to apply the hit to.
-
Returns
-
boolean
-
-
-
-
-
Render Sqeezbox
-
rendersb(object $media, \Joomla\Registry\Registry $params, object $player, string $image, string $path, boolean $direct = false
) : string
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Params.
-
-
$player
-
object
Player settings
-
-
-
$path
-
string
The path to the media
-
-
$direct
-
boolean
If coming from Direct
-
Returns
-
string
-
-
-
-
Use JImage to create images
-
useJImage(string $path, string $alt) : boolean | string
-
-
-
-
-
Parameters
-
-
$path
-
string
Path to file
-
-
$alt
-
string
Accessibility string
-
Returns
-
-boolean
string
-
-
-
-
- Properties
-
-
$fsize
-
$fsize
-
-
-
-
-
-
-type
-int File Size
-
-
-since
-7.0
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMMediaHelper.html b/docs/classes/JBSMMediaHelper.html
deleted file mode 100644
index 301bb0f942..0000000000
--- a/docs/classes/JBSMMediaHelper.html
+++ /dev/null
@@ -1,408 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \JBSMMediaHelper
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
class for Media Helper
-
-
-
-
-
- Methods
-
-
-
-
Get Download Link
-
getDownloadLink(object $media, \Registry $params, \Registry $admin_params) : string | boolean
-
-
-
-
-
Parameters
-
-
-
$media
-
object
-
-
Media Info
-
-
$params
-
\Registry
-
-
Item Params
-
-
$admin_params
-
\Registry
-
-
Admin Prams
-
Returns
-
-
- string
boolean
FIXME need to fix up the problems. TOM
-
-
-
-
-
-
-
-
Get Internal Player
-
getInternalPlayer(object $media, \Registry $params, \Registry $admin_params) : string
-
-
-
-
-
Parameters
-
-
-
$media
-
object
-
-
Media Info
-
-
$params
-
\Registry
-
-
Item Params
-
-
$admin_params
-
\Registry
-
-
Admin Params
-
Returns
-
-
string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Get PDF
-
getPDF(object $row, \Registry $params, \Registry $admin_params) : string
-
-
-
-
-
Parameters
-
-
-
$row
-
object
-
-
Media Info
-
-
$params
-
\Registry
-
-
Item Params
-
-
$admin_params
-
\Registry
-
-
Admin Params
-
Returns
-
-
string
-
-
-
-
-
-
-
Get Type Icon
-
getTypeIcon(object $media, \Registry $params, \Registry $admin_params) : string
-
-
-
-
-
Parameters
-
-
-
$media
-
object
-
-
JTable
-
-
$params
-
\Registry
-
-
Item Params
-
-
$admin_params
-
\Registry
-
-
Admin Params
-
Returns
-
-
string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMPIconvert.html b/docs/classes/JBSMPIconvert.html
deleted file mode 100644
index ec1a75c68b..0000000000
--- a/docs/classes/JBSMPIconvert.html
+++ /dev/null
@@ -1,426 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMPIconvert
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Convert Class
-PreachIT Converter system
-
-
-
-
- Methods
-
-
Convert PreachIT
-
convertPI() : string
-
-
-
-
-
-
Get Books
-
getBooks() : array
-
-
-
-
-
- Properties
-
-
Can Add switch
-
$cadd : integer
-
-
-
-
-
-
???
-
$cnoadd : integer
-
-
-
-
-
-
-
Array of Folders Id's
-
$foldersids : array
-
-
-
-
-
-
Array of Locations
-
$locations : array
-
-
-
-
-
-
-
-
Array of Podcasts Id's
-
$podcastids : array
-
-
-
-
-
-
Number of Podcasts
-
$podcasts : integer
-
-
-
-
-
-
Array of Series Id's
-
$seriesids : array
-
-
-
-
-
-
Array of Servers Id's
-
$serversids : array
-
-
-
-
-
-
Array of Studies Id's
-
$studiesids : array
-
-
-
-
-
-
Array of Teachers Id's
-
$teachersids : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMPageBuilder.html b/docs/classes/JBSMPageBuilder.html
deleted file mode 100644
index 2af4579703..0000000000
--- a/docs/classes/JBSMPageBuilder.html
+++ /dev/null
@@ -1,259 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMPageBuilder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class to build page elements in use by custom template files
-
-
-
-
- Methods
-
-
Build Page
-
buildPage(object $item, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template data
-
Returns
-
object
-
-
-
-
Run Content Plugins
-
runContentPlugins(object $item, object $params) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
object
Item params
-
Returns
-
object
-
-
-
-
Study Builder
-
studyBuilder(string $whereitem = null
, string $wherefield = null
, \Joomla\Registry\Registry $params = null
, integer $limit = 10
, string $order = 'DESC'
, \TableTemplate $template = null
) : array
-
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item params
-
-
$limit
-
integer
Limit of Records
-
-
$order
-
string
DESC or ASC
-
-
$template
-
\TableTemplate
Template Data
-
Returns
-
array
-
-
-
-
- Properties
-
-
Event
-
$event : string
-
-
-
-
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMParams.html b/docs/classes/JBSMParams.html
deleted file mode 100644
index c94b020714..0000000000
--- a/docs/classes/JBSMParams.html
+++ /dev/null
@@ -1,241 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMParams
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
This is for Retrieving Admin and Template db
-
-
-
-
- Methods
-
-
Gets the settings from Admin
-
getAdmin() : mixed
-
Static
-
-
-
-
Returns
-
-mixed
Return Admin table
-
-
-
-
Get Template Params
-
getTemplateparams(integer $pk = null
) : \TableTemplate
-
Static
-
-
-
-
Parameters
-
-
$pk
-
integer
Id of Template to look for
-
Returns
-
-\TableTemplate
Return active template info
-
-
-
- Properties
-
-
Admin Table
-
$admin : Object
-
-
Static
-
-
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
Default template id and used to check if changed form from last query
-
$t_id : integer
-
-
Static
-
-
-
-
Registry
-
$template->params :
-
-
-
-
-
-
-magic
-
-
-
-property
-Registry
-
-
-
-
-
-
Template Table
-
$template_table : Object
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMPodcast.html b/docs/classes/JBSMPodcast.html
deleted file mode 100644
index 9ff2c9d54d..0000000000
--- a/docs/classes/JBSMPodcast.html
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy Podcast Class
-
-
-
-
- Methods
-
-
Get Episodes
-
getEpisodes(integer $id, string $limit) : array
-
-
-
-
-
Parameters
-
-
$id
-
integer
Id for Episode
-
-
$limit
-
string
Limit of records
-
Returns
-
array
-
-
-
-
JImage
-
jimage(string $path) : array | boolean
-
-
-
-
-
Parameters
-
-
$path
-
string
Path of Image
-
Returns
-
-array
boolean
-
-
-
-
-
Make Podcasts
-
makePodcasts() : boolean | string
-
-
-
-
-
Returns
-
-boolean
string
-
-
-
-
-
Write the File
-
writeFile(string $file, string $filecontent) : boolean | string
-
-
-
-
-
Parameters
-
-
-
$filecontent
-
string
File Content
-
Returns
-
-boolean
string
-
-
-
-
-
Escape Html to XML
-
escapeHTML(string $html) : mixed | string
-
-
-
-
-
Parameters
-
-
$html
-
string
HTML string to make safe
-
Returns
-
-mixed
string
-
-
-
-
- Properties
-
-
$template
-
$template
-
-
-
-
-
-
$templateid
-
$templateid
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMPodcastSubscribe.html b/docs/classes/JBSMPodcastSubscribe.html
deleted file mode 100644
index afebc7d637..0000000000
--- a/docs/classes/JBSMPodcastSubscribe.html
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMPodcastSubscribe
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
A helper to return buttons for podcast subscriptions
-
-
-
-
- Methods
-
-
Build Alternate Podcast
-
buildAlternatePodcast(object $podcast) : string
-
-
-
-
-
Parameters
-
-
$podcast
-
object
Podcast info
-
Returns
-
string
-
-
-
-
Build Podcast Image
-
buildPodcastImage(array $podcastimagefromdb = null
, array $words = null
) : string
-
-
-
-
-
Parameters
-
-
$podcastimagefromdb
-
array
Podcast image
-
-
$words
-
array
Alt podcast image text
-
Returns
-
string
-
-
-
-
Build Standard Podcast
-
buildStandardPodcast(object $podcast) : string
-
-
-
-
-
Parameters
-
-
$podcast
-
object
Podcast Info
-
Returns
-
string
-
-
-
-
Build Subscribe Table
-
buildSubscribeTable(string $introtext = 'Our Podcasts'
) : string
-
-
-
-
-
Parameters
-
-
$introtext
-
string
Intro Text
-
Returns
-
string
-
-
-
-
Get Podcasts
-
getPodcasts() : object
-
-
-
-
-
Returns
-
-object
Object List of Podcasts
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMRelatedStudies.html b/docs/classes/JBSMRelatedStudies.html
deleted file mode 100644
index b4749ba483..0000000000
--- a/docs/classes/JBSMRelatedStudies.html
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMRelatedStudies
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
helper to get related studies to the current one
-
-
-
-
- Methods
-
-
-
-
Get Studies
-
getStudies() : \JObject
-
-
-
-
-
Get Topics for rendering.
-
getTopics() : string
-
-
-
-
-
Parse keys
-
parseKeys(string $source, string $compare, integer $id) : boolean
-
-
-
-
-
Parameters
-
-
-
-
Returns
-
boolean
-
-
-
-
Remove Common Words form render.
-
removeCommonWords(string $input) : array
-
-
-
-
-
Parameters
-
-
Returns
-
array
-
-
-
- Properties
-
-
Score
-
$score : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMRestore.html b/docs/classes/JBSMRestore.html
deleted file mode 100644
index 63092486a3..0000000000
--- a/docs/classes/JBSMRestore.html
+++ /dev/null
@@ -1,250 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMRestore
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Restore class
-
-
-
-
- Methods
-
-
Get Package form Upload
-
_getPackageFromUpload() : boolean
-
-
-
-
-
Import DB
-
importdb(boolean $parent) : boolean
-
-
-
-
-
Parameters
-
-
$parent
-
boolean
Switch to see if it is coming from migration or restore.
-
Returns
-
boolean
-
-
-
-
Restore DB for exerting Proclaim
-
restoreDB(string $backuprestore) : boolean
-
Static
-
-
-
-
Parameters
-
-
$backuprestore
-
string
file name to restore
-
Returns
-
-boolean
See if the restore worked.
-
-
-
-
Alter tables for Blob
-
TablestoBlob() : boolean
-
Static
-
-
-
-
Modify tables to Text
-
TablestoText() : boolean
-
Static
-
-
-
-
Get Objects for tables
-
getObjects() : array
-
Static
-
-
-
-
Install DB
-
installdb(string $tmp_src, boolean $parent = true
) : boolean
-
Static
-
-
-
-
Parameters
-
-
$tmp_src
-
string
Temp info
-
-
$parent
-
boolean
To tell if coming from migration
-
Returns
-
-boolean
if db installed correctly.
-
-
-
-
Get Package from Folder
-
_getPackageFromFolder() : boolean
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMRoute.html b/docs/classes/JBSMRoute.html
deleted file mode 100644
index 2c6fff5ae9..0000000000
--- a/docs/classes/JBSMRoute.html
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMHelperRoute
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Biblestudy Component Route Helper
-
-
-
-
- Methods
-
-
addScheme()
-
-
addScheme(string $url, string $scheme) : string
-
Static
-
-
-
Parameters
-
-
$url
-
string
URL of website
-
-
$scheme
-
string
Scheme that need to lead with.
-
Returns
-
-string
The fixed URL
-
-
-
-
Get Article Rout
-
getArticleRoute(int $id, int $language) : string
-
Static
-
-
-
Parameters
-
-
$id
-
int
The route of the study item
-
-
$language
-
int
The state of language
-
Returns
-
string
-
-
-
-
Get Series Route
-
getSeriesRoute(int $id) : string
-
Static
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
Get Teacher Route
-
getTeacherRoute(int $id) : string
-
Static
-
-
-
Parameters
-
-
$id
-
int
The route of the teacher item
-
Returns
-
string
-
-
-
-
Find Item
-
_findItem(string $needles) : mixed
-
Static
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
Lookup
-
$lookup : string
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMSSConvert.html b/docs/classes/JBSMSSConvert.html
deleted file mode 100644
index d4aa692f58..0000000000
--- a/docs/classes/JBSMSSConvert.html
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMSSConvert
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class script to convert SermonSpeaker 5.2 to Proclaim
-
-
-
-
- Methods
-
-
function to convert SermonSpeaker
-
convertSS() : string
-
-
-
-
-
Returns
-
-string
Table for results
-
-
-
-
Get Time
-
getTime(string $time) : object
-
-
-
-
-
Parameters
-
-
$time
-
string
Time to be formatted out.
-
Returns
-
object
-
-
-
-
Get Version of Book Number
-
getVerses(string $sermon) : object
-
-
-
-
-
Parameters
-
-
$sermon
-
string
Book of the Bible.
-
Returns
-
-object
Version of the Books
-
-
-
-
New Studies Carnation
-
newStudies(object $sermon, array $seriesspeakers) : void
-
-
-
-
-
Parameters
-
-
$sermon
-
object
Test of Sermons
-
-
$seriesspeakers
-
array
Array of Series
-
-
-
- Properties
-
-
$serverid
-
$serverid
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMSerieslist.html b/docs/classes/JBSMSerieslist.html
deleted file mode 100644
index ccc7aa9c64..0000000000
--- a/docs/classes/JBSMSerieslist.html
+++ /dev/null
@@ -1,897 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMSerieslist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for Series List
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-8.0.0
-
-
-inherited_from
-\JBSMListing
-
-
-
- Methods
-
-
Create a Element
-
createelement(string $element) : string
-
Inherited
-
-
-
-
Parameters
-
-
$element
-
string
Case that will chose the element
-
Returns
-
string
-
-
-
-
Get Duration
-
getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
-null
string
-
-
-
-
-
Get Element
-
getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
-mixed
null
string
-
-
-
-
-
Get File Path
-
getFilepath(string $id3, string $idfield, string $mime = null
) : string
-
Inherited
-
-
-
-
-since
-7.0
-
-
-deprecated
-8.1.3
-
-
-
Parameters
-
-
-
$idfield
-
string
ID Filed
-
-
$mime
-
string
MimeType ID
-
Returns
-
string
-
-
-
-
Get Fluid Custom
-
getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
mixed
-
-
-
-
Get Fluid Date
-
getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
-
Returns
-
string
-
-
-
-
Get Fluid Listing
-
getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Page Params
-
-
$template
-
\TableTemplate
Template name
-
-
$type
-
String
Type of Listing
-
Returns
-
string
-
-
-
-
-
-
Get Fluid Row
-
getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template info
-
-
-
-
Returns
-
string
-
-
-
-
Get list Params Array
-
getListParamsArray(string $paramtext) : \stdClass
-
Inherited
-
-
-
-
Parameters
-
-
$paramtext
-
string
Param Text
-
Returns
-
\stdClass
-
-
-
-
Get Listing Exp
-
getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
-
Inherited
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template
-
Returns
-
object
-
-
-
-
-
Get Other Links
-
getOtherlinks(integer $id3, string $islink, \Joomla\Registry\Registry $params) : string
-
Inherited
-
-
-
-
Parameters
-
-
$id3
-
integer
Study ID ID
-
-
$islink
-
string
Is a Link
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
string
-
-
-
-
Get Passage
-
getPassage(\Joomla\Registry\Registry $params, object $row) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
string
-
-
-
-
Get Scripture
-
getScripture(object $params, object $row, string $esv, string $scripturerow) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
-
-
$scripturerow
-
string
Scripture Row
-
Returns
-
string
-
-
-
-
Get Series Details EXP
-
getSeriesDetailsExp(object $row, \Joomla\Registry\Registry $params, object $template) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
object
Template
-
Returns
-
object
-
-
-
-
Get Serieslist Exp
-
getSerieslistExp(object $row, \Joomla\Registry\Registry $params, object $template) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
object
Template
-
Returns
-
object
-
-
-
-
Get SeriesStudies DBO
-
getSeriesstudiesDBO(integer $id, \Joomla\Registry\Registry $params, string $limit = null
) : array
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$limit
-
string
Limit of Records
-
Exceptions
-
-
Returns
-
array
-
-
-
-
Get Series Studies Exp
-
getSeriesstudiesExp(integer $id, \Joomla\Registry\Registry $params, object $template) : string
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
object
Template
-
Exceptions
-
-
Returns
-
string
-
-
-
-
Share Helper file
-
getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
-null
string
-
-
-
-
-
Get StudyDate
-
getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$studydate
-
string
Study Date
-
Returns
-
string
-
-
-
-
Get Study Exp
-
getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
-
Inherited
-
-
-
-
-since
-7.0
-
-
-deprecated
-9.0.0
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
object
-
-
-
-
Get Series ElementNumber
-
getseriesElementnumber(string $subcustom) : integer
-
-
-
-
-
Parameters
-
-
Returns
-
integer
-
-
-
-
Sort Array of Object by Property
-
sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC"
) : array
-
Inherited
-
-
-
-
Parameters
-
-
-
-
Returns
-
array
-
-
-
-
Use JImage Class
-
useJImage(String $path, String $alt = null
, String $id = null
, integer $width = null
, integer $height = null
, string $class = null
) : boolean | \stdClass
-
Inherited
-
-
-
-
Parameters
-
-
$path
-
String
Path to File
-
-
$alt
-
String
Alternate Text
-
-
$id
-
String
CSS ID for the image
-
-
-
-
Returns
-
-boolean
\stdClass
-
-
-
-
-
Get Link
-
getLink(boolean $islink, string $id3, integer $tid, object $smenu, object $tmenu, \Joomla\Registry\Registry $params, object $row, \TableTemplate $templateid) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
-
$templateid
-
\TableTemplate
?
-
Returns
-
string
-
-
-
-
make a URL small
-
make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml'
, string $version = '2.0.1'
) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
-
Returns
-
string
-
-
-
- Properties
-
-
$params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMServer.html b/docs/classes/JBSMServer.html
deleted file mode 100644
index 094552c686..0000000000
--- a/docs/classes/JBSMServer.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Class Server Helper
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-
-
-
-todo
-Looks like this could go into the dbhelper.php file. TOM - what is this even for. I don't think I wrote this.
-
-
-
- Methods
-
-
Get Folder
-
getFolder(int $folderId) : object
-
Static
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
-
Get Server
-
getServer(int $serverid) : object
-
Static
-
-
-
Parameters
-
-
Returns
-
object
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMShowScripture.html b/docs/classes/JBSMShowScripture.html
deleted file mode 100644
index 3ee3d00197..0000000000
--- a/docs/classes/JBSMShowScripture.html
+++ /dev/null
@@ -1,256 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMShowScripture
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Scripture Show class.
-
-
-
-
- Methods
-
-
Only Return the Body of a html doc.
-
body_only(string $html) : string
-
-
-
-
-
Parameters
-
-
$html
-
string
Html document
-
Returns
-
string
-
-
-
-
Passage Build system
-
buildPassage(object $row, \Joomla\Registry\Registry $params) : boolean
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
boolean
-
-
-
-
-
Get Bible Gateway References
-
getBiblegateway(string $reference, string $version) : string
-
-
-
-
-
Parameters
-
-
$reference
-
string
Search string
-
-
$version
-
string
Bible Version
-
Returns
-
string
-
-
-
-
Get HideShow
-
getHideShow() : string
-
-
-
-
-
Get Link
-
getLink() : string
-
-
-
-
-
Get Show
-
getShow() : string
-
-
-
-
- Properties
-
-
Link
-
$link : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMStats.html b/docs/classes/JBSMStats.html
deleted file mode 100644
index bdc6d4a003..0000000000
--- a/docs/classes/JBSMStats.html
+++ /dev/null
@@ -1,446 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMStats
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Bible Study stats support class
-
-
-
-
- Methods
-
-
Get Downloads ninety
-
get_downloads_ninety() : string
-
Static
-
-
-
-
Returns
-
-string
list of download links
-
-
-
-
Get top books
-
get_top_books() : object
-
Static
-
-
-
-
-deprecated
-Not used as of 8.0.0
-
-
-since
-9.0.0
-
-
-
Returns
-
object
-
-
-
-
Get Top Downloads
-
get_top_downloads() : string
-
Static
-
-
-
-
Returns
-
-string
List of links to the downloads
-
-
-
-
Get top studies
-
get_top_studies() : string
-
Static
-
-
-
-
Get top thirty days
-
get_top_thirty_days() : string
-
Static
-
-
-
-
Total media files in Bible Study
-
get_total_categories() : integer
-
Static
-
-
-
-
-
Total messages in Bible Study
-
get_total_messages(string $start = ''
, string $end = ''
) : integer
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
-integer
Total Messages
-
-
-
-
Total topics in Bible Study
-
get_total_topics(string $start = ''
, string $end = ''
) : integer
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
-integer
Total Topics
-
-
-
-
Returns a System of Player
-
players() : string
-
Static
-
-
-
-
-
Top Score ???
-
top_score() : integer
-
Static
-
-
-
-
-var
-Admin Prams
-
-
-since
-9.0.0
-
-
-
Returns
-
-integer
number of scores
-
-
-
-
Top Score Site
-
top_score_site() : string
-
-
-
-
-
Total Downloads
-
total_downloads() : integer
-
Static
-
-
-
-
Returns
-
-integer
Number of Mediafiles Published and have downloads
-
-
-
-
-
Total plays of media files per study
-
total_plays(integer $id) : integer
-
Static
-
-
-
-
Parameters
-
-
$id
-
integer
Id number of study
-
Returns
-
-integer
Total plays form the media
-
-
-
- Properties
-
-
used to store query of messages
-
$total_messages : integer
-
-
Static
-
-
-
-
End Date
-
$total_messages_end : string
-
-
Static
-
-
-
-
Start Date
-
$total_messages_start : string
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMTags.html b/docs/classes/JBSMTags.html
deleted file mode 100644
index 604c3f05c6..0000000000
--- a/docs/classes/JBSMTags.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMTags
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Tags Helper
-
-
-
-
- Methods
-
-
Check to see if Duplicate
-
isDuplicate(integer $study_id, integer $topic_id) : boolean
-
Static
-
-
-
-
Parameters
-
-
-
Returns
-
boolean
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMTeacher.html b/docs/classes/JBSMTeacher.html
deleted file mode 100644
index 81840c3d52..0000000000
--- a/docs/classes/JBSMTeacher.html
+++ /dev/null
@@ -1,900 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMTeacher
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class for Teachers Helper
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-8.0.0
-
-
-inherited_from
-\JBSMListing
-
-
-
- Methods
-
-
Create a Element
-
createelement(string $element) : string
-
Inherited
-
-
-
-
Parameters
-
-
$element
-
string
Case that will chose the element
-
Returns
-
string
-
-
-
-
Get Duration
-
getDuration(\Joomla\Registry\Registry $params, Object $row) : null | string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
-null
string
-
-
-
-
-
Get Element
-
getElement(String $custom, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed | null | string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
-mixed
null
string
-
-
-
-
-
Get File Path
-
getFilepath(string $id3, string $idfield, string $mime = null
) : string
-
Inherited
-
-
-
-
-since
-7.0
-
-
-deprecated
-8.1.3
-
-
-
Parameters
-
-
-
$idfield
-
string
ID Filed
-
-
$mime
-
string
MimeType ID
-
Returns
-
string
-
-
-
-
Get Fluid Custom
-
getFluidCustom(String $custom, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : mixed
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
Returns
-
mixed
-
-
-
-
Get Fluid Date
-
getFluidData(Object $item, Object $row, \Joomla\Registry\Registry $params, \TableTemplate $template, string $header, string $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
$template
-
\TableTemplate
?
-
-
-
Returns
-
string
-
-
-
-
Get Fluid Listing
-
getFluidListing(Object $items, \Joomla\Registry\Registry $params, \TableTemplate $template, String $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Page Params
-
-
$template
-
\TableTemplate
Template name
-
-
$type
-
String
Type of Listing
-
Returns
-
string
-
-
-
-
-
-
Get Fluid Row
-
getFluidRow(array $listrows, array $listsorts, Object $item, \Joomla\Registry\Registry $params, \TableTemplate $template, string $oddeven, string $header, string $type) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template info
-
-
-
-
Returns
-
string
-
-
-
-
Get list Params Array
-
getListParamsArray(string $paramtext) : \stdClass
-
Inherited
-
-
-
-
Parameters
-
-
$paramtext
-
string
Param Text
-
Returns
-
\stdClass
-
-
-
-
Get Listing Exp
-
getListingExp(object $row, \Joomla\Registry\Registry $params, \TableTemplate $template) : object
-
Inherited
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$template
-
\TableTemplate
Template
-
Returns
-
object
-
-
-
-
-
Get Other Links
-
getOtherlinks(integer $id3, string $islink, \Joomla\Registry\Registry $params) : string
-
Inherited
-
-
-
-
Parameters
-
-
$id3
-
integer
Study ID ID
-
-
$islink
-
string
Is a Link
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
string
-
-
-
-
Get Passage
-
getPassage(\Joomla\Registry\Registry $params, object $row) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
string
-
-
-
-
Get Scripture
-
getScripture(object $params, object $row, string $esv, string $scripturerow) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
object
Item Params
-
-
-
-
$scripturerow
-
string
Scripture Row
-
Returns
-
string
-
-
-
-
Share Helper file
-
getShare(string $link, object $row, \Joomla\Registry\Registry $params) : null | string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
-null
string
-
-
-
-
-
Get StudyDate
-
getStudyDate(\Joomla\Registry\Registry $params, string $studydate) : string
-
Inherited
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
$studydate
-
string
Study Date
-
Returns
-
string
-
-
-
-
Get Study Exp
-
getStudyExp(object $row, \Joomla\Registry\Registry $params) : object
-
Inherited
-
-
-
-
-since
-7.0
-
-
-deprecated
-9.0.0
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
object
-
-
-
-
Get Teacher
-
getTeacher(\Joomla\Registry\Registry $params, integer $id) : string
-
-
-
-
-
-since
-8.0.0
-
-
-todo
-need to redo to bootstrap
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
-
Returns
-
string
-
-
-
-
Get Teacher Details Exp
-
getTeacherDetailsExp(object $row, \Joomla\Registry\Registry $params) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
object
-
-
-
-
Get TeacherList Exp
-
getTeacherListExp(object $row, object $params, string $oddeven, \TableTemplate $template) : object
-
-
-
-
-
Parameters
-
-
-
$params
-
object
Item Params
-
-
$oddeven
-
string
Odd Even
-
-
$template
-
\TableTemplate
Template
-
Returns
-
object
-
-
-
-
Get Teacher Studies Exp
-
getTeacherStudiesExp(integer $id, \Joomla\Registry\Registry $params) : string
-
-
-
-
-
Parameters
-
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
string
-
-
-
-
Get Teacher for Fluid layout
-
getTeachersFluid(\Joomla\Registry\Registry $params) : array
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
?
-
Returns
-
array
-
-
-
-
Sort Array of Object by Property
-
sortArrayofObjectByProperty(array $array, string $property, string $order = "ASC"
) : array
-
Inherited
-
-
-
-
Parameters
-
-
-
-
Returns
-
array
-
-
-
-
Use JImage Class
-
useJImage(String $path, String $alt = null
, String $id = null
, integer $width = null
, integer $height = null
, string $class = null
) : boolean | \stdClass
-
Inherited
-
-
-
-
Parameters
-
-
$path
-
String
Path to File
-
-
$alt
-
String
Alternate Text
-
-
$id
-
String
CSS ID for the image
-
-
-
-
Returns
-
-boolean
\stdClass
-
-
-
-
-
Get Link
-
getLink(boolean $islink, string $id3, integer $tid, object $smenu, object $tmenu, \Joomla\Registry\Registry $params, object $row, \TableTemplate $templateid) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
-
-
$params
-
\Joomla\Registry\Registry
?
-
-
-
$templateid
-
\TableTemplate
?
-
Returns
-
string
-
-
-
-
make a URL small
-
make_bitly_url(string $url, string $login, string $appkey, string $format = 'xml'
, string $version = '2.0.1'
) : string
-
Inherited
-
-
-
-
Parameters
-
-
-
-
-
-
Returns
-
string
-
-
-
- Properties
-
-
$params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMTemplate.html b/docs/classes/JBSMTemplate.html
deleted file mode 100644
index a41c0a7a3b..0000000000
--- a/docs/classes/JBSMTemplate.html
+++ /dev/null
@@ -1,329 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMTemplate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Template helper class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.1
-
-
-deprecate
-8.0.1
-
-
-
- Methods
-
-
Builds arrays of all the possible tags.
-
__construct()
-
-
-
-
-
Builds list of fields to be used in the SELECT statement, so only the fields required
-by the template are selected
-
buildSqlSELECT(array $fields) : String
-
-
-
-
-
Parameters
-
-
$fields
-
array
The fields to include in the SELECT
-
Returns
-
String
-
-
-
-
Get Instance
-
getInstance() : \JBSMTemplate
-
-
-
-
-
-staticvar
-bibleStudyTemplate $instance
-
-
-since
-1.5
-
-
-
Returns
-
\JBSMTemplate
-
-
-
-
Generates a list of tags that are being used in the input template.
-
loadTagList(string $itemTmpl = null
, integer $id = null
, boolean $fieldNames = false
) : array
-
-
-
-
-
Parameters
-
-
$itemTmpl
-
string
String Raw Html template
-
-
$id
-
integer
Int An Id of a template to load. This replaces the contents of the $itemTmpl
-
-
$fieldNames
-
boolean
Boolean Default False. Set to True of you want to load the db fieldnames that correspond to the tags
-
Returns
-
array
-
-
-
-
Generates a drop down list of all the template types. Used in TemplateEdit View to
-generate the dropdown box of template types.
-
loadTmplTypesOption(string $DefaultSelected) : string
-
-
-
-
-
Parameters
-
-
$DefaultSelected
-
string
Defines the default item
-
Returns
-
-string
HTML Dropdown box
-
-
-
-
Returns the template object from the database
-
queryTemplate(integer $id) : Object
-
-
-
-
-
Parameters
-
-
$id
-
integer
The id of the template to query
-
Returns
-
-Object
Row Object list
-
-
-
-
Study Date string.
-
studyDate() : string
-
-
-
-
- Properties
-
-
Extension Deceleration
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
Template types
-
$tmplTypes : array
-
-
Default
-
array('tmplList' => 'List', 'tmplListItem' => 'List Item', 'tmplSingleItem' => 'Single Item', 'tmplModuleList' => 'Module List', 'tmplModuleItem' => 'Module List Item', 'tmplPopup' => 'Popup Media Player')
-
-
-
-
-
-
DBO
-
$DBO : \JDatabaseDriver
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMThumbnail.html b/docs/classes/JBSMThumbnail.html
deleted file mode 100644
index b4311a1db5..0000000000
--- a/docs/classes/JBSMThumbnail.html
+++ /dev/null
@@ -1,174 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMThumbnail
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Thumbnail helper class
-
-
-
-
- Methods
-
-
Resize image
-
check(string $path, string $file = null
) : boolean
-
Static
-
-
-
-
Parameters
-
-
$path
-
string
Path to file
-
-
$file
-
string
file to check
-
Returns
-
boolean
-
-
-
-
Creates a thumbnail for an uploaded image
-
create(string $file, string $path, integer $size = 100
) : null
-
Static
-
-
-
-
Parameters
-
-
-
$path
-
string
Path to file
-
-
$size
-
integer
Size of image with default of 100
-
Returns
-
null
-
-
-
-
Resize image
-
resize(string $path, integer $new_size) : null
-
Static
-
-
-
-
Parameters
-
-
$path
-
string
Path to file
-
-
$new_size
-
integer
New image size
-
Returns
-
null
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMTranslated.html b/docs/classes/JBSMTranslated.html
deleted file mode 100644
index a259c5935a..0000000000
--- a/docs/classes/JBSMTranslated.html
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMTranslated
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
class for Translated Helper
-
-
-
-
- Methods
-
-
Translate a concatenated list of topics to clear text
-
getConcatTopicItemTranslated(object $topicItem) : \string:null
-
Static
-
-
-
-
Parameters
-
-
$topicItem
-
object
stdClass containing the studies id and tp_id (i.e. concatenated topic ids)
-
Returns
-
-\string:null
translated string with format '[, [, ]]' or null if topicItem is not initialised
-
-
-
-
Translate a topicItem to clear text
-
getTopicItemTranslated(object $topicItem) : string | NULL
-
Static
-
-
-
-
Parameters
-
-
$topicItem
-
object
stdClass containing topic_text and topic_params
-
Returns
-
-string
NULL
translated string or null if topicItem is not initialised
-
-
-
-
Translate a list of topicItems to clear text each
-
getTopicItemsTranslated(array $topicItems = array()
) : array
-
Static
-
-
-
-
Parameters
-
-
$topicItems
-
array
array of stdClass containing topic_text and topic_params
-
Returns
-
-array
list of topicItems containing translated strings in topic_text
-
-
-
- Properties
-
-
Extension Name
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSMUpload.html b/docs/classes/JBSMUpload.html
deleted file mode 100644
index d2a91976b9..0000000000
--- a/docs/classes/JBSMUpload.html
+++ /dev/null
@@ -1,557 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSMUpload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JBS Upload class
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.1.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
- Methods
-
-
Method to load javascript for squeezebox modal
-
Uploadjs(string $host, string $admin) : string
-
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$host
-
string
the site base url
-
-
$admin
-
string
String to add to url
-
Returns
-
string
-
-
-
-
Amazon HMAC
-
amazon_hmac(string $stringToSign, string $aws_secret) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$stringToSign
-
string
Sign
-
-
$aws_secret
-
string
Secret
-
Returns
-
string
-
-
-
-
AWS
-
aws(string $file, object $filename, integer $admin = 0
) : boolean
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
-
$filename
-
object
FileName
-
-
Returns
-
boolean
-
-
-
-
BinSha1
-
binsha1(string $d) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$d
-
string
String to hash
-
Returns
-
string
-
-
-
-
Method to build filepath
-
buildpath(array $file, string $type, integer $serverid, integer $folderid, integer $path, integer $flash = 0
) : object
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$file
-
array
File details.
-
-
-
$serverid
-
integer
Server ID
-
-
$folderid
-
integer
Folder Id
-
-
$path
-
integer
The path id.
-
-
$flash
-
integer
Sets whether this is a flash upload or normal php upload and chooses right path through function.
-
Returns
-
object
-
-
-
-
Method to check upload file to see if it is allowed
-
checkfile(array $file) : boolean
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
Returns
-
boolean
-
-
-
-
Method to delete temp file
-
deletetempfile(string $tempfile) : boolean
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$tempfile
-
string
Temp file path.
-
Returns
-
boolean
-
-
-
-
Method to upload the file over ftp
-
ftp(array $file, object $filename, integer $admin = 0
) : boolean
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$file
-
array
Source File details.
-
-
$filename
-
object
Destination file details.
-
-
$admin
-
integer
Sets whether call is from Joomla admin or site.
-
Returns
-
boolean
-
-
-
-
Method to get path variable
-
getpath(array $url, string $tempfile, string $front = ''
) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$url
-
array
message details.
-
-
$tempfile
-
string
Temp file path.
-
-
$front
-
string
Front info
-
Returns
-
string
-
-
-
-
Method to get temp file name from database
-
gettempfile() : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Returns
-
string
-
-
-
-
Method to build temp folder
-
gettempfolder() : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Returns
-
string
-
-
-
-
Method to process flash uploaded file
-
processflashfile(string $tempfile, object $filename) : string
-
Static
-
-
-
-
-sicne
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$tempfile
-
string
tempfile location
-
-
$filename
-
object
File info
-
Returns
-
string
-
-
-
-
Method to process flash uploaded file
-
processuploadfile(array $file, object $filename) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$file
-
array
Temp file location
-
-
$filename
-
object
File info
-
Returns
-
string
-
-
-
-
Send Rest
-
sendREST(resource $fp, string $q, boolean $debug = false
) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
-
-
Returns
-
string
-
-
-
-
Method to upload the file
-
upload(object $filename, array $file) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$filename
-
object
Destination file details.
-
-
$file
-
array
Source File details.
-
Returns
-
string
-
-
-
-
Method to upload the file for ftp upload
-
uploadftp(string $filename, array $file) : string
-
Static
-
-
-
-
-since
-7.0
-
-
-deprecate
-9.0.0 No longer used.
-
-
-
Parameters
-
-
$filename
-
string
Destination file details.
-
-
$file
-
array
Source File details.
-
Returns
-
string
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSPIconvert.html b/docs/classes/JBSPIconvert.html
deleted file mode 100644
index 7781f3e46a..0000000000
--- a/docs/classes/JBSPIconvert.html
+++ /dev/null
@@ -1,530 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \JBSPIconvert
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
Public
- Protected
- Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
Convert Class
- PreachIT Converter system
-
-
-
-
-
- Methods
-
-
-
-
Convert PreachIT
-
convertPI() : string
-
-
-
-
-
-
Returns
-
-
string
-
-
-
-
-
-
-
-
-
-
Get Books
-
getBooks() : array
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
-
-
-
-
-
-
-
-
-
$foldersids : array
-
-
-
-
-
-
-
-
$locations : array
-
-
-
-
-
-
-
-
-
-
-
-
-
-
$podcastids : array
-
-
-
-
-
-
-
-
$podcasts : int
-
-
-
-
-
-
-
-
$seriesids : array
-
-
-
-
-
-
-
-
$serversids : array
-
-
-
-
-
-
-
-
$studiesids : array
-
-
-
-
-
-
-
-
$teachersids : array
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSPagebuilder.html b/docs/classes/JBSPagebuilder.html
deleted file mode 100644
index 6956943b63..0000000000
--- a/docs/classes/JBSPagebuilder.html
+++ /dev/null
@@ -1,357 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \JBSPagebuilder
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
Class to build page elements in use by custom template files
-
-
-
-
-
- Methods
-
-
-
-
Build Page
-
buildPage(object $item, object $params, object $admin_params) : object
-
-
-
-
-
Parameters
-
-
-
$item
-
object
-
-
Item info
-
-
$params
-
object
-
-
Item Params
-
-
$admin_params
-
object
-
-
Admin Params
-
Returns
-
-
object
-
-
-
-
-
-
-
Run Content Plugins
-
runContentPlugins(object $item, object $params) : object
-
-
-
-
-
Parameters
-
-
-
$item
-
object
-
-
Item info
-
-
$params
-
object
-
-
Item params
-
Returns
-
-
object
-
-
-
-
-
-
-
Study Builder
-
studyBuilder(string $whereitem, string $wherefield, object $params, object $admin_params, int $limit, string $order) : object
-
-
-
-
-
Parameters
-
-
-
$whereitem
-
string
-
-
?
-
-
-
$wherefield
-
string
-
-
?
-
-
-
$params
-
object
-
-
Item params
-
-
$admin_params
-
object
-
-
Admin params
-
-
$limit
-
int
-
-
Limit of Records
-
-
$order
-
string
-
-
DESC or ASC
-
Returns
-
-
object
-
-
-
-
-
-
-
- Properties
-
-
-
-
Event
-
$event : string
-
-
-
-
-
-
-
Extension Name
-
$extension : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSRestore.html b/docs/classes/JBSRestore.html
deleted file mode 100644
index b4adc0ac89..0000000000
--- a/docs/classes/JBSRestore.html
+++ /dev/null
@@ -1,360 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \JBSRestore
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
Restore class
-
-
-
-
-
- package
- Proclaim.Admin
-
-
- since
- 7.0.4
-
-
- todo
- Rename Class to be better suted for restore
-
-
-
- Methods
-
-
-
-
Get Package form Upload
-
_getPackageFromUpload() : boolean
-
-
-
-
-
Returns
-
-
boolean
-
-
-
-
-
-
-
Import DB
-
importdb(boolean $perent) : boolean
-
-
-
-
-
Parameters
-
-
-
$perent
-
boolean
-
-
Switch to see if it is coming from migration or restore.
-
Returns
-
-
boolean
-
-
-
-
-
-
-
Restor DB for exesting Proclaim
-
restoreDB(string $backuprestore) : boolean
-
Static
-
-
-
-
Parameters
-
-
-
$backuprestore
-
string
-
-
?
-
-
Returns
-
-
- boolean
See if the restore worked.
-
-
-
-
-
-
-
-
Alter tables for Blob
-
TablestoBlob() : boolean
-
Static
-
-
-
-
Returns
-
-
boolean
-
-
-
-
-
-
-
Modify tables to Text
-
TablestoText() : boolean
-
Static
-
-
-
-
Returns
-
-
boolean
-
-
-
-
-
-
-
Get Opjects for tables
-
getObjects() : array
-
Static
-
-
-
-
-
-
Install DB
-
installdb(string $tmp_src, boolean $parent) : boolean
-
Static
-
-
-
-
Parameters
-
-
-
$tmp_src
-
string
-
-
Temp info
-
-
$parent
-
boolean
-
-
To tell if coming from migration
-
Returns
-
-
- boolean
if db installed correctly.
-
-
-
-
-
-
-
-
Get Packege from Folder
-
_getPackageFromFolder() : boolean
-
Static
-
-
-
-
Returns
-
-
boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JBSServer.html b/docs/classes/JBSServer.html
deleted file mode 100644
index 1b7d8baccd..0000000000
--- a/docs/classes/JBSServer.html
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JBSServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Abstract Server class
-
-
-
-
- Methods
-
-
Instance
-
getInstance(array $options = array()
) : mixed
-
Static
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
-
Get a list of available servers
-
getServers() : array
-
Static
-
-
-
-
Returns
-
-array
An Array of available servers
-
-
-
-
Upload
-
upload(string $target, boolean $overwrite = true
) : mixed
-
-
-
-
-
Parameters
-
-
-
Returns
-
mixed
-
-
-
- Properties
-
-
The type of server
-
$type : string
-
-
-
-
-
-
The server connection resource
-
$connection : resource
-
-
-
-
-
-
-
$instances
-
$instances
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldBooklist.html b/docs/classes/JFormFieldBooklist.html
deleted file mode 100644
index 83d2ec86a4..0000000000
--- a/docs/classes/JFormFieldBooklist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldBooklist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldDocman.html b/docs/classes/JFormFieldDocman.html
deleted file mode 100644
index 14bcf2f884..0000000000
--- a/docs/classes/JFormFieldDocman.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldDocman
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Virtuemart Category List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldElementOptions.html b/docs/classes/JFormFieldElementOptions.html
deleted file mode 100644
index fcaf0f3176..0000000000
--- a/docs/classes/JFormFieldElementOptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldElementOptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Elementoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldFilesize.html b/docs/classes/JFormFieldFilesize.html
deleted file mode 100644
index 13f2c30e5c..0000000000
--- a/docs/classes/JFormFieldFilesize.html
+++ /dev/null
@@ -1,258 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldFilesize
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Form Field class for the FileSize
-
-
-
-
- Methods
-
-
-
Returns converted size
-
sizeConverter() : string
-
-
-
-
- Properties
-
-
Set Naming of type
-
$type : string
-
-
-
-
-
-
-
-
-
Form Field class for the FileSize
-
-
-
-
- Methods
-
-
-
Returns converted size
-
sizeConverter() : string
-
-
-
-
- Properties
-
-
Set Naming of type
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldFilters.html b/docs/classes/JFormFieldFilters.html
deleted file mode 100644
index 9449906d5b..0000000000
--- a/docs/classes/JFormFieldFilters.html
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldFilters
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Form Field class for the Filters.
-
-
-
-
- Methods
-
-
-
A helper to get the list of user groups.
-
getUserGroups() : array
-
-
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldFolders.html b/docs/classes/JFormFieldFolders.html
deleted file mode 100644
index a768eacfa3..0000000000
--- a/docs/classes/JFormFieldFolders.html
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldFolders
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Form Field class for the Joomla CMS.
-
-
Supports a select grouped list of template styles
-
-
- Methods
-
-
Method to get the list of template style options
-grouped by template.
-
getGroups() : array
-
-
-
Use the client attribute to specify a specific client.
-Use the template attribute to specify a specific template
-
-
Returns
-
-array
The field option objects as a nested array in groups.
-
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldLinkoptions.html b/docs/classes/JFormFieldLinkoptions.html
deleted file mode 100644
index 2e699a7cd9..0000000000
--- a/docs/classes/JFormFieldLinkoptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldLinkoptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Linkoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldListoptions.html b/docs/classes/JFormFieldListoptions.html
deleted file mode 100644
index 6ef5b79728..0000000000
--- a/docs/classes/JFormFieldListoptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldListoptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Listoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldLoadLanguageFile.html b/docs/classes/JFormFieldLoadLanguageFile.html
deleted file mode 100644
index d62ad0b102..0000000000
--- a/docs/classes/JFormFieldLoadLanguageFile.html
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldLoadLanguageFile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
This is a dummy form element to load the components language file
-
-
-
-
- Methods
-
-
Get Lable
-
getLabel() : \null;
-
-
-
-
-
- Properties
-
-
The hidden state for the form field.
-
$hidden : boolean
-
-
-
-
-
-
The form field type.
-
$type : string
-
-
Default
-
'LoadLanguageFile'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldLocationlist.html b/docs/classes/JFormFieldLocationlist.html
deleted file mode 100644
index dda2547c90..0000000000
--- a/docs/classes/JFormFieldLocationlist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldLocationlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Locationlist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldLocationslist.html b/docs/classes/JFormFieldLocationslist.html
deleted file mode 100644
index 74562fc1fb..0000000000
--- a/docs/classes/JFormFieldLocationslist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldLocationslist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Locationslist'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldMediafile.html b/docs/classes/JFormFieldMediafile.html
deleted file mode 100644
index cb15091d2e..0000000000
--- a/docs/classes/JFormFieldMediafile.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldMediafile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldMediafileImages.html b/docs/classes/JFormFieldMediafileImages.html
deleted file mode 100644
index f9b15ca223..0000000000
--- a/docs/classes/JFormFieldMediafileImages.html
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldMediafileImages
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
-
Get Icon
-
getIcon(Object $media) : string
-
-
-
-
-
Parameters
-
-
$media
-
Object
Media Table
-
Returns
-
string
-
-
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Mediafileimages'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldMessagetypelist.html b/docs/classes/JFormFieldMessagetypelist.html
deleted file mode 100644
index 75ec8bbf80..0000000000
--- a/docs/classes/JFormFieldMessagetypelist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldMessagetypelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Message Type List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Messagetypes'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldMimetype.html b/docs/classes/JFormFieldMimetype.html
deleted file mode 100644
index a40477a726..0000000000
--- a/docs/classes/JFormFieldMimetype.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldMimetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Mime Type List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldModal_Article.html b/docs/classes/JFormFieldModal_Article.html
deleted file mode 100644
index 7131e48a0f..0000000000
--- a/docs/classes/JFormFieldModal_Article.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldModal_Article
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Supports a modal article picker.
-
-
-
-
- Methods
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldModal_Seriesdetail.html b/docs/classes/JFormFieldModal_Seriesdetail.html
deleted file mode 100644
index 6964bbb1bf..0000000000
--- a/docs/classes/JFormFieldModal_Seriesdetail.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldModal_Seriesdetail
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Supports a modal series picker.
-
-
-
-
- Methods
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
Default
-
'Modal_Seriesdetail'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldModal_Study.html b/docs/classes/JFormFieldModal_Study.html
deleted file mode 100644
index 078d14180a..0000000000
--- a/docs/classes/JFormFieldModal_Study.html
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldModal_Study
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Field class for Modal_Study
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.0
-
-
-deprecated
-since version 7.1.0
-
-
-
- Methods
-
-
- Properties
-
-
Set Modal_Study
-
$type : string
-
-
Default
-
'Modal_Study'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldModal_Studydetails.html b/docs/classes/JFormFieldModal_Studydetails.html
deleted file mode 100644
index 1f0e4e8c33..0000000000
--- a/docs/classes/JFormFieldModal_Studydetails.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldModal_Studydetails
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Supports a modal study picker.
-
-
-
-
- Methods
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
Default
-
'Modal_Studydetails'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldModal_Teacherdisplay.html b/docs/classes/JFormFieldModal_Teacherdisplay.html
deleted file mode 100644
index 5c74b01a1a..0000000000
--- a/docs/classes/JFormFieldModal_Teacherdisplay.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldModal_Teacherdisplay
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Supports a modal study picker.
-
-
-
-
- Methods
-
-
- Properties
-
-
The form field type.
-
$type : string
-
-
Default
-
'Modal_TeacherDisplay'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldPlupload.html b/docs/classes/JFormFieldPlupload.html
deleted file mode 100644
index 849328aeae..0000000000
--- a/docs/classes/JFormFieldPlupload.html
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldPlupload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class JFormFieldPlupload
-
-
-
-
- Methods
-
-
- Properties
-
-
-
-
-
-
Class JFormFieldPlupload
-
-
-
-
- Methods
-
-
- Properties
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldRowOptions.html b/docs/classes/JFormFieldRowOptions.html
deleted file mode 100644
index 656a62d71f..0000000000
--- a/docs/classes/JFormFieldRowOptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldRowOptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldSeriesLinkoptions.html b/docs/classes/JFormFieldSeriesLinkoptions.html
deleted file mode 100644
index 0c32acc868..0000000000
--- a/docs/classes/JFormFieldSeriesLinkoptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldSeriesLinkoptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'SeriesLinkoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldSerieslist.html b/docs/classes/JFormFieldSerieslist.html
deleted file mode 100644
index 886e1baec9..0000000000
--- a/docs/classes/JFormFieldSerieslist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldSeriesList
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Series List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldSeriesoptions.html b/docs/classes/JFormFieldSeriesoptions.html
deleted file mode 100644
index 51ebf6715e..0000000000
--- a/docs/classes/JFormFieldSeriesoptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldSeriesoptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Seriesoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldServer.html b/docs/classes/JFormFieldServer.html
deleted file mode 100644
index 3ab35ea6db..0000000000
--- a/docs/classes/JFormFieldServer.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Field class for Server
-
-
-
-
- Methods
-
-
- Properties
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldServerType.html b/docs/classes/JFormFieldServerType.html
deleted file mode 100644
index f8cb7558cf..0000000000
--- a/docs/classes/JFormFieldServerType.html
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldServerType
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
ServerType Field class
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldSharelist.html b/docs/classes/JFormFieldSharelist.html
deleted file mode 100644
index 3bc403f718..0000000000
--- a/docs/classes/JFormFieldSharelist.html
+++ /dev/null
@@ -1,824 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ JFormFieldSharelist
-
Message Type List Form Field class for the Proclaim component
-
-
-
-
- Summary
-
-
-
- No public methods found
-
-
- No public properties found
-
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $type
- $type : string
- The field type.
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
- getOptions()
-
- getOptions() : array
- Method to get a list of options for a list input.
-
-
-
-
- Returns
- array
- — An array of JHtml options.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:42.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldSpanOptions.html b/docs/classes/JFormFieldSpanOptions.html
deleted file mode 100644
index f561ea99ac..0000000000
--- a/docs/classes/JFormFieldSpanOptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldSpanOptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'Spanoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldTeacherLinkoptions.html b/docs/classes/JFormFieldTeacherLinkoptions.html
deleted file mode 100644
index 7ccef4d1ec..0000000000
--- a/docs/classes/JFormFieldTeacherLinkoptions.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldTeacherLinkoptions
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Books List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
Default
-
'TeacherLinkoptions'
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldTeacherlist.html b/docs/classes/JFormFieldTeacherlist.html
deleted file mode 100644
index 2f3b496859..0000000000
--- a/docs/classes/JFormFieldTeacherlist.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldTeacherlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Teachers List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
Teachers List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldTopics.html b/docs/classes/JFormFieldTopics.html
deleted file mode 100644
index f408fa0533..0000000000
--- a/docs/classes/JFormFieldTopics.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldTopics
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Form Field class for the Topics
-
-
-
-
- Methods
-
-
- Properties
-
-
Set type to topics
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldTopicslist.html b/docs/classes/JFormFieldTopicslist.html
deleted file mode 100644
index 6d7cbdc7c6..0000000000
--- a/docs/classes/JFormFieldTopicslist.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldTopicslist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Topics List Form Field class for the Proclaim component
-Displays a topics list of ALL published topics
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldUpload.html b/docs/classes/JFormFieldUpload.html
deleted file mode 100644
index b9ef7d9dd2..0000000000
--- a/docs/classes/JFormFieldUpload.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldUpload
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Upload Field class
-
-
-
-
- Methods
-
-
- Properties
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldVirtuemart.html b/docs/classes/JFormFieldVirtuemart.html
deleted file mode 100644
index 2d019ab7be..0000000000
--- a/docs/classes/JFormFieldVirtuemart.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldVirtuemart
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Virtuemart Category List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JFormFieldYearlist.html b/docs/classes/JFormFieldYearlist.html
deleted file mode 100644
index 28c482f3b5..0000000000
--- a/docs/classes/JFormFieldYearlist.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JFormFieldYearlist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location List Form Field class for the Proclaim component
-
-
-
-
- Methods
-
-
Method to get a list of options for a list input.
-
getOptions() : array
-
-
-
-
-
Returns
-
-array
An array of JHtml options.
-
-
-
- Properties
-
-
The field type.
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlBiblestudy.html b/docs/classes/JHtmlBiblestudy.html
deleted file mode 100644
index 5b19912310..0000000000
--- a/docs/classes/JHtmlBiblestudy.html
+++ /dev/null
@@ -1,399 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlBiblestudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Biblestudy HTML class.
-
-
-
-
- Methods
-
-
Method to get the field options.
-
Link_typelist() : Object
-
Static
-
-
-
-
Returns
-
-Object
The field option objects.
-
-
-
-
-
Display a batch widget for the teacher selector.
-
Messagetype() : string
-
Static
-
-
-
-
Returns
-
-string
The necessary HTML for the widget.
-
-
-
-
Method to get the field options.
-
Messagetypelist() : array
-
Static
-
-
-
-
Returns
-
-array
The field option objects.
-
-
-
-
Display a batch widget for the teacher selector.
-
Series() : string
-
Static
-
-
-
-
Returns
-
-string
The necessary HTML for the widget.
-
-
-
-
Method to get the field options.
-
Serieslist() : array
-
Static
-
-
-
-
Returns
-
-array
The field option objects.
-
-
-
-
Display a batch widget for the teacher selector.
-
Teacher() : string
-
Static
-
-
-
-
Returns
-
-string
The necessary HTML for the widget.
-
-
-
-
Method to get the field options.
-
Teacherlist() : array
-
Static
-
-
-
-
Returns
-
-array
The field option objects.
-
-
-
-
Method to load the bPopup JavaScript framework into the document head
-
framework(mixed $debug = null
, mixed $extra = null
) : void
-
Static
-
-
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
-
-
Parameters
-
-
$debug
-
mixed
Is debugging mode on? [optional]
-
-
$extra
-
mixed
Option to load extra js [optional]
-
-
-
-
Display a batch widget for the player selector.
-
link_type() : string
-
Static
-
-
-
-
Returns
-
-string
The necessary HTML for the widget.
-
-
-
-
Loads CSS files needed by Bootstrap
-
loadCss(\Joomla\Registry\Registry $params, string $url = null
, string $extra = null
) : void
-
Static
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Params for css
-
-
$url
-
string
Url of a css file to load
-
-
$extra
-
string
Url of a css file to load
-
-
-
-
-
Method to get the field options.
-
playerlist() : object
-
Static
-
-
-
-
Returns
-
-object
The field option objects.
-
-
-
-
Display a batch widget for the player selector.
-
players() : string
-
Static
-
-
-
-
Returns
-
-string
The necessary HTML for the widget.
-
-
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlFancybox.html b/docs/classes/JHtmlFancybox.html
deleted file mode 100644
index bccb9eb2be..0000000000
--- a/docs/classes/JHtmlFancybox.html
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlFancybox
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Utility class for Fancybox JavaScript behaviors
-
-
-
-
- Methods
-
-
Method to load the fancybox JavaScript framework into the document head
-
framework(boolean $option = false
, boolean $mouseweel = false
) : void
-
Static
-
-
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
-
-
Parameters
-
-
$option
-
boolean
Optional looks [optional]
-
-
$mouseweel
-
boolean
To add mouse Well to display [optional]
-
-
-
-
Loads CSS files needed by Bootstrap
-
loadCss(boolean $option = false
) : void
-
Static
-
-
-
-
Parameters
-
-
$option
-
boolean
Optional add helpers - button, thumbnail and/or media
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlIcon.html b/docs/classes/JHtmlIcon.html
deleted file mode 100644
index db592ea620..0000000000
--- a/docs/classes/JHtmlIcon.html
+++ /dev/null
@@ -1,251 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlIcon
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Content Component HTML Helper
-
-
-
-
- Methods
-
-
Method to generate a link to the create item page for the given category
-
create(object $category, \Joomla\Registry\Registry $params, array $attribs = array()
, boolean $legacy = false
) : string
-
Static
-
-
-
-
Parameters
-
-
$category
-
object
The category information
-
-
$params
-
\Joomla\Registry\Registry
The item parameters
-
-
$attribs
-
array
Optional attributes for the link
-
-
$legacy
-
boolean
True to use legacy images, false to use icomoon based graphic
-
Returns
-
-string
The HTML markup for the create item link
-
-
-
-
Display an edit icon for the article.
-
edit(object $article, \Joomla\Registry\Registry $params, array $attribs = array()
, boolean $legacy = false
) : string
-
Static
-
-
This icon will not display in a popup window, nor if the article is trashed.
-Edit access checks must be performed in the calling code.
-
-
Parameters
-
-
$article
-
object
The article information
-
-
$params
-
\Joomla\Registry\Registry
The item parameters
-
-
$attribs
-
array
Optional attributes for the link
-
-
$legacy
-
boolean
True to use legacy images, false to use icomoon based graphic
-
Returns
-
-string
The HTML for the article edit icon.
-
-
-
-
Method to generate a link to the email item page for the given article
-
email(object $article, \Joomla\Registry\Registry $params, array $attribs = array()
, boolean $legacy = false
) : string
-
Static
-
-
-
-
Parameters
-
-
$article
-
object
The article information
-
-
$params
-
\Joomla\Registry\Registry
The item parameters
-
-
$attribs
-
array
Optional attributes for the link
-
-
$legacy
-
boolean
True to use legacy images, false to use icomoon based graphic
-
Returns
-
-string
The HTML markup for the email item link
-
-
-
-
-
Method to generate a link to print an article
-
print_screen(object $article, \Joomla\Registry\Registry $params, array $attribs = array()
, boolean $legacy = false
) : string
-
Static
-
-
-
-
Parameters
-
-
$article
-
object
Not used, @deprecated for 4.0
-
-
$params
-
\Joomla\Registry\Registry
The item parameters
-
-
$attribs
-
array
Not used, @deprecated for 4.0
-
-
$legacy
-
boolean
True to use legacy images, false to use icomoon based graphic
-
Returns
-
-string
The HTML markup for the popup link
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlJquery.html b/docs/classes/JHtmlJquery.html
deleted file mode 100644
index 8ca8997636..0000000000
--- a/docs/classes/JHtmlJquery.html
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlJquery
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Utility class for jQuery JavaScript behaviors
-
-
-
-
- Methods
-
-
Method to load the jQuery JavaScript framework into the document head
-
framework(boolean $noConflict, mixed $debug) : void
-
Static
-
-
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
-
-
Parameters
-
-
$noConflict
-
boolean
True to load jQuery in noConflict mode [optional]
-
-
-
$debug
-
mixed
Is debugging mode on? [optional]
-
-
-
-
-
Method to load the jQuery UI JavaScript framework into the document head
-
ui(array $components, mixed $debug) : void
-
Static
-
-
If debugging mode is on an uncompressed version of jQuery UI is included for easier debugging.
-
-
Parameters
-
-
$components
-
array
The jQuery UI components to load [optional]
-
-
-
$debug
-
mixed
Is debugging mode on? [optional]
-
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlJwplayer.html b/docs/classes/JHtmlJwplayer.html
deleted file mode 100644
index f477be2104..0000000000
--- a/docs/classes/JHtmlJwplayer.html
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlJwplayer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Utility class for JWplayer behaviors
-
-
-
-
- Methods
-
-
Method to load the JWplayer JavaScript framework into the document head
-
framework() : void
-
Static
-
-
If debugging mode is on an uncompressed version of JWplayer is included for easier debugging.
-
-
-
-
-
Render html for media presentation for JW Player
-
render(object $media, \Joomla\Registry\Registry $params, boolean $popup = false
, object $player = null
, integer $t = null
) : string
-
Static
-
-
-
-
Parameters
-
-
$media
-
object
Media info
-
-
$params
-
\Joomla\Registry\Registry
Params from media have to be in object for do to protection.
-
-
$popup
-
boolean
If from a popup
-
-
$player
-
object
To make player for audio like (MP3, M4A, etc..)
-
-
Returns
-
string
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlSortablelist.html b/docs/classes/JHtmlSortablelist.html
deleted file mode 100644
index ae62768f32..0000000000
--- a/docs/classes/JHtmlSortablelist.html
+++ /dev/null
@@ -1,178 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlSortablelist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
HTML utility class for creating a sortable table list
-
-
-
-
- Methods
-
-
-
Method to load the Sortable script and make table sortable
-
sortable(string $tableId, string $formId, string $sortDir, string $saveOrderingUrl, boolean $proceedSaveOrderButton, boolean $nestedList) : void
-
Static
-
-
-
-
Parameters
-
-
$tableId
-
string
DOM id of the table
-
-
$formId
-
string
DOM id of the form
-
-
$sortDir
-
string
Sort direction
-
-
$saveOrderingUrl
-
string
Save ordering url, ajax-load after an item dropped
-
-
-
$proceedSaveOrderButton
-
boolean
Set whether a save order button is displayed
-
-
$nestedList
-
boolean
Set whether the list is a nested list
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JHtmlbsMedia.html b/docs/classes/JHtmlbsMedia.html
deleted file mode 100644
index 3c09d2040c..0000000000
--- a/docs/classes/JHtmlbsMedia.html
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JHtmlbsMedia
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Utility class for bPopup JavaScript behaviors
-
-
-
-
- Methods
-
-
Method to load the bPopup JavaScript framework into the document head
-
framework(boolean $noConflict = true
, mixed $debug = null
) : void
-
Static
-
-
If debugging mode is on an uncompressed version of jQuery is included for easier debugging.
-
-
Parameters
-
-
$noConflict
-
boolean
True to load jQuery in noConflict mode [optional]
-
-
$debug
-
mixed
Is debugging mode on? [optional]
-
-
-
-
Loads CSS files needed by Bootstrap
-
loadCss(boolean $includeMainCss = true
, string $cssName = null
, string $cssSet = 'default'
, array $attribs = array()
) : void
-
Static
-
-
-
-
Parameters
-
-
$includeMainCss
-
boolean
If true, main bootstrap.css files are loaded
-
-
$cssName
-
string
Name of css to use for view.
-
-
$cssSet
-
string
what css to load
-
-
$attribs
-
array
Optional array of attributes to be passed to JHtml::_('stylesheet')
-
-
-
-
Add javascript support for Lytebox
-
lytebox(string $selector = 'lytebox'
, array $params = array()
) : void
-
Static
-
-
-
-
Parameters
-
-
$selector
-
string
Common class for the Lytebox.
-
-
$params
-
array
An array of options for the modal.
- Options for the modal can be:
-
-
-
- Properties
-
-
Array containing information for loaded files
-
$loaded : array
-
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JbStats.html b/docs/classes/JbStats.html
deleted file mode 100644
index 083e160d0a..0000000000
--- a/docs/classes/JbStats.html
+++ /dev/null
@@ -1,317 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JbStats
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Bible Study stats support class
-
-
-
-
- Methods
-
-
Get Downloads ninety
-
get_downloads_ninety() : array
-
Static
-
-
-
Returns
-
-array
list of download links
-
-
-
-
Get top books
-
get_top_books() : object
-
Static
-
-
-
-deprecated
-Not used as of 8.0.0
-
-
Returns
-
object
-
-
-
-
Get Top Downloads
-
get_top_downloads() : string
-
Static
-
-
-
Returns
-
-string
List of links to the downloads
-
-
-
-
Get top studies
-
get_top_studies() : array
-
Static
-
-
-
-
Get top thirty days
-
get_top_thirty_days() : string
-
Static
-
-
-
-
Total media files in Bible Study
-
get_total_categories() : int
-
Static
-
-
-
-
-
Total messages in Bible Study
-
get_total_messages(string $start, string $end) : int
-
Static
-
-
-
Parameters
-
-
-
Returns
-
-int
Total Messages
-
-
-
-
Total topics in Bible Study
-
get_total_topics(string $start, string $end) : int
-
Static
-
-
-
Parameters
-
-
-
Returns
-
-int
Total Topics
-
-
-
-
Returns a System of Player
-
players() : string
-
Static
-
-
-
-
-
Top Score ???
-
top_score() : int
-
Static
-
-
-
Returns
-
-int
number of scors
-
-
-
-
Top Score Site
-
top_score_site() : string
-
-
-
-
-
Total Downloads
-
total_downloads() : array
-
Static
-
-
-
-
-
Total plays of media files per study
-
total_plays(int $id) : int
-
Static
-
-
-
Parameters
-
-
$id
-
int
Id number of study
-
Returns
-
-int
Total plays form the media
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JoomlaCompatController.html b/docs/classes/JoomlaCompatController.html
deleted file mode 100644
index 092316ea39..0000000000
--- a/docs/classes/JoomlaCompatController.html
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JoomlaCompatController
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
The Live Update MVC controller
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JoomlaCompatModel.html b/docs/classes/JoomlaCompatModel.html
deleted file mode 100644
index 1d0d39eb14..0000000000
--- a/docs/classes/JoomlaCompatModel.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JoomlaCompatModel
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
The Live Update MVC model
-
-
-
-
-
-
-
-
diff --git a/docs/classes/JoomlaCompatView.html b/docs/classes/JoomlaCompatView.html
deleted file mode 100644
index 64d8a2cac2..0000000000
--- a/docs/classes/JoomlaCompatView.html
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
-
-
-
Proclaim API » \JoomlaCompatView
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdate.html b/docs/classes/LiveUpdate.html
deleted file mode 100644
index 982ff6be8a..0000000000
--- a/docs/classes/LiveUpdate.html
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Class LiveUpdate
-
-
-
- Methods
-
-
Icon
-
getIcon(array $config) : string
-
Static
-
-
-
Parameters
-
-
$config
-array
-
-
Returns
-
string
-
-
-
-
-
Handles requests to the "liveupdate" view which is used to display
-update information and perform the live updates
-
handleRequest() : void
-
Static
-
-
-
-
Loads the translation strings -- this is an internal function, called automatically
-
loadLanguage() : void
-
Static
-
-
-
- Properties
-
-
The current version of Akeeba Live Update
-
$version : string
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateAbstractConfig.html b/docs/classes/LiveUpdateAbstractConfig.html
deleted file mode 100644
index 28f9801088..0000000000
--- a/docs/classes/LiveUpdateAbstractConfig.html
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateAbstractConfig
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
This is the base class inherited by the config.php file in LiveUpdate's root.
-
-
You may override it non-final members to customise its behaviour.
-
-
- Methods
-
-
Public constructor. It populates all extension-specific fields. Override to your liking if necessary.
-
__construct()
-
-
-
-
-
-
Apply CA Cart
-
applyCACert($ch) : void
-
-
-
-
-
Gets the authorization string to append to the download URL. It returns either the
-download ID or username/password pair. Please override the class constructor, not
-this method, if you want to fetch these values.
-
getAuthorization() : string
-
-
-
-
-
Returns all the information we have about the extension and its update preferences
-
getExtensionInformation() : array
-
-
-
-
Returns
-
-array
The extension information
-
-
-
-
Singleton implementation
-
getInstance() : \LiveUpdateConfig
-
Static
-
-
-
Returns
-
-\LiveUpdateConfig
An instance of the Live Update configuration class
-
-
-
-
Get Minimum Stability
-
getMinimumStability() : string
-
-
-
-
-
Returns the information regarding the storage adapter
-
getStorageAdapterPreferences() : array
-
-
-
-
-
Returns the URL to the update INI stream. By default it returns the value to
-the protected $_updateURL property of the class. Override with your implementation
-if you want to modify its logic.
-
getUpdateURL() : string
-
-
-
-
-
Get Version Strategy
-
getVersionStrategy() : string
-
-
-
-
-
Requires Authorization
-
requiresAuthorization() : bool
-
-
-
-
-
Fetch username/password and Download ID from the component's configuration.
-
populateAuthorization() : void
-
-
-
-
-
Get the current version from the XML manifest of the extension and
-populate the class' properties.
-
populateExtensionInfo() : void
-
-
-
-
- Properties
-
-
The path to a local copy of cacert.pem, required if you plan on using HTTPS URLs to fetch live udpate information or download files from
-
$_cacerts : string
-
-
-
-
-
current release date of your extension. Populated automatically from the XML manifest.
-
$_currentReleaseDate : \The
-
-
-
-
-
current version of your extension. Populated automatically from the XML manifest.
-
$_currentVersion : \The
-
-
-
-
-
The Download ID to authorize a download on your site; use it instead of the username/password pair
-
$_downloadID : string
-
-
-
-
-
The extension name, e.g. com_foobar, plg_foobar, mod_foobar, tpl_foobar etc
-
$_extensionName : string
-
-
-
-
-
The human-readable name of your extension
-
$_extensionTitle : string
-
-
-
-
-
The minimum stability level to report as available update. One of alpha, beta, rc and stable.
-
$_minStability : string
-
-
-
-
-
The password to authorize a download on your site
-
$_password : string
-
-
-
-
-
Does the download URL require authorization to download the package?
-
$_requiresAuthorization : bool
-
-
-
-
-
The information storage adapter to use. Can be 'file' or 'component'
-
$_storageAdapter : string
-
-
-
-
-
The configuration options for the storage adapter used
-
$_storageConfig : array
-
-
-
-
-
The URL to the INI update stream of this extension
-
$_updateURL : string
-
-
-
-
-
The username to authorize a download on your site
-
$_username : string
-
-
-
-
-
How to determine if a new version is available. 'different' = if the version number is different,
-the remote version is newer, 'vcompare' = use version compare between the two versions, 'newest' =
-compare the release dates to find the newest. I suggest using 'different' on most cases.
-
$_versionStrategy : string
-
-
-
-
-
The filename of the XML manifest of your extension. Leave blank to use extensionname.xml. For example,
-if the extension is com_foobar, it will look for com_foobar.xml and foobar.xml in the component's
-directory.
-
$_xmlFilename : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateConfig.html b/docs/classes/LiveUpdateConfig.html
deleted file mode 100644
index 38295b4d1e..0000000000
--- a/docs/classes/LiveUpdateConfig.html
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateConfig
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Configuration class for your extension's updates. Override to your liking.
-
-
You may override it non-final members to customise its behaviour.
-
-
- Methods
-
-
Constructor.
-
__construct()
-
-
-
-
- Properties
-
-
Name of Component Folder
-
$_extensionName : string
-
-
-
-
-
Title of Extension
-
$_extensionTitle : string
-
-
-
-
-
Requires Authorization
-
$_requiresAuthorization : bool
-
-
-
-
-
Update URL
-
$_updateURL : string
-
-
-
-
-
How to compare Versions
-
$_versionStrategy : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateController.html b/docs/classes/LiveUpdateController.html
deleted file mode 100644
index 316631159f..0000000000
--- a/docs/classes/LiveUpdateController.html
+++ /dev/null
@@ -1,228 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateController
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
The Live Update MVC controller
-
-
-
-
- Methods
-
-
Object constructor
-
__construct(array $config)
-
-
-
-
-
Cleanup
-
cleanup() : void
-
-
-
-
-
Displays the current view
-
display(bool $cachable, bool $urlparams) : void
-
-
-
-
Parameters
-
-
$cachable
-
bool
Ignored!
-
-
-
$urlparams
-
bool
Ignored!
-
-
-
-
-
Download the update package
-
download() : void
-
-
-
-
-
-
This Model
-
getThisModel() : \LiveUpdateModel
-
-
-
-
Returns
-
\LiveUpdateModel
-
-
-
-
This View
-
getThisView() : \LiveUpdateView
-
-
-
-
Returns
-
\LiveUpdateView
-
-
-
-
Install
-
install() : void
-
-
-
-
-
Runs the overview page task
-
overview() : void
-
-
-
-
-
Starts the update procedure. If the FTP credentials are required, it asks for them.
-
startupdate() : void
-
-
-
-
-
Credentials From Request
-
setCredentialsFromRequest(string $client) : bool | object
-
-
-
-
Parameters
-
-
Returns
-
-bool
object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateDownloadHelper.html b/docs/classes/LiveUpdateDownloadHelper.html
deleted file mode 100644
index ff4cf94bac..0000000000
--- a/docs/classes/LiveUpdateDownloadHelper.html
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateDownloadHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Allows downloading packages over the web to your server
-
-
-
- Methods
-
-
Downloads from a URL and saves the result as a local file
-
download(string $url, string $target) : bool
-
Static
-
-
-
Parameters
-
-
$url
-string
-
-
-
$target
-string
-
-
Returns
-
-bool
True on success
-
-
-
-
Downloads from a URL and returns the result as a string
-
downloadAndReturn(string $url) : mixed
-
Static
-
-
-
Parameters
-
-
$url
-string
-
-
Returns
-
-mixed
Result string on success, false on failure
-
-
-
-
Change the permissions of a file, optionally using FTP
-
chmod(string $path, int $mode) : bool | void
-
Static
-
-
-
Parameters
-
-
$path
-
string
Absolute path to file
-
-
$mode
-
int
Permissions, e.g. 0755
-
Returns
-
-bool
void
-
-
-
-
-
Detect and return available download adapters
-
getAdapters() : array
-
Static
-
-
-
-
Downloads the contents of a URL and writes them to disk (if $fp is not null)
-or returns them as a string (if $fp is null)
-
getCURL(string $url, resource $fp, bool $nofollow) : bool | string
-
Static
-
-
-
Parameters
-
-
$url
-
string
The URL to download from
-
-
$fp
-
resource
The file pointer to download to. Omit to return the contents.
-
-
$nofollow
-
bool
The file pointer to download to. Omit to return the contents.
-
Returns
-
-bool
string
False on failure, true on success ($fp not null) or the URL contents (if $fp is null)
-
-
-
-
FOPEN
-
getFOPEN(string $url, null $fp) : bool | int | string
-
Static
-
-
-
Parameters
-
-
-
Returns
-
-bool
int
string
-
-
-
-
-
Does the server support PHP's cURL extension?
-
hasCURL() : bool
-
Static
-
-
-
Returns
-
-bool
True if it is supported
-
-
-
-
Does the server support URL fopen() wrappers?
-
hasFOPEN() : bool
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateFetch.html b/docs/classes/LiveUpdateFetch.html
deleted file mode 100644
index 5d9a2c2d3f..0000000000
--- a/docs/classes/LiveUpdateFetch.html
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateFetch
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Fetches the update information from the server or the cache, depending on
-whether the cache is fresh or not.
-
-
-
- Methods
-
-
-
One-stop-shop function which fetches update information and tells you
-if there are updates available or not, or if updates are not supported.
-
hasUpdates(bool $force) : int
-
-
-
-
Parameters
-
-
Returns
-
-int
0 = no updates, 1 = updates available, -1 = updates not supported, -2 = fetching updates crashes the server
-
-
-
-
Fetches update information from the server using cURL
-
fetchCURL() : string
-
-
-
-
Returns
-
-string
The raw server data
-
-
-
-
Fetches update information from the server using file_get_contents, which internally
-uses URL fopen() wrappers.
-
fetchFOPEN() : string
-
-
-
-
Returns
-
-string
The raw server data
-
-
-
-
Retrieves the update data from the server, unless previous runs indicate
-that the download process gets stuck and ends up in a WSOD.
-
getUpdateData(bool $force) : \stdClass
-
-
-
-
Parameters
-
-
$force
-
bool
Set to true to force fetching new data no matter if the process is marked as stuck
-
Returns
-
\stdClass
-
-
-
-
Parses the raw INI data into an array of update information
-
parseINI(string $rawData) : array
-
-
-
-
Parameters
-
-
$rawData
-
string
The raw INI data
-
Returns
-
-array
The parsed data
-
-
-
- Properties
-
-
Cache Time To Live
-
$cacheTTL : int
-
-
-
-
-
Storage
-
$storage : null
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateINIHelper.html b/docs/classes/LiveUpdateINIHelper.html
deleted file mode 100644
index 0df3ab998a..0000000000
--- a/docs/classes/LiveUpdateINIHelper.html
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateINIHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
A smart INI file parser with reproducible behaviour among different PHP versions
-
-
-
- Methods
-
-
Parse an INI file and return an associative array. Since PHP versions before
-5.1 are bitches with regards to INI parsing, I use a PHP-only solution to
-overcome this obstacle.
-
parse_ini_file(string $file, bool $process_sections, bool $rawdata) : array
-
Static
-
-
-
Parameters
-
-
$file
-
string
The file to process
-
-
$process_sections
-
bool
True to also process INI sections
-
-
Returns
-
-array
An associative array of sections, keys and values
-
-
-
-
A PHP based INI file parser.
-
parse_ini_file_php(string $file, bool $process_sections, bool $rawdata) : array
-
Static
-
-
Thanks to asohn ~at~ aircanopy ~dot~ net for posting this handy function on
-the parse_ini_file page on http://gr.php.net/parse_ini_file
-
Parameters
-
-
$file
-
string
Filename to process
-
-
$process_sections
-
bool
True to also process INI sections
-
-
$rawdata
-
bool
If true, the $file contains raw INI data, not a filename
-
-
Returns
-
-array
An associative array of sections, keys and values
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateModel.html b/docs/classes/LiveUpdateModel.html
deleted file mode 100644
index 410af20ca0..0000000000
--- a/docs/classes/LiveUpdateModel.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateModel
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
The Live Update MVC model
-
-
-
- Methods
-
-
Cleanup
-
cleanup() : void
-
-
-
-
-
Download
-
download() : bool
-
-
-
-
-
-
SRPURL
-
getSRPURL(string $return) : bool | string
-
-
-
-
Parameters
-
-
$return
-
string
Return info
-
Returns
-
-bool
string
-
-
-
-
-
Install
-
install() : bool
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateStorage.html b/docs/classes/LiveUpdateStorage.html
deleted file mode 100644
index 48de23eb79..0000000000
--- a/docs/classes/LiveUpdateStorage.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateStorage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Abstract class for the update parameters storage
-
-
-
-
- Methods
-
-
Get
-
get(string $key, string $default) : mixed
-
-
-
-
Parameters
-
-
-
Returns
-
mixed
-
-
-
-
Instance
-
getInstance(string $type, array $config) : \LiveUpdateStorage
-
Static
-
-
-
Parameters
-
-
-
Returns
-
\LiveUpdateStorage
-
-
-
-
Returns the internally used registry
-
getRegistry() : \Registry
-
-
-
-
-
Load
-
load(string $config) : void
-
-
-
-
-
Save
-
save() : void
-
-
-
-
-
Set
-
set(string $key, string $value) : void
-
-
-
-
-
Replaces the internally used registry with the one supplied
-
setRegistry(\Registry $registry) : void
-
-
-
-
- Properties
-
-
The update data registry
-
$registry : \Registry
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateStorageComponent.html b/docs/classes/LiveUpdateStorageComponent.html
deleted file mode 100644
index a4f096b2b3..0000000000
--- a/docs/classes/LiveUpdateStorageComponent.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateStorageComponent
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Live Update Component Storage Class
-Allows to store the update data to a component's parameters. This is the most reliable method.
-
-
Its configuration options are:
-component string The name of the component which will store our data. If not specified the extension name will be used.
-key string The name of the component parameter where the serialized data will be stored. If not specified "liveupdate" will be used.
-
- Methods
-
-
Load
-
load(string $config) : void
-
-
-
-
-
Save
-
save() : void
-
-
-
-
- Properties
-
-
Component Name
-
$component : null
-
Static
-
-
-
-
Key
-
$key : null
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateStorageFile.html b/docs/classes/LiveUpdateStorageFile.html
deleted file mode 100644
index 74747f9868..0000000000
--- a/docs/classes/LiveUpdateStorageFile.html
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateStorageFile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Live Update File Storage Class
-Allows to store the update data to files on disk. Its configuration options are:
-path string The absolute path to the directory where the update data will be stored as INI files
-
-
-
- Methods
-
-
Load
-
load(string $config) : void
-
-
-
-
-
Save
-
save() : void
-
-
-
-
- Properties
-
-
File Name
-
$filename : null
-
Static
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateView.html b/docs/classes/LiveUpdateView.html
deleted file mode 100644
index f095bf1a21..0000000000
--- a/docs/classes/LiveUpdateView.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateView
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
The Live Update MVC view
-
-
-
-
- Methods
-
-
Display
-
display(null $tpl) : mixed | void
-
-
-
-
Parameters
-
-
Returns
-
-mixed
void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/LiveUpdateXMLSlurp.html b/docs/classes/LiveUpdateXMLSlurp.html
deleted file mode 100644
index 5d96e05373..0000000000
--- a/docs/classes/LiveUpdateXMLSlurp.html
+++ /dev/null
@@ -1,292 +0,0 @@
-
-
-
-
-
-
Proclaim API » \LiveUpdateXMLSlurp
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Live Update XML Slurp
-
-
-
-
- Methods
-
-
Get Info
-
getInfo(string $extensionName, string $xmlName) : mixed
-
-
-
-
Parameters
-
-
$extensionName
-
string
?
-
-
-
Returns
-
mixed
-
-
-
-
Gets the version information of an extension by reading its XML file
-
fetchInfo(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
The name of the extension, e.g. com_foobar, mod_foobar, plg_foobar or tpl_foobar.
-
-
$xmlName
-
string
The name of the XML manifest filename. If empty uses $extensionName.xml
-
-
Returns
-
array
-
-
-
-
Gets the version information of a component by reading its XML file
-
getComponentData(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
The name of the extension, e.g. com_foobar
-
-
$xmlName
-
string
The name of the XML manifest filename. If empty uses $extensionName.xml
-
-
Returns
-
array
-
-
-
-
Gets the version information of a module by reading its XML file
-
getModuleData(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
The name of the extension, e.g. mod_foobar
-
-
$xmlName
-
string
The name of the XML manifest filename. If empty uses $extensionName.xml
-
-
Returns
-
array
-
-
-
-
This method parses the manifest information of package, library and file
-extensions. All of those extensions do not store their manifests in the
-extension's directory, but in administrator/manifests. Kudos to @mbabker
-for sharing this method!
-
getPackageData(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
?
-
-
-
Returns
-
array
-
-
-
-
Gets the version information of a plugin by reading its XML file
-
getPluginData(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
The name of the plugin, e.g. plg_foobar
-
-
$xmlName
-
string
The name of the XML manifest filename. If empty uses $extensionName.xml
-
-
Returns
-
array
-
-
-
-
Gets the version information of a template by reading its XML file
-
getTemplateData(string $extensionName, string $xmlName) : array
-
-
-
-
Parameters
-
-
$extensionName
-
string
The name of the template, e.g. tpl_foobar
-
-
$xmlName
-
string
The name of the XML manifest filename. If empty uses $extensionName.xml or templateDetails.xml
-
-
Returns
-
array
-
-
-
-
- Properties
-
-
Info
-
$_info : array
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration611.html b/docs/classes/Migration611.html
deleted file mode 100644
index ff05be1d8a..0000000000
--- a/docs/classes/Migration611.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration611
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.1.1 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration612.html b/docs/classes/Migration612.html
deleted file mode 100644
index ba0ecccdf3..0000000000
--- a/docs/classes/Migration612.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration612
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.1.2 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration613.html b/docs/classes/Migration613.html
deleted file mode 100644
index a72e457628..0000000000
--- a/docs/classes/Migration613.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration613
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.1.3 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration614.html b/docs/classes/Migration614.html
deleted file mode 100644
index 75c0ab0e8a..0000000000
--- a/docs/classes/Migration614.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration614
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.1.4 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration622.html b/docs/classes/Migration622.html
deleted file mode 100644
index ab6dc2bc4d..0000000000
--- a/docs/classes/Migration622.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration622
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.2.2 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration623.html b/docs/classes/Migration623.html
deleted file mode 100644
index 5da001bdd4..0000000000
--- a/docs/classes/Migration623.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration623
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 6.2.3 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration700.html b/docs/classes/Migration700.html
deleted file mode 100644
index 787a3f9d86..0000000000
--- a/docs/classes/Migration700.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration700
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 7.0.0 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Exceptions
-
-
Returns
-
boolean
-
-
-
-
Add Asset Column
-
addAssetColumn(string $table) : boolean
-
-
-
-
-
Parameters
-
-
$table
-
string
Table name to affect
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration701.html b/docs/classes/Migration701.html
deleted file mode 100644
index 45a17f0d14..0000000000
--- a/docs/classes/Migration701.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration701
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 7.0.1 class
-
-
-
-
- Methods
-
-
Start of upgrade
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
Returns
-
boolean
-
-
-
-
Update the Topics
-
updatetopics() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration702.html b/docs/classes/Migration702.html
deleted file mode 100644
index 5c2172b723..0000000000
--- a/docs/classes/Migration702.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration702
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Inserts some css code to fix pagination problem and add a tag for the captcha of comments
-
-
-
-
- Methods
-
-
Update CSS for 7.0.2
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration710.html b/docs/classes/Migration710.html
deleted file mode 100644
index 23417c4040..0000000000
--- a/docs/classes/Migration710.html
+++ /dev/null
@@ -1,141 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration710
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 7.1.0 class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.1.0
-
-
-todo
-need to update JError as it has been deprecated, but is still used in Joomla 3.3
-
-
-
- Methods
-
-
Set Empty templates
-
setemptytemplates() : void
-
Static
-
-
-
-
Method to Update to 7.1.0
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration800.html b/docs/classes/Migration800.html
deleted file mode 100644
index edc0efda97..0000000000
--- a/docs/classes/Migration800.html
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration800
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 8.0.0 class
-
-
-
-
- Methods
-
-
-
Method to Update to 8.0.0
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
Returns
-
boolean
-
-
-
-
Migrate Topics
-
migrate_topics(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
Returns
-
boolean
-
-
-
-
Update studies to reference newly created topics
-
update_studies(\TableTopic $topic_table, String $old_topic_id, \JDatabaseDriver $db) : void
-
-
-
-
-
Parameters
-
-
$topic_table
-
\TableTopic
Object containing the saved topic record
-
-
$old_topic_id
-
String
Reference to the old topic id
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration900.html b/docs/classes/Migration900.html
deleted file mode 100644
index 24487e8ae9..0000000000
--- a/docs/classes/Migration900.html
+++ /dev/null
@@ -1,480 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration900
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 9.0.0 class
-
-
-
-
- Methods
-
-
Build steps and query
-
build(\JDatabaseDriver $db) : null
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla DateBase Driver
-
Returns
-
null
-
-
-
-
Remove Old Files and Folders
-
deleteUnexactingFiles() : void
-
-
-
-
-
-
Migrate Template Lists
-
migrateTemplateLists(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Database driver
-
Returns
-
boolean
-
-
-
-
Remove Export function to TemplateFiles
-
removeExpert(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Database driver
-
Returns
-
boolean
-
-
-
-
Update Servers
-
servers(\JDatabaseDriver $db, array $server) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla database driver
-
-
$server
-
array
Server to process
-
Returns
-
boolean
-
-
-
-
T Settings Migration
-
testingMigration(integer $element) : boolean | string
-
-
-
-
-
Parameters
-
-
Returns
-
-boolean
string
-
-
-
-
-
Call Script for Updates of 9.0.0
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Database driver
-
Returns
-
boolean
-
-
-
-
Update Templates to work with 9.0.0 that cannot be don doing normal sql file.
-
updateTemplates(\JDatabaseDriver $db) : void
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Database driver
-
-
-
-
Change Settings
-
changeSetting(integer $row, integer $col, \Joomla\Registry\Registry $registry) : \Joomla\Registry\Registry
-
-
-
-
-
Parameters
-
-
-
-
$registry
-
\Joomla\Registry\Registry
Strings for Registry
-
Returns
-
\Joomla\Registry\Registry
-
-
-
-
Set del columns
-
deleteColumns(string $table, array $columns, \JDatabaseDriver $db) : void
-
-
-
-
-
Parameters
-
-
-
$columns
-
array
Column to drop
-
-
$db
-
\JDatabaseDriver
Data bass driver
-
-
-
-
Delete Table
-
deleteTable(string $table, \JDatabaseDriver $db) : void
-
-
-
-
-
Parameters
-
-
-
$db
-
\JDatabaseDriver
Joomla Database driver
-
-
-
-
Elements workings
-
element(integer $elementNumber) : boolean | string
-
-
-
-
-
Parameters
-
-
$elementNumber
-
integer
Number to stirng
-
Returns
-
-boolean
string
-
-
-
-
-
Replace Strings to actual code
-
itemReplace(string $item) : mixed
-
-
-
-
-
Parameters
-
-
$item
-
string
String to replace
-
Returns
-
mixed
-
-
-
-
Seriese Elements
-
serieselement(integer $element) : string
-
-
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
- Properties
-
-
-
-
$steps
-
$steps
-
-
Default
-
array('servers', 'media', 'migrateTemplateLists', 'updateTemplates', 'removeExpert', 'deleteUnexactingFiles', 'up')
-
-
-
-
-
-
-
$servers
-
$servers
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Migration901.html b/docs/classes/Migration901.html
deleted file mode 100644
index cc87272b4f..0000000000
--- a/docs/classes/Migration901.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Migration901
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Update for 9.0.1 class
-
-
-
-
- Methods
-
-
Call Script for Updates of 9.0.1
-
up(\JDatabaseDriver $db) : boolean
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
Joomla Data bass driver
-
Returns
-
boolean
-
-
-
-
Remove Old Files and Folders
-
deleteUnexistingFiles() : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/MigrationUpgrade.html b/docs/classes/MigrationUpgrade.html
deleted file mode 100644
index 6a4f4e63af..0000000000
--- a/docs/classes/MigrationUpgrade.html
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
Proclaim API » \MigrationUpgrade
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Update on All upgrades for migrating from old DB's
-
-
-
-
- Methods
-
-
Upgrade function
-
upgrade611() : boolean
-
-
-
-
-
Upgrade Function
-
upgrade612() : boolean
-
-
-
-
-
Upgrade function
-
upgrade613() : boolean
-
-
-
-
Returns
-
-boolean
Messages of progress.
-
-
-
-
Upgrade function
-
upgrade614() : boolean
-
-
-
-
-
Upgrade Function
-
upgrade622() : boolean
-
-
-
-
-
Upgrade function
-
upgrade623() : boolean
-
-
-
-
-
Upgrade function
-
upgrade700() : boolean
-
-
-
-
-
Update for 7.1.0
-
upgrade701() : boolean
-
-
-
-
-
Update for 7.1.0
-
upgrade710() : boolean
-
-
-
-
-
Update for 8.0.0
-
upgrade800() : boolean
-
-
-
-
-
Add Asset Column
-
addAssetColumn(array $table) : boolean
-
-
-
-
Parameters
-
-
$table
-
array
Table name to affect
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/ModBibleStudyPodcast.html b/docs/classes/ModBibleStudyPodcast.html
deleted file mode 100644
index ada49f67f2..0000000000
--- a/docs/classes/ModBibleStudyPodcast.html
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
Proclaim API » \ModBibleStudyPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
A module to display the podcast subscription table
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-Model.Podcast
-
-
-since
-
-
-
-
- Methods
-
-
Check to see if the component is enabled and the version
-
checkforcombiblestudy() : boolean
-
Static
-
-
-
-
Get BibleStudy Template Params
-
getTemplateParams(object $params) : \Registry
-
Static
-
-
-
Parameters
-
-
Returns
-
\Registry
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/ModJBSMHelper.html b/docs/classes/ModJBSMHelper.html
deleted file mode 100644
index 2fab75f973..0000000000
--- a/docs/classes/ModJBSMHelper.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-
-
-
-
-
Proclaim API » \ModJBSMHelper
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
BibleStudy mod helper
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Model.BibleStudy
-
-
-since
-7.1.0
-
-
-
- Methods
-
-
Get Latest
-
getLatest(\Joomla\Registry\Registry $params) : array
-
Static
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Item Params
-
Returns
-
array
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Mod_BiblestudyInstallerScript.html b/docs/classes/Mod_BiblestudyInstallerScript.html
deleted file mode 100644
index a9be97c830..0000000000
--- a/docs/classes/Mod_BiblestudyInstallerScript.html
+++ /dev/null
@@ -1,240 +0,0 @@
-
-
-
-
-
-
Proclaim API » \Mod_BiblestudyInstallerScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Script file of HelloWorld module
-
-
-
-
- Methods
-
-
Method to install the extension
-$parent is the class calling this method
-
install(\JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
-
-
-
Method to run after an install/update/uninstall method
-$parent is the class calling this method
-$type is the type of change (install, update or discover_install)
-
postflight(string $type, \JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
Type of install
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
-
-
-
Method to run before an install/update/uninstall method
-$parent is the class calling this method
-$type is the type of change (install, update or discover_install)
-
preflight(string $type, \JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
Type of install
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
-
-
-
Method to uninstall the extension
-$parent is the class calling this method
-
uninstall(\JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
-
-
-
Method to update the extension
-$parent is the class calling this method
-
update(\JInstallerFile $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
\JInstallerFile
Where it is coming from
-
-
-
-
Item Replacemnet
-
itemreplace(string $item) : mixed
-
-
-
-
-
Parameters
-
-
Returns
-
mixed
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/PlgSystemJbspodcast.html b/docs/classes/PlgSystemJbspodcast.html
deleted file mode 100644
index 12f11f8800..0000000000
--- a/docs/classes/PlgSystemJbspodcast.html
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-
-
-
Proclaim API » \PlgSystemJBSPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JBSPodcast jPlugin class
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Plugin.JBSPodcast
-
-
-since
-7.0.0
-
-
-
- Methods
-
-
Constructor
-
__construct(object $subject, array $config)
-
-
-
-
-
Parameters
-
-
$subject
-
object
&$subject The object to observe
-
-
$config
-
array
An optional associative array of configuration settings.
-Recognized key values include 'name', 'group', 'params', 'language'
-(this list is not meant to be comprehensive).
-
-
-
-
Check Days
-
checkdays(\Joomla\Registry\Registry $params) : boolean
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Plugin params
-
Returns
-
-boolean
Check to see if to day is right.
-
-
-
-
Check Time
-
checktime(object $params) : boolean
-
-
-
-
-
Parameters
-
-
$params
-
object
Plugin params
-
Returns
-
-boolean
True if Time is difference. False if not grater then now.
-
-
-
-
Send the Email
-
doEmail(\Joomla\Registry\Registry $params, boolean|string $dopodcast) : void
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Plugin params
-
-
$dopodcast
-
boolean
string
Podcast rendering to send in email.
-
-
-
-
Do Podcast
-
doPodcast() : boolean | string
-
-
-
-
-
Returns
-
-boolean
string
-
-
-
-
-
After Initialise system
-
onAfterInitialise() : void
-
-
-
-
-
Update Time
-
updatetime() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/PlgSystemjbsbackup.html b/docs/classes/PlgSystemjbsbackup.html
deleted file mode 100644
index 0ba7213b7e..0000000000
--- a/docs/classes/PlgSystemjbsbackup.html
+++ /dev/null
@@ -1,249 +0,0 @@
-
-
-
-
-
-
Proclaim API » \PlgSystemJBSBackup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
JBSBackup jPlugin class
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Plugin.JBSBackup
-
-
-since
-7.1.0
-
-
-
- Methods
-
-
Constructor
-
__construct(object $subject, array $config)
-
-
-
-
-
Parameters
-
-
$subject
-
object
&$subject The object to observe
-
-
$config
-
array
An optional associative array of configuration settings.
-Recognized key values include 'name', 'group', 'params', 'language'
-(this list is not meant to be comprehensive).
-
-
-
-
Check Days
-
checkdays(\Joomla\Registry\Registry $params) : boolean
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
?
-
Returns
-
boolean
-
-
-
-
Check Time
-
checktime(\Joomla\Registry\Registry $params) : boolean
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
?
-
Returns
-
boolean
-
-
-
-
Do the backup
-
doBackup() : boolean
-
-
-
-
-
Send the Email
-
doEmail(\Joomla\Registry\Registry $params, string $dobackup) : void
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
Component Params
-
-
$dobackup
-
string
File of Backup
-
-
-
-
After Initialise system
-
onAfterInitialise() : void
-
-
-
-
-
Update files
-
updatefiles(\Joomla\Registry\Registry $params) : void
-
-
-
-
-
Parameters
-
-
$params
-
\Joomla\Registry\Registry
JBSM Params
-
-
-
-
Update Time
-
updatetime() : boolean
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/PlgSystemjbspodcastInstallerScript.html b/docs/classes/PlgSystemjbspodcastInstallerScript.html
deleted file mode 100644
index 9285733223..0000000000
--- a/docs/classes/PlgSystemjbspodcastInstallerScript.html
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-
Proclaim API » \PlgSystemJBSPodcastInstallerScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Script file of JBSPodcast component
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Plugin.JBSPodcast
-
-
-since
-7.0.4
-
-
-
- Methods
-
-
Install DB if needed
-
dbupdate() : void
-
-
-
-
-
method to install the component
-
install(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to run after an install/update/uninstall method
-
postflight(string $type, string $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
is the type of change (install, update or discover_install)
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to run before an install/update/uninstall method
-
preflight(string $type, string $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
is the type of change (install, update or discover_install)
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to uninstall the component
-
uninstall(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
Method to update the component
-
update(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/PodcastSubscribe.html b/docs/classes/PodcastSubscribe.html
deleted file mode 100644
index 85f9ca94a1..0000000000
--- a/docs/classes/PodcastSubscribe.html
+++ /dev/null
@@ -1,288 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \PodcastSubscribe
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
A helper to return buttons for podcast subscriptions
-
-
-
-
-
- Methods
-
-
-
-
Build Alternate Podcast
-
buildAlternatePodcast(object $podcast) : string
-
-
-
-
-
Parameters
-
-
-
$podcast
-
object
-
-
Podcast info
-
Returns
-
-
string
-
-
-
-
-
-
-
Build Podcast Image
-
buildPodcastImage(array $podcastimagefromdb, array $words) : string
-
-
-
-
-
Parameters
-
-
-
$podcastimagefromdb
-
array
-
-
Podcast image
-
-
$words
-
array
-
-
Alt podcast image text
-
Returns
-
-
string
-
-
-
-
-
-
-
Build Standard Podcast
-
buildStandardPodcast(object $podcast) : string
-
-
-
-
-
Parameters
-
-
-
$podcast
-
object
-
-
Podcast Info
-
Returns
-
-
string
-
-
-
-
-
-
-
Build Subscribe Table
-
buildSubscribeTable(string $introtext) : string
-
-
-
-
-
Parameters
-
-
-
$introtext
-
string
-
-
Intro Text
-
Returns
-
-
string
-
-
-
-
-
-
-
Get Podcasts
-
getPodcasts() : object
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/ReCaptchaResponse.html b/docs/classes/ReCaptchaResponse.html
deleted file mode 100644
index c88647cd61..0000000000
--- a/docs/classes/ReCaptchaResponse.html
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
Proclaim API » \ReCaptchaResponse
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
A ReCaptchaResponse is returned from recaptcha_check_answer()
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-Plugin.reCAPTCHA
-
-
-since
-
-
-
-
- Properties
-
-
Error
-
$error : string
-
-
-
-
-
ID
-
$is_valid : int
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/RelatedStudies.html b/docs/classes/RelatedStudies.html
deleted file mode 100644
index 4d7e8201e9..0000000000
--- a/docs/classes/RelatedStudies.html
+++ /dev/null
@@ -1,358 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \RelatedStudies
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
helper to get related studies to the current one
-
-
-
-
-
- Methods
-
-
-
-
-
-
-
-
-
-
Get Studies
-
getStudies() : \JObject
-
-
-
-
-
Returns
-
-
\JObject
-
-
-
-
-
-
-
Get Topics for rendering.
-
getTopics() : string
-
-
-
-
-
-
-
Parse keys
-
parseKeys(string $source, string $compare, int $id) : boolean
-
-
-
-
-
Parameters
-
-
-
$source
-
string
-
-
?
-
-
-
$compare
-
string
-
-
?
-
-
-
Returns
-
-
boolean
-
-
-
-
-
-
-
Remove Common Words form render.
-
removeCommonWords(string $input) : array
-
-
-
-
-
Parameters
-
-
-
$input
-
string
-
-
Home
-
Returns
-
-
array
-
-
-
-
- Properties
-
-
-
-
Score
-
$score : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/SefExt_com_biblestudy.html b/docs/classes/SefExt_com_biblestudy.html
deleted file mode 100644
index 2c4110c0a4..0000000000
--- a/docs/classes/SefExt_com_biblestudy.html
+++ /dev/null
@@ -1,154 +0,0 @@
-
-
-
-
-
-
Proclaim API » \SefExt_com_biblestudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
SefExt for BibleStudy class
-
-
-
-
-package
-SefExt
-
-
-subpackage
-Pugin.BibleStudy
-
-
-6
-.2.2
-
-
-
- Methods
-
-
Create non-sef vars
-
_createNonSefVars(string $uri) : object
-
-
-
-
Parameters
-
-
$uri
-string
-
-
Returns
-
object
-
-
-
-
Create url
-
create(string $uri) : string
-
-
-
-
Parameters
-
-
$uri
-string
-
-
Returns
-
string
-
-
-
-
Get non-sef vars
-
getNonSefVars(string $uri) : array
-
-
-
-
Parameters
-
-
$uri
-string
-
-
Returns
-
array
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/ShowScripture.html b/docs/classes/ShowScripture.html
deleted file mode 100644
index c9e0ae9659..0000000000
--- a/docs/classes/ShowScripture.html
+++ /dev/null
@@ -1,375 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \ShowScripture
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
Scripture Show class.
-
-
-
-
-
- Methods
-
-
-
-
Passage Build system
-
buildPassage(object $row, object $params) : boolean
-
-
-
-
-
Parameters
-
-
-
$row
-
object
-
-
Item Info
-
-
$params
-
object
-
-
Item Params
-
Returns
-
-
boolean
-
-
-
-
-
-
-
-
-
-
Get Bible Gateway References
-
getBiblegateway(string $reference, string $version) : string
-
-
-
-
-
Parameters
-
-
-
$reference
-
string
-
-
?
-
-
-
$version
-
string
-
-
?
-
-
Returns
-
-
string
-
-
-
-
-
-
-
Get HideShow
-
getHideShow(object $row, string $reference) : string
-
-
-
-
-
Parameters
-
-
-
-
$reference
-
string
-
-
?
-
-
Returns
-
-
string
-
-
-
-
-
-
-
Get Link
-
getLink(object $row, string $reference) : string
-
-
-
-
-
Parameters
-
-
-
-
$reference
-
string
-
-
?
-
-
Returns
-
-
string
-
-
-
-
-
-
-
Get Show
-
getShow(string $row, string $reference) : string
-
-
-
-
-
Parameters
-
-
-
-
$reference
-
string
-
-
?
-
-
Returns
-
-
string
-
-
-
-
- Properties
-
-
-
-
Link
-
$link : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableAdmin.html b/docs/classes/TableAdmin.html
deleted file mode 100644
index 646d97b284..0000000000
--- a/docs/classes/TableAdmin.html
+++ /dev/null
@@ -1,373 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableAdmin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Admin table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Access Level
-
$access : integer
-
-
-
-
-
-
Asset ID
-
$asset_id : integer
-
-
-
-
-
-
Debug settings
-
$debug : integer
-
-
-
-
-
-
Drop Tables
-
$drop_tables : integer
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
Install State
-
$installstate : string
-
-
-
-
-
-
Params
-
$params : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableComment.html b/docs/classes/TableComment.html
deleted file mode 100644
index 1b1418c0e2..0000000000
--- a/docs/classes/TableComment.html
+++ /dev/null
@@ -1,388 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableComment
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Table class for Comment
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
-
-
Full Name
-
$full_name : string
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$language
-
$language
-
-
-
-
-
-
Published
-
$published : string
-
-
-
-
-
-
Study ID
-
$study_id : string
-
-
-
-
-
-
User Email
-
$user_email : string
-
-
-
-
-
-
User ID
-
$user_id : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableFolder.html b/docs/classes/TableFolder.html
deleted file mode 100644
index 25b7f4d03c..0000000000
--- a/docs/classes/TableFolder.html
+++ /dev/null
@@ -1,244 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableFolder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Table class for Folder
-
-
-
-
- Methods
-
-
Constructor
-
TableFolder($db)
-
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form `table_name.id`
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table, integer $id) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Folder Name
-
$foldername : string
-
-
-
-
-
Folder Path
-
$folderpath : string
-
-
-
-
-
Primary Key
-
$id : int
-
-
-
-
-
Published
-
$published : int
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableLocation.html b/docs/classes/TableLocation.html
deleted file mode 100644
index f329c83bfe..0000000000
--- a/docs/classes/TableLocation.html
+++ /dev/null
@@ -1,305 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableLocation
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Location table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
Location Text
-
$location_text : string
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableMediafile.html b/docs/classes/TableMediafile.html
deleted file mode 100644
index d3fbcdb8f7..0000000000
--- a/docs/classes/TableMediafile.html
+++ /dev/null
@@ -1,584 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableMediafile
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Table class for MediaFile
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to check a row in if the necessary properties/fields exist. Checking
-a row in will allow other users the ability to edit the row.
-
checkIn(mixed $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
mixed
An optional primary key value to check out. If not set the instance property value is used.
-
Exceptions
-
-\UnexpectedValueException
-
-
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
$checked_out
-
$checked_out
-
-
-
-
-
-
$checked_out_time
-
$checked_out_time
-
-
-
-
-
-
-
$created_by
-
$created_by
-
-
-
-
-
-
$created_by_alias
-
$created_by_alias
-
-
-
-
-
-
Create Date
-
$createdate : string
-
-
-
-
-
-
$downloads
-
$downloads
-
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$language
-
$language
-
-
-
-
-
-
-
$modified
-
$modified
-
-
-
-
-
-
$modified_by
-
$modified_by
-
-
-
-
-
-
Ordering
-
$ordering : string
-
-
-
-
-
-
Media configuration
-
$params : string
-
-
-
-
-
-
-
Podcast ID
-
$podcast_id : string
-
-
-
-
-
-
Published
-
$published : string
-
-
-
-
-
-
Server id
-
$server_id : integer
-
-
-
-
-
-
Study id
-
$study_id : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableMediaimage.html b/docs/classes/TableMediaimage.html
deleted file mode 100644
index b4ca01a281..0000000000
--- a/docs/classes/TableMediaimage.html
+++ /dev/null
@@ -1,272 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableMediaimage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
MediaImage table class
-
-
-
-
- Methods
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form `table_name.id`
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table, integer $id) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Primary Key
-
$id : int
-
-
-
-
-
Media Alt Text
-
$media_alttext : string
-
-
-
-
-
-
-
-
Media Text
-
$media_text : string
-
-
-
-
-
BibleStudy Default Path2
-
$path2 : string
-
-
-
-
-
Published
-
$published : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableMessage.html b/docs/classes/TableMessage.html
deleted file mode 100644
index 9e764a76b6..0000000000
--- a/docs/classes/TableMessage.html
+++ /dev/null
@@ -1,1078 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableMessage
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Table class for Message
-
-
-
-
- Methods
-
-
Constructor.
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Ordering.
-
ordering() : void
-
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
Alias
-
$alias : string
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
Book Number
-
$booknumber : integer
-
-
-
-
-
-
Book Number 2
-
$booknumber2 : string
-
-
-
-
-
-
Chapter Begin
-
$chapter_begin : integer
-
-
-
-
-
-
Chapter Begin2
-
$chapter_begin2 : integer
-
-
-
-
-
-
Chapter End
-
$chapter_end : integer
-
-
-
-
-
-
Chapter End2
-
$chapter_end2 : integer
-
-
-
-
-
-
$checked_out
-
$checked_out
-
-
-
-
-
-
$checked_out_time
-
$checked_out_time
-
-
-
-
-
-
-
$download_id
-
$download_id
-
-
-
-
-
-
Hits
-
$hits : integer
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$image_cd
-
$image_cd
-
-
-
-
-
-
$image_dvd
-
$image_dvd
-
-
-
-
-
-
$language
-
$language
-
-
-
-
-
-
Location ID
-
$location_id : integer
-
-
-
-
-
-
-
-
-
MessageType
-
$messagetype : string
-
-
-
-
-
-
$modified
-
$modified
-
-
-
-
-
-
$modified_by
-
$modified_by
-
-
-
-
-
-
Ordering
-
$ordering : string
-
-
-
-
-
-
Params
-
$params : string
-
-
-
-
-
-
$prod_cd
-
$prod_cd
-
-
-
-
-
-
$prod_dvd
-
$prod_dvd
-
-
-
-
-
-
Publish Down
-
$publish_down : string
-
-
Default
-
'0000-00-00 00:00:00'
-
-
-
-
-
-
Publish Up
-
$publish_up : string
-
-
Default
-
'0000-00-00 00:00:00'
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
Secondary Reference
-
$secondary_reference : string
-
-
-
-
-
-
Series ID
-
$series_id : integer
-
-
-
-
-
-
$server_cd
-
$server_cd
-
-
-
-
-
-
$server_dvd
-
$server_dvd
-
-
-
-
-
-
Show Level
-
$show_level : integer
-
-
-
-
-
-
Study Date
-
$studydate : string
-
-
-
-
-
-
Study Intro
-
$studyintro : string
-
-
-
-
-
-
Study Number
-
$studynumber : integer
-
-
-
-
-
-
Study Text
-
$studytext : string
-
-
-
-
-
-
$studytext2
-
$studytext2
-
-
-
-
-
-
Study Title
-
$studytitle : string
-
-
-
-
-
-
Teacher id
-
$teacher_id : integer
-
-
-
-
-
-
ThumbNail Height
-
$thumbhm : integer
-
-
-
-
-
-
ThumbNail Media
-
$thumbnailm : string
-
-
-
-
-
-
ThumbNail Width
-
$thumbwm : integer
-
-
-
-
-
-
User ID
-
$user_id : integer
-
-
-
-
-
-
User Name
-
$user_name : string
-
-
-
-
-
-
Verse Begin
-
$verse_begin : integer
-
-
-
-
-
-
Verse Begin2
-
$verse_begin2 : integer
-
-
-
-
-
-
Verse End
-
$verse_end : integer
-
-
-
-
-
-
Verse End2
-
$verse_end2 : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableMessagetype.html b/docs/classes/TableMessagetype.html
deleted file mode 100644
index 4d4749f0d9..0000000000
--- a/docs/classes/TableMessagetype.html
+++ /dev/null
@@ -1,360 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableMessagetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
MessageType table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$landing_show
-
$landing_show
-
-
-
-
-
-
Message Type
-
$message_type : string
-
-
-
-
-
-
$ordering
-
$ordering
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableMimetype.html b/docs/classes/TableMimetype.html
deleted file mode 100644
index 90e63007b8..0000000000
--- a/docs/classes/TableMimetype.html
+++ /dev/null
@@ -1,244 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableMimetype
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Table class for MimeType
-
-
-
-
- Methods
-
-
Constructor
-
Tablemimetype($db)
-
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form `table_name.id`
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table, integer $id) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Primary Key
-
$id : int
-
-
-
-
-
MimeText
-
$mimetext : string
-
-
-
-
-
MimeType
-
$mimetype : string
-
-
-
-
-
Published
-
$published : int
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TablePodcast.html b/docs/classes/TablePodcast.html
deleted file mode 100644
index 73952a71af..0000000000
--- a/docs/classes/TablePodcast.html
+++ /dev/null
@@ -1,664 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TablePodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Podcast table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Author
-
$author : string
-
-
-
-
-
-
Custom
-
$custom : string
-
-
-
-
-
-
Custom
-
$customsubtitle : string
-
-
-
-
-
-
Description
-
$description : string
-
-
-
-
-
-
Details template ID
-
$detailstemplateid : string
-
-
-
-
-
-
Editor Email Address
-
$editor_email : string
-
-
-
-
-
-
Editor Name
-
$editor_name : string
-
-
-
-
-
-
Details template ID
-
$episodesubtitle : string
-
-
-
-
-
-
Episode Title
-
$episodetitle : string
-
-
-
-
-
-
File Name
-
$filename : string
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
Image
-
$image : string
-
-
-
-
-
-
Image Height
-
$imageh : integer
-
-
-
-
-
-
Image Width
-
$imagew : integer
-
-
-
-
-
-
Language of Podcast
-
$language : string
-
-
-
-
-
-
Type of link to use for podcast.
-
$linktype : string
-
-
-
-
0 = Default is to episode.
-1 = Direct Link.
-2 = Popup Player Window with default player as internal.
-
-
-
-
-
Podcast Image
-
$podcastimage : string
-
-
-
-
-
-
Limit of the episodes in the podcast
-
$podcastlimit : string
-
-
-
-
-
-
Podcast name
-
$podcastname : string
-
-
-
-
-
-
Podcast Search Words
-
$podcastsearch : string
-
-
-
-
-
-
Podcast Summary
-
$podcastsummary : string
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
Title
-
$title : string
-
-
-
-
-
-
Website Address
-
$website : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableSerie.html b/docs/classes/TableSerie.html
deleted file mode 100644
index 59319904c6..0000000000
--- a/docs/classes/TableSerie.html
+++ /dev/null
@@ -1,387 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableSerie
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Seris JTable class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
Description
-
$description : string
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$landing_show
-
$landing_show
-
-
-
-
-
-
$language
-
$language
-
-
-
-
-
-
$ordering
-
$ordering
-
-
-
-
-
-
Publish state
-
$published : integer
-
-
-
-
-
-
Series Text
-
$series_text : string
-
-
-
-
-
-
Series Thumbnail
-
$series_thumbnail : string
-
-
-
-
-
-
Teacher
-
$teacher : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableServer.html b/docs/classes/TableServer.html
deleted file mode 100644
index 597b618f77..0000000000
--- a/docs/classes/TableServer.html
+++ /dev/null
@@ -1,372 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableServer
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Table class for Server
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
Asset ID
-
$assset_id : integer
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
-
$params
-
$params
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
Server Name
-
$server_name : string
-
-
-
-
-
-
Server Type
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableShare.html b/docs/classes/TableShare.html
deleted file mode 100644
index f6ebd4e9e3..0000000000
--- a/docs/classes/TableShare.html
+++ /dev/null
@@ -1,1081 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ TableShare
-
Table class for Share
-
-
-
-
- Summary
-
-
-
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $id
- $id : integer
- Primary Key
-
-
- Type
- integer
-
-
-
-
-
-
-
-
-
- $published
- $published : string
- Published
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $name
- $name : string
- Name
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $params
- $params : string
- Params
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
- TableShare()
-
- TableShare( $db )
- Constructor
-
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
- bind()
-
- bind(mixed $array , mixed $ignore = '' ) : boolean
- Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
-
- Parameters
-
-
- mixed
- $array
- An associative array or object to bind to the JTable instance.
-
-
- mixed
- $ignore
- An optional array or space separated list of properties to ignore while binding.
-
-
-
-
- Returns
- boolean
- — True on success.
-
-
-
-
-
-
-
-
-
-
- _getAssetName()
-
- _getAssetName() : string
- Method to compute the default name of the asset.
- The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
-
- Returns
- string
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- _getAssetTitle()
-
- _getAssetTitle() : string
- Method to return the title to use for the asset table.
-
-
-
-
- Returns
- string
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- _getAssetParentId()
-
- _getAssetParentId(\JTable $table = null , integer $id = null ) : integer
- Method to get the parent asset under which to register this one.
- By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
- Parameters
-
-
- \JTable
- $table
- A JTable object for the asset parent.
-
-
- integer
- $id
- Id to look up
-
-
-
-
- Returns
- integer
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:46.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableStudyTopics.html b/docs/classes/TableStudyTopics.html
deleted file mode 100644
index 27ed125ac3..0000000000
--- a/docs/classes/TableStudyTopics.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableStudyTopics
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
StudyTopics table class
-
-
-
-
- Methods
-
-
Object constructor to set table and key fields. In most cases this will
-be overridden by child classes to explicitly set the table and key fields
-for a particular database table.
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db JDatabase connector object.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
ID
-
$id : integer
-
-
-
-
-
-
Study ID
-
$study_id : integer
-
-
-
-
-
-
Topic ID
-
$topic_id : integer
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableStyle.html b/docs/classes/TableStyle.html
deleted file mode 100644
index c9e73bebec..0000000000
--- a/docs/classes/TableStyle.html
+++ /dev/null
@@ -1,1123 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ TableStyle
-
Table class for Style
-
-
-
-
- Summary
-
-
-
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $filename
- $filename : string
- File Name
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
- $stylecode
- $stylecode : string
- CSS Style
-
-
- Type
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
- __construct( $db )
- Constructor.
-
-
- Parameters
-
-
-
-
-
-
-
-
-
-
-
-
-
- bind()
-
- bind(mixed $array , mixed $ignore = '' ) : boolean
- Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
-
- Parameters
-
-
- mixed
- $array
- An associative array or object to bind to the JTable instance.
-
-
- mixed
- $ignore
- An optional array or space separated list of properties to ignore while binding.
-
-
-
-
- Returns
- boolean
- — True on success.
-
-
-
-
-
-
-
-
-
-
- store()
-
- store(boolean $updateNulls = false ) : boolean
- Overriden JTable::store to set modified data and user id.
-
-
- Parameters
-
-
- boolean
- $updateNulls
- True to update fields even if they are null.
-
-
-
-
- Returns
- boolean
- — True on success.
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- delete()
-
- delete(mixed $pk = null ) : boolean
- Method to delete a row from the database table by primary key value.
-
-
- Parameters
-
-
- mixed
- $pk
- An optional primary key value to delete. If not set the instance property value is used.
-
-
-
-
- Returns
- boolean
- — True on success.
-
-
-
-
-
-
-
-
-
-
- _getAssetName()
-
- _getAssetName() : string
- Method to compute the default name of the asset.
- The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
-
- Returns
- string
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- _getAssetTitle()
-
- _getAssetTitle() : string
- Method to return the title to use for the asset table.
-
-
-
-
- Returns
- string
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 1.6
-
-
-
-
-
-
-
-
-
-
- _getAssetParentId()
-
- _getAssetParentId(\JTable $table = null , integer $id = null ) : integer
- Method to get the parent asset under which to register this one.
- By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
- Parameters
-
-
- \JTable
- $table
- A JTable object for the asset parent.
-
-
- integer
- $id
- Id to look up
-
-
-
-
- Returns
- integer
-
-
-
-
-
-
-
- Tags
-
-
-
- since
-
-
- 11.1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:41.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableTeacher.html b/docs/classes/TableTeacher.html
deleted file mode 100644
index 4786c40abf..0000000000
--- a/docs/classes/TableTeacher.html
+++ /dev/null
@@ -1,305 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableTeacher
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Teacher table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Alias
-
$alias : string
-
-
-
-
-
-
Ordering
-
$ordering : string
-
-
-
-
-
-
Teacher Name
-
$teachername : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableTemplate.html b/docs/classes/TableTemplate.html
deleted file mode 100644
index 164e37ff6a..0000000000
--- a/docs/classes/TableTemplate.html
+++ /dev/null
@@ -1,390 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableTemplate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Table class for Template
-
-
-
-
- Methods
-
-
Contractor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
Id
-
$id : integer
-
-
-
-
-
-
Params
-
$params : \Joomla\Registry\Registry
-
-
-
-
-
-
PDF file
-
$pdf : string
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
Text
-
$text : string
-
-
-
-
-
-
Title
-
$title : string
-
-
-
-
-
-
Template
-
$tmpl : string
-
-
-
-
-
-
Type
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableTemplatecode.html b/docs/classes/TableTemplatecode.html
deleted file mode 100644
index 1e6d64124d..0000000000
--- a/docs/classes/TableTemplatecode.html
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableTemplatecode
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
TemplateCode table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to delete a row from the database table by primary key value.
-
delete(mixed $pk = null
) : boolean
-
-
-
-
-
Parameters
-
-
$pk
-
mixed
An optional primary key value to delete. If not set the instance property value is used.
-
Returns
-
-boolean
True on success.
-
-
-
-
Overriden JTable::store to set modified data and user id.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
File Name
-
$filename : string
-
-
-
-
-
-
Template Code
-
$templatecode : string
-
-
-
-
-
-
Type
-
$type : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/TableTopic.html b/docs/classes/TableTopic.html
deleted file mode 100644
index a6ecba7d8e..0000000000
--- a/docs/classes/TableTopic.html
+++ /dev/null
@@ -1,418 +0,0 @@
-
-
-
-
-
-
Proclaim API » \TableTopic
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Topic table class
-
-
-
-
- Methods
-
-
Constructor
-
__construct(\JDatabaseDriver $db)
-
-
-
-
-
Parameters
-
-
$db
-
\JDatabaseDriver
&$db Database connector object
-
-
-
-
Method to bind an associative array or object to the JTable instance.This
-method only binds properties that are publicly accessible and optionally
-takes an array of properties to ignore when binding.
-
bind(mixed $array, mixed $ignore = ''
) : boolean
-
-
-
-
-
Parameters
-
-
$array
-
mixed
An associative array or object to bind to the JTable instance.
-
-
$ignore
-
mixed
An optional array or space separated list of properties to ignore while binding.
-
Returns
-
-boolean
True on success.
-
-
-
-
check and (re-)construct the alias before storing the topic
-
checkAlias(array $data = array()
, integer $recordId = null
) : boolean | array
-
-
-
-
-
-since
-9.0.0
-
-
-todo
-this look like it is not used. (Neither Tom nor Brent wrote this one)
-
-
-
Parameters
-
-
$data
-
array
Data of record
-
-
Returns
-
-boolean
array
?
-
-
-
-
Overloaded load function
-
load(mixed $keys = null
, boolean $reset = true
) : boolean
-
-
-
-
-
-see
-
-
-
-since
-9.0.0
-
-
-
Parameters
-
-
$keys
-
mixed
An optional primary key value to load the row by, or an array of fields to match. If not
- set the instance property value is used.
-
-
$reset
-
boolean
True to reset the default values before loading the new row.
-
Returns
-
-boolean
True if successful. False if row not found.
-
-
-
-
Method to store a row in the database from the JTable instance properties.
-
store(boolean $updateNulls = false
) : boolean
-
-
-
If a primary key value is set the row with that primary key value will be
-updated with the instance property values. If no primary key value is set
-a new row will be inserted into the database with the properties from the
-JTable instance.
-
-
Parameters
-
-
$updateNulls
-
boolean
True to update fields even if they are null.
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to compute the default name of the asset.
-
_getAssetName() : string
-
-
-
The default name is in the form table_name.id
-where id is the value of the primary key of the table.
-
-
Returns
-
string
-
-
-
-
Method to get the parent asset under which to register this one.
-
_getAssetParentId(\JTable $table = null
, integer $id = null
) : integer
-
-
-
By default, all assets are registered to the ROOT node with ID 1.
-The extended class can define a table and id to lookup. If the
-asset does not exist it will be created.
-
-
Parameters
-
-
$table
-
\JTable
A JTable object for the asset parent.
-
-
$id
-
integer
Id to look up
-
Returns
-
integer
-
-
-
-
Method to return the title to use for the asset table.
-
_getAssetTitle() : string
-
-
-
-
- Properties
-
-
$access
-
$access
-
-
-
-
-
-
$asset_id
-
$asset_id
-
-
-
-
-
-
Primary Key
-
$id : integer
-
-
-
-
-
-
$language
-
$language
-
-
-
-
-
-
Params
-
$params : string
-
-
-
-
-
-
Published
-
$published : integer
-
-
-
-
-
-
Topic text
-
$topic_text : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/UploadScript.html b/docs/classes/UploadScript.html
deleted file mode 100644
index 8363470fa6..0000000000
--- a/docs/classes/UploadScript.html
+++ /dev/null
@@ -1,387 +0,0 @@
-
-
-
-
-
-
Proclaim API » \UploadScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Class UploadScript
-
-
-
-
- Methods
-
-
UI Script
-
UIScript() : string
-
-
-
-
-
Construct
-
__construct(object $params, string $mediaRoot)
-
-
-
-
-
Parameters
-
-
$params
-
object
Component parameters
-
-
$mediaRoot
-
string
Media folder
-
-
-
-
Get the dependency Script
-
getScript() : string
-
-
-
-
-
Returns
-
-string
JavaScript code
-
-
-
-
Sets up the JavaScript code with component parameters
-
_buildScript() : void
-
-
-
-
-
Clean Comma Separated Option
-
_cleanOption(string $string) : string
-
-
-
-
-
Parameters
-
-
$string
-
string
Option to be cleaned
-
Returns
-
string
-
-
-
-
Properly set component parameters for JavaScript usage
-
_setParams(object $params) : void
-
-
-
-
-
Parameters
-
-
$params
-
object
Component parameters
-
-
-
- Properties
-
-
-
$runtime
-
$runtime
-
-
-
-
-
-
$runtimeScript
-
$runtimeScript
-
-
-
-
-
-
$SCRIPT
-
$SCRIPT
-
-
-
-
-
-
$chunkSize
-
$chunkSize
-
-
-
-
-
-
$chunkUnit
-
$chunkUnit
-
-
-
-
-
-
$imageFilter
-
$imageFilter
-
-
-
-
-
-
$maxFileSize
-
$maxFileSize
-
-
-
-
-
-
$otherFilesFilter
-
$otherFilesFilter
-
-
-
-
-
-
$rename
-
$rename
-
-
-
-
-
-
$resize
-
$resize
-
-
-
-
-
-
$resizeHeight
-
$resizeHeight
-
-
-
-
-
-
$resizeQuality
-
$resizeQuality
-
-
-
-
-
-
$resizeWidth
-
$resizeWidth
-
-
-
-
-
-
$uniqueNames
-
$uniqueNames
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/Xmap_Com_Biblestudy.html b/docs/classes/Xmap_Com_Biblestudy.html
deleted file mode 100644
index 7043987c31..0000000000
--- a/docs/classes/Xmap_Com_Biblestudy.html
+++ /dev/null
@@ -1,1092 +0,0 @@
-
-
-
-
-
-
API Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \
-
-
-
-
\ Xmap_Com_Biblestudy
-
Class for xmap biblestudy
-
-
-
-
- Summary
-
-
-
-
- No public properties found
-
-
-
-
-
- No protected methods found
-
-
- No protected properties found
-
-
-
-
-
- No private methods found
-
-
- No private properties found
-
-
-
-
-
-
-
-
-
- File
- xmap_JBS/com_biblestudy.php
- Package
- BibleStudy\Xamp.BibleStudy
- Class hierarchy
-
- \Xmap_Com_Biblestudy
-
-
-
-
-
-
-
- Tags
-
-
-
-
-
-
-
-
-
-
-
-
-
- isOfType()
-
- isOfType( $xmap , $parent ) : boolean
- Type
-
-
- Parameters
-
-
-
- $xmap
-
-
-
-
- $parent
-
-
-
-
-
- Returns
- boolean
-
-
-
-
-
-
-
-
-
-
- prepareMenuItem()
-
- prepareMenuItem(array $node , array $params ) : string
- Prepare Menu
-
-
- Parameters
-
-
- array
- $node
- ?
-
-
- array
- $params
- ?
-
-
-
-
- Returns
- string
-
-
-
-
-
- static
-
-
- Tags
-
-
-
-
-
-
-
-
- getTree()
-
- getTree(object $xmap , object $parent , $params ) : mixed
- Get Tree
-
-
- Parameters
-
-
- object
- $xmap
- ?
-
-
- object
- $parent
- ?
-
-
-
- $params
-
-
-
-
-
- Returns
- mixed
-
-
-
-
-
-
-
-
-
-
- showMediaFiles()
-
- showMediaFiles(integer $id , object $xmap , string $limit , string $order , array $params , object $parent ) : void
- Show Media Files
-
-
- Parameters
-
-
- integer
- $id
- ?
-
-
- object
- $xmap
- ?
-
-
- string
- $limit
- ?
-
-
- string
- $order
- ?
-
-
- array
- $params
- ?
-
-
- object
- $parent
- ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- showStudies()
-
- showStudies(object $study , object $xmap , integer $t , string $limit , string $order , array $params , object $parent ) : void
- Show Studies
-
-
- Parameters
-
-
- object
- $study
- ?
-
-
- object
- $xmap
- ?
-
-
- integer
- $t
- ?
-
-
- string
- $limit
- ?
-
-
- string
- $order
- ?
-
-
- array
- $params
- ?
-
-
- object
- $parent
- ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- showYears()
-
- showYears(array $result , object $xmap , integer $t , string $limit , string $order , array $params , integer $field , integer $record , object $parent ) : void
- Show Years
-
-
- Parameters
-
-
- array
- $result
- ?
-
-
- object
- $xmap
- ?
-
-
- integer
- $t
- ?
-
-
- string
- $limit
- ?
-
-
- string
- $order
- ?
-
-
- array
- $params
- ?
-
-
- integer
- $field
- ?
-
-
- integer
- $record
- ?
-
-
- object
- $parent
- ?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Documentation is powered by phpDocumentor and authored
- on January 28th, 2015 at 12:45.
-
-
-
-
-
-
-
-
diff --git a/docs/classes/biblestudyControllerlocationsedit.html b/docs/classes/biblestudyControllerlocationsedit.html
deleted file mode 100644
index 21ee52411a..0000000000
--- a/docs/classes/biblestudyControllerlocationsedit.html
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
-
-
Proclaim API » \biblestudyControllerlocationsedit
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
- Methods
-
-
constructor (registers additional tasks to methods)
-
__construct() : void
-
-
-
-
-
apply a record
-
apply() : void
-
-
-
-
-
cancel editing a record
-
cancel() : void
-
-
-
-
-
display the edit form
-
edit() : void
-
-
-
-
-
publish()
-
-
publish()
-
-
-
-
-
remove record(s)
-
remove() : void
-
-
-
-
-
save a record (and redirect to main page)
-
save() : void
-
-
-
-
-
unpublish()
-
-
unpublish()
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/biblestudyModelserverslist.html b/docs/classes/biblestudyModelserverslist.html
deleted file mode 100644
index 78d72953dc..0000000000
--- a/docs/classes/biblestudyModelserverslist.html
+++ /dev/null
@@ -1,245 +0,0 @@
-
-
-
-
-
-
Proclaim API » \BiblestudyModelServerslist
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Servers model class
-
-
-
-
-package
-Proclaim.Admin
-
-
-since
-7.0.0
-
-
-inherited_from
-\BiblestudyModelServers
-
-
-
- Methods
-
-
Method to get the reverse lookup of the server_id to server_name
-
getIdToNameReverseLookup() : array
-
Inherited
-
-
-
-
Get a list of available endpoints
-
getServerOptions() : array | boolean
-
Inherited
-
-
-
-
Returns
-
-array
boolean
Array of available endpoints options grouped by type or false if there aren't any
-
-
-
-
Method to get the reverse lookup of the Endpoint type to Endpoint name
-
getTypeReverseLookup() : array
-
Inherited
-
-
-
-
Returns
-
-array
Array of reverse lookup
-
-
-
-
Method to get a JDatabaseQuery object for retrieving the data set from a database.
-
getListQuery() : \JDatabaseQuery
-
Inherited
-
-
-
-
Returns
-
-\JDatabaseQuery
A JDatabaseQuery object to retrieve the data set.
-
-
-
-
Method to auto-populate the model state.
-
populateState(string $ordering = null
, string $direction = null
) : void
-
Inherited
-
-
This method should only be called once per instantiation and is designed
-to be called on the first call to the getState() method unless the model
-configuration flag to ignore the request is set.
-
Note. Calling getState in this method will result in recursion.
-
-
Parameters
-
-
$ordering
-
string
An optional ordering field.
-
-
$direction
-
string
An optional direction (asc|desc).
-
-
-
- Properties
-
-
A reverse lookup of the Endpoint id to Endpoint name
-
$rlu_id : array
-
-
-
-
-
-
A reverse lookup of the Endpoint type to Endpoint name
-
$rlu_type : array
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/biblestudyViewbookslist.html b/docs/classes/biblestudyViewbookslist.html
deleted file mode 100644
index 9007cf53b7..0000000000
--- a/docs/classes/biblestudyViewbookslist.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » \biblestudyViewbookslist
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
- Public
- Protected Private
- Inherited
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
display()
-
-
display($tpl)
-
-
-
-
-
Parameters
-
-
$tpl
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/com_jbsmigrationInstallerScript.html b/docs/classes/com_jbsmigrationInstallerScript.html
deleted file mode 100644
index 9562779d0f..0000000000
--- a/docs/classes/com_jbsmigrationInstallerScript.html
+++ /dev/null
@@ -1,234 +0,0 @@
-
-
-
-
-
-
Proclaim API » \com_jbsmigrationInstallerScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
JBSMigration class
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-JBSMigration
-
-
-since
-
-
-
-
- Methods
-
-
$parent is the class calling this method.
-
install(string $parent) : boolean
-
-
-
install runs after the database scripts are executed.
-If the extension is new, the install method is run.
-If install returns false, Joomla will abort the install and undo everything already done.
-
Parameters
-
-
$parent
-string
-
-
Returns
-
boolean
-
-
-
-
$parent is the class calling this method.
-
postflight(string $type, string $parent) : boolean
-
-
-
$type is the type of change (install, update or discover_install, not uninstall).
-postflight is run after the extension is registered in the database.
-
Parameters
-
-
$type
-string
-
-
-
$parent
-string
-
-
Returns
-
boolean
-
-
-
-
$parent is the class calling this method.
-
preflight(string $type, string $parent) : boolean
-
-
-
$type is the type of change (install, update or discover_install, not uninstall).
-preflight runs before anything else and while the extracted files are in the uploaded temp folder.
-If preflight returns false, Joomla will abort the update and undo everything already done.
-
Parameters
-
-
$type
-string
-
-
-
$parent
-string
-
-
Returns
-
boolean
-
-
-
-
$parent is the class calling this method
-uninstall runs before any other action is taken (file removal or database processing).
-
uninstall(string $type, string $parent) : boolean
-
-
-
-
Parameters
-
-
$type
-string
-
-
-
$parent
-string
-
-
Returns
-
boolean
-
-
-
-
$parent is the class calling this method.
-
update(string $parent) : boolean
-
-
-
update runs after the database scripts are executed.
-If the extension exists, then the update method is run.
-If this returns false, Joomla will abort the update and undo everything already done.
-
Parameters
-
-
$parent
-string
-
-
Returns
-
boolean
-
-
-
- Properties
-
-
Find mimimum required joomla version for this extension. It will be read from the version attribute (install tag) in the manifest file
-
$minimum_joomla_release : string
-
-
-
-
-
The release value to be displayed and check against throughout this file.
-
$release : string
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/jbsMedia.html b/docs/classes/jbsMedia.html
deleted file mode 100644
index 3acd150755..0000000000
--- a/docs/classes/jbsMedia.html
+++ /dev/null
@@ -1,328 +0,0 @@
-
-
-
-
-
-
Proclaim API » \jbsMedia
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
Joomla! Bible Study Media class.
-
-
-
-
-package
-BibleStudy.Site
-
-
-since
-7.0.0
-
-
-todo
-this mey not be needed if elements has this all. If not we need to refactor it. tom
-
-
-
- Methods
-
-
-
Return Articles.
-
getArticle(object $media, object $image) : string
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Return Docman Media
-
getDocman(object $media, object $image) : string
-
-
-
-
Parameters
-
-
-
Returns
-
-string
FIXME ASAP getDuration is not working.
-
-
-
-
-
-
-
-
Set up Player Attributes
-
getPlayerAttributes(object $admin_params, object $params, object $itemparams, object $media) : object
-
-
-
-
Parameters
-
-
$admin_params
-
object
Admin params
-
-
$params
-
object
System params
-
-
$itemparams
-
object
Itam Params //@todo Thinking this could be munged into the $params
-
-
-
$media
-
object
Media info
-
Returns
-
object
-
-
-
-
Setup Player Code.
-
getPlayerCode(object $params, object $itemparams, object $player, object $image, object $media) : string
-
-
-
-
Parameters
-
-
$params
-
object
System Params
-
-
$itemparams
-
object
Item Params //@todo need to merge with $params
-
-
-
$player
-
object
Player code
-
-
$image
-
object
Image info
-
-
Returns
-
string
-
-
-
-
Set up Virtumart if Vertumart is installed.
-
getVirtuemart(object $media, object $params, object $image) : string
-
-
-
-
Parameters
-
-
-
$params
-
object
Item Params
-
-
Returns
-
string
-
-
-
-
Update Hit count for playes.
-
hitPlay(int $id) : boolean
-
-
-
-
Parameters
-
-
$id
-
int
ID to apply the hit to.
-
Returns
-
boolean
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/jbsmigrationController.html b/docs/classes/jbsmigrationController.html
deleted file mode 100644
index 4d103711b0..0000000000
--- a/docs/classes/jbsmigrationController.html
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-
-
Proclaim API » \jbsmigrationController
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
JBS Export Migration Controller
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-JBSMigration.Admin
-
-
-since
-
-
-
-
- Methods
-
-
Method to display the view
-
display() : void
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/jbsmigrationViewjbsmigration.html b/docs/classes/jbsmigrationViewjbsmigration.html
deleted file mode 100644
index 2d5e76c236..0000000000
--- a/docs/classes/jbsmigrationViewjbsmigration.html
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
Proclaim API » \jbsmigrationViewjbsmigration
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
Public Protected Private Inherited
-
-
-
-
-
-
-
-
View class for JBSMigration
-
-
-
-
-package
-BibleStudy
-
-
-subpackage
-JBSMigration
-
-
-since
-
-
-
-
- Methods
-
-
-
Set Display for the view
-
display(string $tpl) : void
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/plgFinderBiblestudy.html b/docs/classes/plgFinderBiblestudy.html
deleted file mode 100644
index c5172bdb1b..0000000000
--- a/docs/classes/plgFinderBiblestudy.html
+++ /dev/null
@@ -1,473 +0,0 @@
-
-
-
-
-
-
Proclaim API » \PlgFinderBiblestudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Finder adapter for Biblestudy.
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Finder.BibleStudy
-
-
-since
-7.1.0
-
-
-
- Methods
-
-
Method to remove the link information for items that have been deleted.
-
onFinderAfterDelete(string $context, \JTable $table) : boolean
-
-
-
-
-
Parameters
-
-
$context
-
string
The context of the action being performed.
-
-
$table
-
\JTable
A JTable object containing the record to be deleted
-
Exceptions
-
-\Exception
-on database error.
-
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to determine if the access level of an item changed.
-
onFinderAfterSave(string $context, \JTable $row, boolean $isNew) : boolean
-
-
-
-
-
Parameters
-
-
$context
-
string
The context of the content passed to the plugin.
-
-
$row
-
\JTable
A JTable object
-
-
$isNew
-
boolean
If the content has just been created
-
Exceptions
-
-\Exception
-on database error.
-
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to reindex the link information for an item that has been saved.
-
onFinderBeforeSave(string $context, \JTable $row, boolean $isNew) : boolean
-
-
-
This event is fired before the data is actually saved so we are going
-to queue the item to be indexed later.
-
-
Parameters
-
-
$context
-
string
The context of the content passed to the plugin.
-
-
$row
-
\JTable
A JTable object
-
-
$isNew
-
boolean
If the content is just about to be created
-
Exceptions
-
-\Exception
-on database error.
-
-
Returns
-
-boolean
True on success.
-
-
-
-
Method to update the item link information when the item category is
-changed. This is fired when the item category is published or unpublished
-from the list view.
-
onFinderCategoryChangeState(string $extension, array $pks, integer $value) : void
-
-
-
-
-
Parameters
-
-
$extension
-
string
The extension whose category has been updated.
-
-
$pks
-
array
A list of primary key ids of the content that has changed state.
-
-
$value
-
integer
The value of the state that the content has been changed to.
-
-
-
-
Method to update the link information for items that have been changed
-from outside the edit screen. This is fired when the item is published,
-unpublished, archived, or unarchived from the list view.
-
onFinderChangeState(string $context, array $pks, integer $value) : void
-
-
-
-
-
Parameters
-
-
$context
-
string
The context for the content passed to the plugin.
-
-
$pks
-
array
A list of primary key ids of the content that has changed state.
-
-
$value
-
integer
The value of the state that the content has been changed to.
-
-
-
-
Method to get the SQL query used to retrieve the list of content items.
-
getListQuery(mixed $sql = null
) : \JDatabaseQuery
-
-
-
-
-
Parameters
-
-
$sql
-
mixed
A JDatabaseQuery object or null.
-
Returns
-
-\JDatabaseQuery
A database object.
-
-
-
-
Method to get a SQL query to load the published and access states for
-an biblestudy.
-
getStateQuery() : \JDatabaseQuery
-
-
-
-
-
Returns
-
-\JDatabaseQuery
A database object.
-
-
-
-
Method to index an item. The item must be a FinderIndexerResult object.
-
index(\FinderIndexerResult $item, string $format = 'html'
) : void
-
-
-
-
-
Parameters
-
-
$item
-
\FinderIndexerResult
The item to index as an FinderIndexerResult object.
-
-
$format
-
string
The item format
-
Exceptions
-
-\Exception
-on database error.
-
-
-
-
-
Method to setup the indexer to be run.
-
setup() : boolean
-
-
-
-
-
Returns
-
-boolean
True on success.
-
-
-
- Properties
-
-
Load the language file on instantiation.
-
$autoloadLanguage : boolean
-
-
-
-
-
-
The plugin identifier.
-
$context : string
-
-
-
-
-
-
The extension name.
-
$extension : string
-
-
Default
-
'com_biblestudy'
-
-
-
-
-
-
The sublayout to use when rendering the results.
-
$layout : string
-
-
-
-
-
-
The state field
-
$state_field : string
-
-
-
-
-
-
The table name.
-
$table : string
-
-
Default
-
'#__bsms_studies'
-
-
-
-
-
-
The type of content that the adapter indexes.
-
$type_title : string
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/classes/plgSystemjbsbackupInstallerScript.html b/docs/classes/plgSystemjbsbackupInstallerScript.html
deleted file mode 100644
index a13daabf5a..0000000000
--- a/docs/classes/plgSystemjbsbackupInstallerScript.html
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-
Proclaim API » \PlgSystemJBSBackupInstallerScript
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
Script file of JBSBackup component
-
-
-
-
-package
-Proclaim
-
-
-subpackage
-Plugin.JBSBackup
-
-
-since
-7.1.0
-
-
-
- Methods
-
-
Update the DB
-
dbupdate() : void
-
-
-
-
-
method to install the component
-
install(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to run after an install/update/uninstall method
-
postflight(string $type, string $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
is the type of change (install, update or discover_install)
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to run before an install/update/uninstall method
-
preflight(string $type, string $parent) : void
-
-
-
-
-
Parameters
-
-
$type
-
string
is the type of change (install, update or discover_install)
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to uninstall the component
-
uninstall(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
method to update the component
-
update(string $parent) : void
-
-
-
-
-
Parameters
-
-
$parent
-
string
is the class calling this method
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/deprecated.html b/docs/deprecated.html
deleted file mode 100644
index 2c926ae2f9..0000000000
--- a/docs/deprecated.html
+++ /dev/null
@@ -1,274 +0,0 @@
-
-
-
-
-
-
Proclaim API
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-\
-
-Deprecated elements
-
-
-
- com_biblestudy/admin/helpers/helper.php1
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-75
-7.1.8
-
-
-
- com_biblestudy/admin/models/fields/modal/study.php1
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-21
-since version 7.1.0
-
-
-
- com_biblestudy/site/lib/listing.php2
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-2613
-8.1.3
-
-
-deprecated
-2735
-9.0.0
-
-
-
- com_biblestudy/site/helpers/teacher.php2
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-2613
-8.1.3
-
-
-deprecated
-2735
-9.0.0
-
-
-
- com_biblestudy/admin/lib/stats.php1
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-205
-Not used as of 8.0.0
-
-
-
- com_biblestudy/site/controllers/sermons.php1
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-91
-since version 7.0.4
-
-
-
- com_biblestudy/admin/lib/debug.php9
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-103
-9.0.0 JBSM
-
-
-deprecated
-118
-9.0.0 JBSM
-
-
-deprecated
-133
-9.0.0 JBSM
-
-
-deprecated
-148
-9.0.0 JBSM
-
-
-deprecated
-225
-9.0.0 JBSM
-
-
-deprecated
-245
-9.0.0 JBSM
-
-
-deprecated
-26
-9.0.0 JBSM
-
-
-deprecated
-42
-9.0.0 JBSM
-
-
-deprecated
-65
-9.0.0 JBSM
-
-
-
- com_biblestudy/admin/controllers/template.php1
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-89
-8.0.0 Not used in scope bcc
-
-
-
- com_biblestudy/site/helpers/serieslist.php2
-
-
-
-Type
-Line
-Description
-
-
-deprecated
-2613
-8.1.3
-
-
-deprecated
-2735
-9.0.0
-
-
-
-
-
-
-
-
-
diff --git a/docs/errors.html b/docs/errors.html
deleted file mode 100644
index 67cc8df286..0000000000
--- a/docs/errors.html
+++ /dev/null
@@ -1,2260 +0,0 @@
-
-
-
-
-
-
Proclaim API
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-\
-
-Compilation Errors
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/views/landingpage/view.html.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-46
-No summary for property $main
-
-
-
-
-
-
-
- com_biblestudy/admin/models/fields/server.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-23
-No summary for property $type
-
-
-
-
-
-
- com_biblestudy/site/views/messagelist/view.html.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-63
-No summary for property $filterForm
-
-
-error
-65
-No summary for property $activeFilters
-
-
-error
-99
-No summary for property $admin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/views/mediafilelist/view.html.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-62
-No summary for property $params
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/media/plupload/dump.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/views/mediafile/view.html.php8
-
-
-
-Type
-Line
-Description
-
-
-
-error
-25
-No summary for property $canDo
-
-
-error
-29
-No summary for property $admin_params
-
-
-error
-33
-No summary for property $form
-
-
-error
-37
-No summary for property $media_form
-
-
-error
-41
-No summary for property $item
-
-
-error
-45
-No summary for property $state
-
-
-error
-49
-No summary for property $admin
-
-
-error
-53
-No summary for property $options
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/legacy/fields/plupload.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-24
-No summary for property $type
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/html/fancybox.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
- com_biblestudy/admin/lib/ssconvert.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-20
-No summary for property $serverid
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/lib/listing.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-32
-No summary for property $params
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/models/fields/upload.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-24
-No summary for property $type
-
-
-
-
-
-
-
- com_biblestudy/admin/tables/mediafile.php12
-
-
-
-Type
-Line
-Description
-
-
-
-error
-79
-No summary for property $hits
-
-
-error
-97
-No summary for property $downloads
-
-
-error
-99
-No summary for property $plays
-
-
-error
-109
-No summary for property $asset_id
-
-
-error
-111
-No summary for property $access
-
-
-error
-113
-No summary for property $language
-
-
-error
-115
-No summary for property $created_by
-
-
-error
-117
-No summary for property $created_by_alias
-
-
-error
-119
-No summary for property $modified
-
-
-error
-121
-No summary for property $modified_by
-
-
-error
-123
-No summary for property $checked_out
-
-
-error
-125
-No summary for property $checked_out_time
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/legacy/legacy.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $config
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/local/fields/plupload.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-24
-No summary for property $type
-
-
-
-
-
- com_biblestudy/site/helpers/media.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-25
-No summary for property $fsize
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/server.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-36
-No summary for property $instances
-
-
-error
-38
-No summary for property $file
-
-
-
-
-
-
-
- com_biblestudy/admin/tables/serie.php6
-
-
-
-Type
-Line
-Description
-
-
-
-error
-39
-No summary for property $alias
-
-
-error
-77
-No summary for property $asset_id
-
-
-error
-79
-No summary for property $ordering
-
-
-error
-81
-No summary for property $access
-
-
-error
-83
-No summary for property $language
-
-
-error
-85
-No summary for property $landing_show
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/addon.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-28
-No summary for property $name
-
-
-error
-30
-No summary for property $description
-
-
-error
-32
-No summary for property $config
-
-
-
-
-
-
- com_biblestudy/site/lib/podcast.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-34
-No summary for property $templateid
-
-
-error
-36
-No summary for property $template
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/views/assets/view.html.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-36
-No summary for property $version
-
-
-error
-38
-No summary for property $step
-
-
-error
-40
-No summary for property $assets
-
-
-
-
-
-
-
-
- com_biblestudy/site/helpers/teacher.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $contact
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/models/sermons.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-27
-No summary for property $input
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/html/jwplayer.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/youtube/youtube.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $config
-
-
-
-
-
-
-
-
-
-
-
-
- mod_biblestudy/script.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/views/upload/view.html.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-24
-No summary for property $enableLog
-
-
-error
-26
-No summary for property $runtime
-
-
-error
-28
-No summary for property $currentDir
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/models/serie.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-27
-No summary for property $teacher
-
-
-
-
-
-
- com_biblestudy/admin/views/archive/view.html.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $form
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/dbhelper.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-29
-No summary for property $install_state
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/views/podcastlist/view.html.php4
-
-
-
-Type
-Line
-Description
-
-
-
-error
-23
-No summary for property $state
-
-
-error
-25
-No summary for property $items
-
-
-error
-27
-No summary for property $template
-
-
-error
-30
-No summary for property $params
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/lib/assets.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-20
-No summary for property $parent_id
-
-
-error
-22
-No summary for property $query
-
-
-error
-24
-No summary for property $count
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/models/server.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-31
-No summary for property $event_after_upload
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/install/updates/9.0.0.php6
-
-
-
-Type
-Line
-Description
-
-
-
-error
-0
-No summary was found for this file
-
-
-error
-21
-No summary for property $steps
-
-
-error
-25
-No summary for property $query
-
-
-error
-28
-No summary for property $media
-
-
-error
-31
-No summary for property $servers
-
-
-error
-34
-No summary for property $count
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/biblestudyhelper.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $admin_params
-
-
-
-
-
-
-
- com_biblestudy/admin/models/admin.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-33
-No summary for property $changeSet
-
-
-
-
-
-
-
- com_biblestudy/admin/controllers/install.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $modelName
-
-
-
-
-
- com_biblestudy/site/views/sermons/view.html.php25
-
-
-
-Type
-Line
-Description
-
-
-
-error
-25
-No summary for property $document
-
-
-error
-30
-No summary for property $items
-
-
-error
-35
-No summary for property $pagination
-
-
-error
-40
-No summary for property $state
-
-
-error
-45
-No summary for property $pagelinks
-
-
-error
-50
-No summary for property $limitbox
-
-
-error
-55
-No summary for property $admin
-
-
-error
-60
-No summary for property $params
-
-
-error
-65
-No summary for property $study
-
-
-error
-70
-No summary for property $subscribe
-
-
-error
-75
-No summary for property $series
-
-
-error
-80
-No summary for property $teachers
-
-
-error
-85
-No summary for property $messageTypes
-
-
-error
-90
-No summary for property $years
-
-
-error
-95
-No summary for property $locations
-
-
-error
-100
-No summary for property $topics
-
-
-error
-105
-No summary for property $orders
-
-
-error
-110
-No summary for property $books
-
-
-error
-115
-No summary for property $template
-
-
-error
-120
-No summary for property $order
-
-
-error
-125
-No summary for property $topic
-
-
-error
-130
-No summary for property $main
-
-
-error
-135
-No summary for property $page
-
-
-error
-140
-No summary for property $request_url
-
-
-error
-145
-No summary for property $limitstart
-
-
-
-
-
-
- com_biblestudy/site/views/mediafileform/view.html.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-34
-No summary for property $pageclass_sfx
-
-
-error
-74
-No summary for property $options
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/local/fields/jbsmmedia.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
- com_biblestudy/admin/models/install.php4
-
-
-
-Type
-Line
-Description
-
-
-
-error
-100
-No summary for property $subSteps
-
-
-error
-110
-No summary for property $subFiles
-
-
-error
-130
-No summary for property $type
-
-
-error
-135
-No summary for property $query
-
-
-
-
-
-
- com_biblestudy/admin/tables/studytopics.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-48
-No summary for property $asset_id
-
-
-error
-50
-No summary for property $access
-
-
-
-
-
-
- com_biblestudy/admin/install/updates/9.0.1.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
- com_biblestudy/admin/tables/topic.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-59
-No summary for property $asset_id
-
-
-error
-61
-No summary for property $language
-
-
-error
-63
-No summary for property $access
-
-
-
-
-
-
-
-
-
- com_biblestudy/site/views/podcastdisplay/view.html.php6
-
-
-
-Type
-Line
-Description
-
-
-
-error
-23
-No summary for property $state
-
-
-error
-25
-No summary for property $item
-
-
-error
-27
-No summary for property $template
-
-
-error
-29
-No summary for property $media
-
-
-error
-32
-No summary for property $params
-
-
-error
-34
-No summary for property $studies
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/tables/server.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-59
-No summary for property $access
-
-
-error
-70
-No summary for property $params
-
-
-error
-72
-No summary for property $media
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/lib/debug.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/controllers/assets.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $modelName
-
-
-
-
-
-
-
- com_biblestudy/admin/views/comments/view.html.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-66
-No summary for property $filterForm
-
-
-error
-68
-No summary for property $activeFilters
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/html/bsmedia.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/models/cpanel.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
-
-
- com_biblestudy/site/views/serverslist/view.html.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-21
-No summary for property $activeFilters
-
-
-error
-23
-No summary for property $filterForm
-
-
-error
-25
-No summary for property $types
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/tables/message.php15
-
-
-
-Type
-Line
-Description
-
-
-
-error
-158
-No summary for property $prod_dvd
-
-
-error
-160
-No summary for property $prod_cd
-
-
-error
-162
-No summary for property $server_cd
-
-
-error
-164
-No summary for property $server_dvd
-
-
-error
-166
-No summary for property $image_cd
-
-
-error
-168
-No summary for property $image_dvd
-
-
-error
-170
-No summary for property $studytext2
-
-
-error
-343
-No summary for property $checked_out
-
-
-error
-345
-No summary for property $checked_out_time
-
-
-error
-366
-No summary for property $modified
-
-
-error
-368
-No summary for property $modified_by
-
-
-error
-370
-No summary for property $asset_id
-
-
-error
-372
-No summary for property $access
-
-
-error
-383
-No summary for property $language
-
-
-error
-385
-No summary for property $download_id
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/views/dir/view.html.php5
-
-
-
-Type
-Line
-Description
-
-
-
-error
-21
-No summary for property $folders
-
-
-error
-23
-No summary for property $breadcrumbs
-
-
-error
-25
-No summary for property $files
-
-
-error
-27
-No summary for property $imgURL
-
-
-error
-29
-No summary for property $currentFolder
-
-
-
-
-
-
-
-
-
- com_biblestudy/biblestudy.script.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-0
-No summary was found for this file
-
-
-error
-57
-No summary for property $status
-
-
-error
-80
-No summary for property $extensions
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/addons/servers/local/local.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-21
-No summary for property $config
-
-
-
-
-
- com_biblestudy/admin/views/database/view.html.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-191
-No summary for property $updateJBSMVersion
-
-
-
-
-
-
- com_biblestudy/admin/views/install/view.html.php6
-
-
-
-Type
-Line
-Description
-
-
-
-error
-39
-No summary for property $subSteps
-
-
-error
-41
-No summary for property $subQuery
-
-
-error
-43
-No summary for property $subFiles
-
-
-error
-45
-No summary for property $version
-
-
-error
-47
-No summary for property $query
-
-
-error
-91
-No summary for property $type
-
-
-
-
-
-
-
-
- plg_biblestudy_backup/jbsbackup.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
- com_biblestudy/admin/views/cpanel/view.html.php2
-
-
-
-Type
-Line
-Description
-
-
-
-error
-53
-No summary for property $hasPostInstallationMessages
-
-
-error
-55
-No summary for property $extension_id
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/tables/comment.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-85
-No summary for property $asset_id
-
-
-error
-87
-No summary for property $access
-
-
-error
-89
-No summary for property $language
-
-
-
-
-
-
-
- plg_biblestudy_podcast/jbspodcast.php1
-
-
-
-Type
-Line
-Description
-
-
-error
-0
-No summary was found for this file
-
-
-
-
-
-
- com_biblestudy/admin/tables/messagetype.php5
-
-
-
-Type
-Line
-Description
-
-
-
-error
-41
-No summary for property $alias
-
-
-error
-52
-No summary for property $asset_id
-
-
-error
-54
-No summary for property $access
-
-
-error
-56
-No summary for property $ordering
-
-
-error
-58
-No summary for property $landing_show
-
-
-
-
-
-
-
-
- com_biblestudy/admin/helpers/uploadscript.php15
-
-
-
-Type
-Line
-Description
-
-
-
-error
-21
-No summary for property $mediaRoot
-
-
-error
-23
-No summary for property $runtime
-
-
-error
-25
-No summary for property $runtimeScript
-
-
-error
-27
-No summary for property $maxFileSize
-
-
-error
-29
-No summary for property $chunkSize
-
-
-error
-31
-No summary for property $chunkUnit
-
-
-error
-33
-No summary for property $rename
-
-
-error
-35
-No summary for property $uniqueNames
-
-
-error
-37
-No summary for property $imageFilter
-
-
-error
-39
-No summary for property $otherFilesFilter
-
-
-error
-41
-No summary for property $resize
-
-
-error
-43
-No summary for property $resizeWidth
-
-
-error
-45
-No summary for property $resizeHeight
-
-
-error
-47
-No summary for property $resizeQuality
-
-
-error
-49
-No summary for property $SCRIPT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- com_biblestudy/admin/models/assets.php3
-
-
-
-Type
-Line
-Description
-
-
-
-error
-29
-No summary for property $parent_id
-
-
-error
-39
-No summary for property $step
-
-
-error
-41
-No summary for property $assets
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/graph_class.html b/docs/graph_class.html
deleted file mode 100644
index 601aa64969..0000000000
--- a/docs/graph_class.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
-
-
Proclaim API
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index dda641b498..0000000000
--- a/docs/index.html
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
-
-
Proclaim API
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
Proclaim API
-Documentation
-
-
-
-
-
-
diff --git a/docs/markers.html b/docs/markers.html
deleted file mode 100644
index 4c63d4d1be..0000000000
--- a/docs/markers.html
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
-
-
-
Proclaim API
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
- com_biblestudy/site/models/podcastdisplay.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-97
-look are removing this may not used. bcc
-
-
-
-
-
- com_biblestudy/site/models/seriesdisplay.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-97
-look are removing this may not used. bcc
-
-
-
-
-
- com_biblestudy/site/helpers/teacher.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-120
-need to redo to bootstrap
-
-
-
-
-
- com_biblestudy/site/models/sermons.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-361
-Need to see if we can use this out of a helper to reduce code.
-
-
-
-
-
- com_biblestudy/site/views/sermon/view.html.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-24
-Still need to fix all the problems.
-
-
-
-
-
- com_biblestudy/admin/models/admin.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-118
-not sure if this should be here.
-
-
-
-
-
- com_biblestudy/admin/tables/topic.php2
-
-
-
-Type
-Line
-Description
-
-
-todo
-91
-Consider deprecating this override
-
-
-todo
-181
-this look like it is not used. (Neither Tom nor Brent wrote this one)
-
-
-
-
-
- com_biblestudy/site/models/sermon.php2
-
-
-
-Type
-Line
-Description
-
-
-todo
-43
-this look like it could be moved to a helper.
-
-
-todo
-65
-this look like it is not needed. bcc
-
-
-
-
-
- com_biblestudy/admin/install/updates/7.1.0.php1
-
-
-
-Type
-Line
-Description
-
-
-todo
-22
-need to update JError as it has been deprecated, but is still used in Joomla 3.3
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/namespaces/global.html b/docs/namespaces/global.html
deleted file mode 100644
index 9261779364..0000000000
--- a/docs/namespaces/global.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » global
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Admin.HTML.html b/docs/packages/BibleStudy.Admin.HTML.html
deleted file mode 100644
index 70c8b737c2..0000000000
--- a/docs/packages/BibleStudy.Admin.HTML.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
Proclaim API » Proclaim.Admin\HTML
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
JHtmlJwplayer¶
-
-
Utility class for JWplayer behaviors
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Admin.html b/docs/packages/BibleStudy.Admin.html
deleted file mode 100644
index 6e5ba67509..0000000000
--- a/docs/packages/BibleStudy.Admin.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy.Admin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- BibleStudy.Admin
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Finder.BibleStudy.html b/docs/packages/BibleStudy.Finder.BibleStudy.html
deleted file mode 100644
index 4115bc56a2..0000000000
--- a/docs/packages/BibleStudy.Finder.BibleStudy.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Finder.BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
PlgFinderBiblestudy¶
-
-
Finder adapter for Biblestudy.
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Finder.html b/docs/packages/BibleStudy.Finder.html
deleted file mode 100644
index 2126033b18..0000000000
--- a/docs/packages/BibleStudy.Finder.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Finder
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
plgFinderBiblestudy¶
-
-
Finder adapter for Biblestudy.
-
-
« More »
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.JBSMigration.Admin.html b/docs/packages/BibleStudy.JBSMigration.Admin.html
deleted file mode 100644
index 9edc0a4426..0000000000
--- a/docs/packages/BibleStudy.JBSMigration.Admin.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\JBSMigration.Admin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
-
jbsmigrationController¶
-
-
JBS Export Migration Controller
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.JBSMigration.Site.html b/docs/packages/BibleStudy.JBSMigration.Site.html
deleted file mode 100644
index fc917dd89c..0000000000
--- a/docs/packages/BibleStudy.JBSMigration.Site.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\JBSMigration\Site
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.JBSMigration.html b/docs/packages/BibleStudy.JBSMigration.html
deleted file mode 100644
index 531bfb8046..0000000000
--- a/docs/packages/BibleStudy.JBSMigration.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\JBSMigration
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
com_jbsmigrationInstallerScript¶
-
-
JBSMigration class
-
-
« More »
-
-
-
jbsmigrationViewjbsmigration¶
-
-
View class for JBSMigration
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Model.BibleStudy.html b/docs/packages/BibleStudy.Model.BibleStudy.html
deleted file mode 100644
index e4f2fb2383..0000000000
--- a/docs/packages/BibleStudy.Model.BibleStudy.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Model.BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
ModJBSMHelper¶
-
-
BibleStudy mod helper
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Model.Podcast.html b/docs/packages/BibleStudy.Model.Podcast.html
deleted file mode 100644
index 919bc3d42b..0000000000
--- a/docs/packages/BibleStudy.Model.Podcast.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Model.Podcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Model.html b/docs/packages/BibleStudy.Model.html
deleted file mode 100644
index bdbca6081c..0000000000
--- a/docs/packages/BibleStudy.Model.html
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Model
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
ModJBSMHelper¶
-
-
BibleStudy mod helper
-
-
« More »
-
-
-
-
-
- Classes and interfaces
-
-
ModBibleStudyPodcast¶
-
-
A module to display the podcast subscription table
-
-
« More »
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Module.html b/docs/packages/BibleStudy.Module.html
deleted file mode 100644
index 5cd6f0ea20..0000000000
--- a/docs/packages/BibleStudy.Module.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy.Module
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- BibleStudy.Module
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Plugin.JBSBackup.html b/docs/packages/BibleStudy.Plugin.JBSBackup.html
deleted file mode 100644
index 22c0cc0767..0000000000
--- a/docs/packages/BibleStudy.Plugin.JBSBackup.html
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Plugin.JBSBackup
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
PlgSystemJBSBackup¶
-
-
JBSBackup jPlugin class
-
-
« More »
-
-
-
PlgSystemJBSBackupInstallerScript¶
-
-
Script file of JBSBackup component
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Plugin.JBSPodcast.html b/docs/packages/BibleStudy.Plugin.JBSPodcast.html
deleted file mode 100644
index cebe6640f0..0000000000
--- a/docs/packages/BibleStudy.Plugin.JBSPodcast.html
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Plugin.JBSPodcast
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
PlgSystemJBSPodcast¶
-
-
JBSPodcast jPlugin class
-
-
« More »
-
-
-
PlgSystemJBSPodcastInstallerScript¶
-
-
Script file of JBSPodcast component
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Plugin.html b/docs/packages/BibleStudy.Plugin.html
deleted file mode 100644
index 90edda1797..0000000000
--- a/docs/packages/BibleStudy.Plugin.html
+++ /dev/null
@@ -1,435 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Plugin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
PlgSystemjbsbackup¶
-
-
JBSBackup jplugin class
-
-
« More »
-
-
-
plgSystemjbsbackupInstallerScript¶
-
-
Script file of JBSBACKUP component
-
-
« More »
-
-
-
-
-
- Classes and interfaces
-
-
PlgSystemJbspodcast¶
-
-
Podcast plugin class
-
-
« More »
-
-
-
PlgSystemjbspodcastInstallerScript¶
-
-
Script file of jbspodcast component
-
-
« More »
-
-
-
-
-
- Functions
-
-
Recaptcha AES Encrypt
-
_recaptcha_aes_encrypt(string $val, string $ky) : string
-
-
-
-
Parameters
-
-
-
Returns
-
string
-
-
-
-
Recaptcha AES Pad
-
_recaptcha_aes_pad(string $val) : string
-
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
Submits an HTTP POST to a reCAPTCHA server
-
_recaptcha_http_post(string $host, string $path, array $data, int $port) : array
-
-
-
-
Parameters
-
-
-
-
-
$port
-
int
Piratical port
-
Returns
-
-array
response
-
-
-
-
gets the parts of the email to expose to the user.
-
_recaptcha_mailhide_email_parts(string $email) : string
-
-
-
-
-
-example
-,com return ["john", "example.com"].
- the email is then displayed as john...@example.com
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
-
-
Recaptcha MailHide UrlBase64
-
_recaptcha_mailhide_urlbase64(string $x) : string
-
-
-
-
Parameters
-
-
Returns
-
string
-
-
-
-
Encodes the given data into a query string format
-
_recaptcha_qsencode(array $data) : string
-
-
-
-
Parameters
-
-
$data
-
array
-array of string elements to be encoded
-
-
-
Returns
-
-string
- encoded request
-
-
-
-
Calls an HTTP POST function to verify if the user's guess was correct
-
recaptcha_check_answer(string $privkey, string $remoteip, string $challenge, string $response, array $extra_params) : \ReCaptchaResponse
-
-
-
-
Parameters
-
-
-
-
-
-
$extra_params
-
array
an array of extra variables to post to the server
-
Returns
-
-
-
-
-
Gets the challenge HTML (javascript and non-javascript version).
-
recaptcha_get_html(string $pubkey, string $error, boolean $use_ssl) : string
-
-
-
This is called from the browser, and the resulting reCAPTCHA HTML widget
-is embedded within the HTML form it was called from.
-
Parameters
-
-
$pubkey
-
string
A public key for reCAPTCHA
-
-
$error
-
string
The error given by reCAPTCHA (optional, default is null)
-
-
-
$use_ssl
-
boolean
Should the request be made over ssl? (optional, default is false)
-
-
Returns
-
-string
- The HTML to be embedded in the user's form.
-
-
-
-
gets a URL where the user can sign up for reCAPTCHA.
-
recaptcha_get_signup_url(string $domain, string $appname) : string
-
-
-
If your application
-has a configuration page where you enter a key, you should provide a link
-using this function.
-
Parameters
-
-
$domain
-
string
The domain where the page is hosted
-
-
$appname
-
string
The name of your application
-
Returns
-
string
-
-
-
-
Gets html to display an email address given a public an private key.
-
recaptcha_mailhide_html(string $pubkey, string $privkey, string $email) : string
-
-
-
to get a key, go to:
-
-
http://www.google.com/recaptcha/mailhide/apikey
-
Parameters
-
-
-
-
Returns
-
string
-
-
-
-
gets the reCAPTCHA Mailhide url for a given email, public key and private key
-
recaptcha_mailhide_url(string $pubkey, string $privkey, string $email) : string
-
-
-
-
Parameters
-
-
-
-
Returns
-
string
-
-
-
- Classes and interfaces
-
-
ReCaptchaResponse¶
-
-
A ReCaptchaResponse is returned from recaptcha_check_answer()
-
-
« More »
-
-
- Constants
-
-
RECAPTCHA_API_SECURE_SERVER
-
RECAPTCHA_API_SECURE_SERVER
-
-
-
-
-
RECAPTCHA_API_SERVER
-
RECAPTCHA_API_SERVER
-
-
-
-
-
RECAPTCHA_VERIFY_SERVER
-
RECAPTCHA_VERIFY_SERVER
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Plugin.reCAPTCHA.html b/docs/packages/BibleStudy.Plugin.reCAPTCHA.html
deleted file mode 100644
index 3997d70939..0000000000
--- a/docs/packages/BibleStudy.Plugin.reCAPTCHA.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Plugin.reCAPTCHA
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
ReCaptchaResponse¶
-
-
A ReCaptchaResponse is returned from recaptcha_check_answer()
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Site.Form.html b/docs/packages/BibleStudy.Site.Form.html
deleted file mode 100644
index 804dd5e51e..0000000000
--- a/docs/packages/BibleStudy.Site.Form.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy.Site\Form
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Site.html b/docs/packages/BibleStudy.Site.html
deleted file mode 100644
index 50c6e46d63..0000000000
--- a/docs/packages/BibleStudy.Site.html
+++ /dev/null
@@ -1,502 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy.Site
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
BiblestudyController¶
-
-
Controller for Core BibleStudy
-
-
« More »
-
-
-
-
-
-
BiblestudyControllerMessagelist¶
-
-
Controller class for Messages
-
-
« More »
-
-
-
BiblestudyControllerSeriesdisplay¶
-
-
Controller for Seriesdisplay
-
-
« More »
-
-
-
BiblestudyControllerSermon¶
-
-
Class for Sermon
-
-
« More »
-
-
-
BiblestudyControllerSermons¶
-
-
Controller class for Sermons
-
-
« More »
-
-
-
BiblestudyControllerTeacher¶
-
-
Controller class for Teacher
-
-
« More »
-
-
-
BiblestudyControllerTeachers¶
-
-
Controller for Teachers
-
-
« More »
-
-
-
BiblestudyControllerTeachers¶
-
-
Controller for Teachers
-
-
« More »
-
-
-
BiblestudyModelLandingpage¶
-
-
Model class for LandingPage
-
-
« More »
-
-
-
-
-
-
BiblestudyModelMessagelist¶
-
-
Model class for MessageList
-
-
« More »
-
-
-
BiblestudyModelPodcastdisplay¶
-
-
Model class for SeriesDisplay
-
-
« More »
-
-
-
BiblestudyModelPodcastlist¶
-
-
Model class for MessageList
-
-
« More »
-
-
-
BiblestudyModelSeriesdisplay¶
-
-
Model class for SeriesDisplay
-
-
« More »
-
-
-
BiblestudyModelSeriesdisplays¶
-
-
Model class for SeriesDisplays
-
-
« More »
-
-
-
BiblestudyModelSermon¶
-
-
Model class for Sermon
-
-
« More »
-
-
-
BiblestudyModelSermons¶
-
-
Model class for Sermons
-
-
« More »
-
-
-
BiblestudyModelTeachers¶
-
-
Model class for Teachers
-
-
« More »
-
-
-
BiblestudyViewLandingpage¶
-
-
Landing page list view class
-
-
« More »
-
-
-
BiblestudyViewLatest¶
-
-
View class for Latest
-
-
« More »
-
-
-
-
-
-
BiblestudyViewMessagelist¶
-
-
View class for Messages
-
-
« More »
-
-
-
BiblestudyViewPodcastdisplay¶
-
-
View class for Messages
-
-
« More »
-
-
-
BiblestudyViewPodcastlist¶
-
-
View class for Messages
-
-
« More »
-
-
-
-
BiblestudyViewSeriesdisplay¶
-
-
View class for SeriesDisplay
-
-
« More »
-
-
-
BiblestudyViewSeriesdisplays¶
-
-
View class for SeriesDisplays
-
-
« More »
-
-
-
BiblestudyViewSermon¶
-
-
View class for Sermon
-
-
« More »
-
-
-
BiblestudyViewSermons¶
-
-
View for Sermons class
-
-
« More »
-
-
-
BiblestudyViewSqueezeBox¶
-
-
View for SqueezeBox class
-
-
« More »
-
-
-
BiblestudyViewTeachers¶
-
-
View class for Teachers
-
-
« More »
-
-
-
BiblestudyViewTerms¶
-
-
View class for Terms
-
-
« More »
-
-
-
JBSMCustom¶
-
-
Class custom helper
-
-
« More »
-
-
-
JBSMDownload¶
-
-
BibleStudy Download Class
-
-
« More »
-
-
-
JBSMHelperRoute¶
-
-
Biblestudy Component Route Helper
-
-
« More »
-
-
-
JBSMImages¶
-
-
BibleStudy images class
-
-
« More »
-
-
-
JBSMLanding¶
-
-
Class for JBSMLanding
-
-
« More »
-
-
-
JBSMPodcast¶
-
-
BibleStudy Podcast Class
-
-
« More »
-
-
-
JBSMPodcastSubscribe¶
-
-
A helper to return buttons for podcast subscriptions
-
-
« More »
-
-
-
-
JBSMSerieslist¶
-
-
Class for Series List
-
-
« More »
-
-
-
JBSMShowScripture¶
-
-
Scripture Show class.
-
-
« More »
-
-
-
JBSMTeacher¶
-
-
Class for Teachers Helper
-
-
« More »
-
-
- Constants
-
-
JBSPAGETITLE
-
JBSPAGETITLE = 0
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html b/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html
deleted file mode 100644
index edcfc1bf3b..0000000000
--- a/docs/packages/BibleStudy.Site.sh404SEF.BibleStudy.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy.Site\sh404SEF.BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- sh404SEF.BibleStudy
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Site.sh404SEF.html b/docs/packages/BibleStudy.Site.sh404SEF.html
deleted file mode 100644
index 782f44dd59..0000000000
--- a/docs/packages/BibleStudy.Site.sh404SEF.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Site\sh404SEF
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Xamp.BibleStudy.html b/docs/packages/BibleStudy.Xamp.BibleStudy.html
deleted file mode 100644
index d0a6c068aa..0000000000
--- a/docs/packages/BibleStudy.Xamp.BibleStudy.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Xamp.BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
Xmap_Com_Biblestudy¶
-
-
Class for xmap biblestudy
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Xamp.html b/docs/packages/BibleStudy.Xamp.html
deleted file mode 100644
index d9c02def29..0000000000
--- a/docs/packages/BibleStudy.Xamp.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Xamp
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
Xmap_Com_Biblestudy¶
-
-
Class for xmap biblestudy
-
-
« More »
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Xmap.BibleStudy.html b/docs/packages/BibleStudy.Xmap.BibleStudy.html
deleted file mode 100644
index 465905651a..0000000000
--- a/docs/packages/BibleStudy.Xmap.BibleStudy.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Xmap\BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.Xmap.html b/docs/packages/BibleStudy.Xmap.html
deleted file mode 100644
index 02f1ebd4e2..0000000000
--- a/docs/packages/BibleStudy.Xmap.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\Xmap
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.html b/docs/packages/BibleStudy.html
deleted file mode 100644
index e30b8a0f40..0000000000
--- a/docs/packages/BibleStudy.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.mod.biblestudy.html b/docs/packages/BibleStudy.mod.biblestudy.html
deleted file mode 100644
index 127a1265e4..0000000000
--- a/docs/packages/BibleStudy.mod.biblestudy.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\mod\biblestudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.mod.html b/docs/packages/BibleStudy.mod.html
deleted file mode 100644
index afce680fdb..0000000000
--- a/docs/packages/BibleStudy.mod.html
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\mod
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/BibleStudy.mod_biblestudy.html b/docs/packages/BibleStudy.mod_biblestudy.html
deleted file mode 100644
index 90b841f143..0000000000
--- a/docs/packages/BibleStudy.mod_biblestudy.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
Proclaim API » BibleStudy\mod_biblestudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/Default.html b/docs/packages/Default.html
deleted file mode 100644
index 12d61e82bc..0000000000
--- a/docs/packages/Default.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » Default
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Administrator.com.content.html b/docs/packages/Joomla.Administrator.com.content.html
deleted file mode 100644
index 165a4be16a..0000000000
--- a/docs/packages/Joomla.Administrator.com.content.html
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » Joomla\Administrator\com\content
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Administrator.com.html b/docs/packages/Joomla.Administrator.com.html
deleted file mode 100644
index c20c79c36b..0000000000
--- a/docs/packages/Joomla.Administrator.com.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » Joomla\Administrator\com
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Administrator.html b/docs/packages/Joomla.Administrator.html
deleted file mode 100644
index 0cce08cd2b..0000000000
--- a/docs/packages/Joomla.Administrator.html
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
-
Proclaim API » Joomla\Administrator
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
-
-
-
- Administrator
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Libraries.Form.html b/docs/packages/Joomla.Libraries.Form.html
deleted file mode 100644
index 7cfd845bd6..0000000000
--- a/docs/packages/Joomla.Libraries.Form.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » Joomla.Libraries\Form
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Libraries.HTML.html b/docs/packages/Joomla.Libraries.HTML.html
deleted file mode 100644
index 946f9009f9..0000000000
--- a/docs/packages/Joomla.Libraries.HTML.html
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-
-
Proclaim API » Joomla.Libraries\HTML
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
JHtmlJquery¶
-
-
Utility class for jQuery JavaScript behaviors
-
-
« More »
-
-
-
JHtmlJwplayer¶
-
-
Utility class for jQuery JavaScript behaviors
-
-
« More »
-
-
-
JHtmlSortablelist¶
-
-
HTML utility class for creating a sortable table list
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.Libraries.html b/docs/packages/Joomla.Libraries.html
deleted file mode 100644
index b7727c7831..0000000000
--- a/docs/packages/Joomla.Libraries.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
-
-
-
-
-
Proclaim API » Joomla.Libraries
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes, interfaces, and traits
-
-
-
-
-
-
-
-
diff --git a/docs/packages/Joomla.html b/docs/packages/Joomla.html
deleted file mode 100644
index e94e083e5e..0000000000
--- a/docs/packages/Joomla.html
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
Proclaim API » Joomla
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
JHtmlJquery¶
-
-
Utility class for jQuery JavaScript behaviors
-
-
« More »
-
-
-
JHtmlSortablelist¶
-
-
HTML utility class for creating a sortable table list
-
-
« More »
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/LiveUpdate.html b/docs/packages/LiveUpdate.html
deleted file mode 100644
index 98adfda1ab..0000000000
--- a/docs/packages/LiveUpdate.html
+++ /dev/null
@@ -1,223 +0,0 @@
-
-
-
-
-
-
Proclaim API » LiveUpdate
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
JoomlaCompatController¶
-
-
The Live Update MVC controller
-
-
« More »
-
-
-
JoomlaCompatModel¶
-
-
The Live Update MVC model
-
-
« More »
-
-
-
JoomlaCompatView¶
-
-
Live Update Package
-
-
« More »
-
-
-
LiveUpdate¶
-
-
Class LiveUpdate
-
-
« More »
-
-
-
LiveUpdateAbstractConfig¶
-
-
This is the base class inherited by the config.php file in LiveUpdate's root.
-
-
« More »
-
-
-
LiveUpdateConfig¶
-
-
Configuration class for your extension's updates. Override to your liking.
-
-
« More »
-
-
-
LiveUpdateController¶
-
-
The Live Update MVC controller
-
-
« More »
-
-
-
LiveUpdateDownloadHelper¶
-
-
Allows downloading packages over the web to your server
-
-
« More »
-
-
-
LiveUpdateFetch¶
-
-
Fetches the update information from the server or the cache, depending on
-whether the cache is fresh or not.
-
-
« More »
-
-
-
LiveUpdateINIHelper¶
-
-
A smart INI file parser with reproducible behaviour among different PHP versions
-
-
« More »
-
-
-
LiveUpdateModel¶
-
-
The Live Update MVC model
-
-
« More »
-
-
-
LiveUpdateStorage¶
-
-
Abstract class for the update parameters storage
-
-
« More »
-
-
-
LiveUpdateStorageComponent¶
-
-
Live Update Component Storage Class
-Allows to store the update data to a component's parameters. This is the most reliable method.
-
-
« More »
-
-
-
LiveUpdateStorageFile¶
-
-
Live Update File Storage Class
-Allows to store the update data to files on disk. Its configuration options are:
-path string The absolute path to the directory where the update data will be stored as INI files
-
-
« More »
-
-
-
LiveUpdateView¶
-
-
The Live Update MVC view
-
-
« More »
-
-
-
LiveUpdateXMLSlurp¶
-
-
Live Update XML Slurp
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/SefExt.Pugin.BibleStudy.html b/docs/packages/SefExt.Pugin.BibleStudy.html
deleted file mode 100644
index 986765e615..0000000000
--- a/docs/packages/SefExt.Pugin.BibleStudy.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
Proclaim API » SefExt\Pugin.BibleStudy
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
- Classes and interfaces
-
-
SefExt_com_biblestudy¶
-
-
SefExt for BibleStudy class
-
-
« More »
-
-
-
-
-
-
-
-
diff --git a/docs/packages/SefExt.Pugin.html b/docs/packages/SefExt.Pugin.html
deleted file mode 100644
index 55384e6a2a..0000000000
--- a/docs/packages/SefExt.Pugin.html
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
-
-
Proclaim API » SefExt\Pugin
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
SefExt_com_biblestudy¶
-
-
SefExt for BibleStudy class
-
-
« More »
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/SefExt.html b/docs/packages/SefExt.html
deleted file mode 100644
index f88c977736..0000000000
--- a/docs/packages/SefExt.html
+++ /dev/null
@@ -1,102 +0,0 @@
-
-
-
-
-
-
Proclaim API » SefExt
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
-
-
-
- Classes and interfaces
-
-
SefExt_com_biblestudy¶
-
-
SefExt for BibleStudy class
-
-
« More »
-
-
-
-
-
-
-
-
-
diff --git a/docs/packages/global.html b/docs/packages/global.html
deleted file mode 100644
index ae04ab3d2c..0000000000
--- a/docs/packages/global.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
Proclaim API » global
-
-
-
-
-
-
-
-
-
-
-
-
- Javascript is disabled; several features are only available
- if Javascript is enabled.
-
-
-
-
-
-
diff --git a/docs/structure.xml b/docs/structure.xml
index 043ecec4bf..fe188f0995 100644
--- a/docs/structure.xml
+++ b/docs/structure.xml
@@ -6,7 +6,7 @@
Part of Proclaim Package
-
+
@@ -177,7 +177,7 @@
Form
-
+
@@ -188,7 +188,7 @@
Part of Proclaim Package
-
+
@@ -210,7 +210,7 @@
Part of Proclaim Package
-
+
@@ -245,7 +245,7 @@
Modal
-
+
@@ -256,7 +256,7 @@
Part of Proclaim Package
-
+
@@ -500,7 +500,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -619,7 +619,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -713,7 +713,7 @@ Edit access checks must be performed in the calling code.
View html
-
+
@@ -1073,7 +1073,7 @@ Edit access checks must be performed in the calling code.
Default
-
+
@@ -1084,7 +1084,7 @@ Edit access checks must be performed in the calling code.
Study field modal
-
+
@@ -1131,7 +1131,7 @@ Edit access checks must be performed in the calling code.
Default
-
+
@@ -1142,7 +1142,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -1389,7 +1389,7 @@ Edit access checks must be performed in the calling code.
Default
-
+
@@ -1400,7 +1400,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -1442,7 +1442,7 @@ Edit access checks must be performed in the calling code.
Form for exporting and importing template settings and files
-
+
@@ -1453,7 +1453,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -1624,7 +1624,7 @@ Edit access checks must be performed in the calling code.
Set Definition for tags
-
+
@@ -1635,7 +1635,7 @@ Edit access checks must be performed in the calling code.
Part of Proclaim Package
-
+
@@ -1812,7 +1812,7 @@ from the sermons view "default.php". It has not been implemented yet, so its not
Default
-
+
@@ -1823,7 +1823,7 @@ from the sermons view "default.php". It has not been implemented yet, so its not
Part of Proclaim Package
-
+
@@ -2064,7 +2064,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2244,7 +2244,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2286,7 +2286,7 @@ asset does not exist it will be created.
Modal
-
+
@@ -2297,7 +2297,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2454,7 +2454,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2513,7 +2513,7 @@ asset does not exist it will be created.
-
+
@@ -2524,7 +2524,7 @@ asset does not exist it will be created.
Batch Template
-
+
@@ -2535,7 +2535,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2546,7 +2546,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2625,7 +2625,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2672,7 +2672,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2719,7 +2719,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2754,7 +2754,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2900,7 +2900,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -2948,7 +2948,7 @@ asset does not exist it will be created.
JView html
-
+
@@ -3105,7 +3105,7 @@ asset does not exist it will be created.
upload.php
-
+
@@ -3204,7 +3204,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3246,7 +3246,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3392,7 +3392,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3425,7 +3425,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3467,7 +3467,7 @@ asset does not exist it will be created.
Form sub migrate
-
+
@@ -3479,7 +3479,7 @@ asset does not exist it will be created.
Default
-
+
@@ -3490,7 +3490,7 @@ asset does not exist it will be created.
Default Main
-
+
@@ -3501,7 +3501,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3683,7 +3683,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3737,7 +3737,7 @@ asset does not exist it will be created.
Default
-
+
@@ -3748,7 +3748,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -3868,7 +3868,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -4022,7 +4022,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -4179,7 +4179,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -4713,7 +4713,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -4760,7 +4760,7 @@ Note. Calling getState in this method will result in recursion.Default Custom
-
+
@@ -4771,7 +4771,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -4900,7 +4900,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -4947,7 +4947,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -5236,7 +5236,7 @@ PreachIT Converter system
Default
-
+
@@ -5247,7 +5247,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -5355,7 +5355,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -5487,7 +5487,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -5534,7 +5534,7 @@ PreachIT Converter system
-
+
@@ -5545,7 +5545,7 @@ PreachIT Converter system
Default
-
+
@@ -5556,7 +5556,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -5790,7 +5790,7 @@ PreachIT Converter system
Study field modal
-
+
@@ -5838,7 +5838,7 @@ PreachIT Converter system
-
+
@@ -5924,7 +5924,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -6113,7 +6113,7 @@ PreachIT Converter system
Modal
-
+
@@ -6124,7 +6124,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -6238,7 +6238,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -6417,7 +6417,7 @@ PreachIT Converter system
Part of Proclaim Package
-
+
@@ -6534,7 +6534,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -6581,7 +6581,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -7551,7 +7551,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -7598,7 +7598,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -7715,7 +7715,7 @@ ordering requirements.
Controller for Comments
-
+
@@ -7845,7 +7845,7 @@ ordering requirements.
Core BibleStudy Site File
-
+
@@ -7856,7 +7856,7 @@ ordering requirements.
Default
-
+
@@ -7867,7 +7867,7 @@ ordering requirements.
Form sub backup
-
+
@@ -7891,7 +7891,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -8130,7 +8130,7 @@ ordering requirements.
Form
-
+
@@ -8141,7 +8141,7 @@ ordering requirements.
Default Header
-
+
@@ -8153,7 +8153,7 @@ ordering requirements.
Default FooterLink
-
+
@@ -8164,7 +8164,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -8210,7 +8210,7 @@ ordering requirements.
Batch Template
-
+
@@ -8221,7 +8221,7 @@ ordering requirements.
Controller for MediaFiles
-
+
@@ -8312,7 +8312,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -8738,7 +8738,7 @@ a row in will allow other users the ability to edit the row.
Part of Proclaim Package
-
+
@@ -8785,7 +8785,7 @@ a row in will allow other users the ability to edit the row.
Part of Proclaim Package
-
+
@@ -9000,7 +9000,7 @@ a row in will allow other users the ability to edit the row.
Teacher view subset main
-
+
@@ -9011,7 +9011,7 @@ a row in will allow other users the ability to edit the row.
Edit
-
+
@@ -9022,7 +9022,7 @@ a row in will allow other users the ability to edit the row.
Part of Proclaim Package
-
+
@@ -9276,7 +9276,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -9432,7 +9432,7 @@ asset does not exist it will be created.
Default
-
+
@@ -9444,7 +9444,7 @@ asset does not exist it will be created.
-
+
@@ -9488,7 +9488,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -9594,7 +9594,7 @@ ordering requirements.
Proclaim Package
-
+
@@ -9707,7 +9707,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -9924,7 +9924,7 @@ ordering requirements.
Default
-
+
@@ -9935,7 +9935,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -9981,7 +9981,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -10514,7 +10514,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -10670,7 +10670,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -10749,7 +10749,7 @@ ordering requirements.
Controller MessageForm
-
+
@@ -11153,7 +11153,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -11219,7 +11219,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -11267,7 +11267,7 @@ Displays a topics list of ALL published topics
Part of Proclaim Package
-
+
@@ -11397,7 +11397,7 @@ Displays a topics list of ALL published topics
Part of Proclaim Package
-
+
@@ -11485,7 +11485,7 @@ Displays a topics list of ALL published topics
Part of Proclaim Package
-
+
@@ -11743,7 +11743,7 @@ asset does not exist it will be created.
Controller for a Comment
-
+
@@ -11869,7 +11869,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -12048,7 +12048,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -12205,7 +12205,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -12344,7 +12344,7 @@ asset does not exist it will be created.
Default FormFooter
-
+
@@ -12356,7 +12356,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -12507,7 +12507,7 @@ asset does not exist it will be created.
Default
-
+
@@ -12518,7 +12518,7 @@ asset does not exist it will be created.
Controller MediaFile
-
+
@@ -12840,7 +12840,7 @@ asset does not exist it will be created.
View html
-
+
@@ -12851,7 +12851,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -12893,7 +12893,7 @@ asset does not exist it will be created.
Core Admin BibleStudy file
-
+
@@ -13264,7 +13264,7 @@ asset does not exist it will be created.
Assets html
-
+
@@ -13467,7 +13467,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -13578,7 +13578,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -13649,7 +13649,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -14803,7 +14803,7 @@ asset does not exist it will be created.
Controller Messages
-
+
@@ -14947,7 +14947,7 @@ asset does not exist it will be created.
-
+
@@ -14959,7 +14959,7 @@ asset does not exist it will be created.
???
-
+
@@ -14970,7 +14970,7 @@ asset does not exist it will be created.
Default
-
+
@@ -14981,7 +14981,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -15100,7 +15100,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -15112,7 +15112,7 @@ asset does not exist it will be created.
-
+
@@ -15490,7 +15490,7 @@ an biblestudy.
-
+
@@ -15501,7 +15501,7 @@ an biblestudy.
Part of Proclaim Package
-
+
@@ -15548,7 +15548,7 @@ an biblestudy.
Part of Proclaim Package
-
+
@@ -15982,7 +15982,7 @@ ordering requirements.
Default for sermons
-
+
@@ -15993,7 +15993,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -16040,7 +16040,7 @@ ordering requirements.
Batch Template
-
+
@@ -16051,7 +16051,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -16227,7 +16227,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -16525,7 +16525,7 @@ ordering requirements.
Form
-
+
@@ -16536,7 +16536,7 @@ ordering requirements.
-
+
@@ -16640,7 +16640,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -16762,7 +16762,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -16977,7 +16977,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -17182,7 +17182,7 @@ failed, return value is FALSE.
Part of Proclaim Package
-
+
@@ -17229,7 +17229,7 @@ failed, return value is FALSE.
Part of Proclaim Package
-
+
@@ -17361,7 +17361,7 @@ failed, return value is FALSE.
Part of Proclaim Package
-
+
@@ -17400,7 +17400,7 @@ that the message concerning it should be displayed.
Part of Proclaim Package
-
+
@@ -17447,7 +17447,7 @@ that the message concerning it should be displayed.
Part of Proclaim Package
-
+
@@ -17589,7 +17589,7 @@ Note. Calling getState in this method will result in recursion.Form
-
+
@@ -17600,7 +17600,7 @@ Note. Calling getState in this method will result in recursion.
-
+
@@ -17769,7 +17769,7 @@ $type is the type of change (install, update or discover_install)
Part of Proclaim Package
-
+
@@ -17819,7 +17819,7 @@ $type is the type of change (install, update or discover_install)
Default
-
+
@@ -17830,7 +17830,7 @@ $type is the type of change (install, update or discover_install)
Part of Proclaim Package
-
+
@@ -18177,7 +18177,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -18648,7 +18648,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -18733,7 +18733,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -18856,7 +18856,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -18867,7 +18867,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -18978,7 +18978,7 @@ Note. Calling getState in this method will result in recursion.Default
-
+
@@ -18989,7 +18989,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -19156,7 +19156,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -19737,7 +19737,7 @@ Note. Calling getState in this method will result in recursion.Default Main
-
+
@@ -19748,7 +19748,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -19815,7 +19815,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20023,7 +20023,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20034,7 +20034,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20129,7 +20129,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20200,7 +20200,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20319,7 +20319,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20378,7 +20378,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20717,7 +20717,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -20867,7 +20867,7 @@ Note. Calling getState in this method will result in recursion.View html
-
+
@@ -20934,7 +20934,7 @@ Note. Calling getState in this method will result in recursion.Default
-
+
@@ -20945,7 +20945,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -21023,7 +21023,7 @@ Note. Calling getState in this method will result in recursion.Controller for Seriesdisplay
-
+
@@ -21045,7 +21045,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -21259,7 +21259,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -21594,7 +21594,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Default
-
+
@@ -21605,7 +21605,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -21616,7 +21616,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Batch Template
-
+
@@ -21627,7 +21627,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -21785,7 +21785,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Form sub Archive
-
+
@@ -21797,7 +21797,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -22096,7 +22096,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -22107,7 +22107,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -22118,7 +22118,7 @@ command is only needed for MODIFY. Can be used to ADD, DROP, MODIFY, or CHANGE t
Part of Proclaim Package
-
+
@@ -22323,7 +22323,7 @@ Note. Calling getState in this method will result in recursion.JView html
-
+
@@ -22455,7 +22455,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -22587,7 +22587,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -22658,7 +22658,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -22726,7 +22726,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -22773,7 +22773,7 @@ Controller adapted from COM_MEDIAMU
Batch Template
-
+
@@ -22784,7 +22784,7 @@ Controller adapted from COM_MEDIAMU
Types html
-
+
@@ -22842,7 +22842,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -23075,7 +23075,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -23253,7 +23253,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -23316,7 +23316,7 @@ Controller adapted from COM_MEDIAMU
Message JViewLegacy
-
+
@@ -23520,7 +23520,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -23603,7 +23603,7 @@ Controller adapted from COM_MEDIAMU
Form
-
+
@@ -23614,7 +23614,7 @@ Controller adapted from COM_MEDIAMU
Part of Proclaim Package
-
+
@@ -23784,7 +23784,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -23842,7 +23842,7 @@ ordering requirements.
Backup html
-
+
@@ -24007,7 +24007,7 @@ ordering requirements.
Form
-
+
@@ -24018,7 +24018,7 @@ ordering requirements.
Default Custom
-
+
@@ -24029,7 +24029,7 @@ ordering requirements.
Core Admin BibleStudy file
-
+
@@ -24053,7 +24053,7 @@ ordering requirements.
Default
-
+
@@ -24064,7 +24064,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24075,7 +24075,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24376,7 +24376,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24423,7 +24423,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24465,7 +24465,7 @@ ordering requirements.
Form
-
+
@@ -24476,7 +24476,7 @@ ordering requirements.
Admin Form
-
+
@@ -24487,7 +24487,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24509,7 +24509,7 @@ ordering requirements.
Helper for Template Code
-
+
@@ -24520,7 +24520,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24667,7 +24667,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -24757,7 +24757,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25032,7 +25032,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25299,7 +25299,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25374,7 +25374,7 @@ ordering requirements.
Default
-
+
@@ -25385,7 +25385,7 @@ ordering requirements.
Default view for Squeezebox
-
+
@@ -25396,7 +25396,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25484,7 +25484,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25531,7 +25531,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -25573,7 +25573,7 @@ ordering requirements.
-
+
@@ -26002,7 +26002,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -26284,7 +26284,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -26662,7 +26662,7 @@ ordering requirements.
Form
-
+
@@ -26673,7 +26673,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -26707,7 +26707,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -27157,7 +27157,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -27254,7 +27254,7 @@ ordering requirements.
Default CommonetForm
-
+
@@ -27265,7 +27265,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -27411,7 +27411,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -27819,7 +27819,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -28041,7 +28041,7 @@ ordering requirements.
Form
-
+
@@ -28328,7 +28328,7 @@ ordering requirements.
BibleStudy Download Class
-
+
@@ -28391,7 +28391,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -29098,7 +29098,7 @@ ordering requirements.
Proclaim Package
-
+
@@ -29279,7 +29279,7 @@ asset does not exist it will be created.
-
+
@@ -29336,7 +29336,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -29634,7 +29634,7 @@ asset does not exist it will be created.
Modal
-
+
@@ -29645,7 +29645,7 @@ asset does not exist it will be created.
DataBase html
-
+
@@ -29656,7 +29656,7 @@ asset does not exist it will be created.
Batch Template
-
+
@@ -29815,7 +29815,7 @@ asset does not exist it will be created.
Batch Template
-
+
@@ -29826,7 +29826,7 @@ asset does not exist it will be created.
Default
-
+
@@ -29837,7 +29837,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -29931,7 +29931,7 @@ asset does not exist it will be created.
Default
-
+
@@ -29942,7 +29942,7 @@ asset does not exist it will be created.
Batch Template
-
+
@@ -29953,7 +29953,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -30024,7 +30024,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -30071,7 +30071,7 @@ asset does not exist it will be created.
View html
-
+
@@ -30432,7 +30432,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -30679,7 +30679,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -30764,7 +30764,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its
Part of Proclaim Package
-
+
@@ -30806,7 +30806,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its
TeacherDisplay field modal
-
+
@@ -30853,7 +30853,7 @@ from the studiesList view "default.php". It has not been implemented yet, so its
-
+
@@ -31096,7 +31096,7 @@ If certain things fail hard we MUST know about it
Part of Proclaim Package
-
+
@@ -31242,7 +31242,7 @@ If certain things fail hard we MUST know about it
Batch Template
-
+
@@ -31253,7 +31253,7 @@ If certain things fail hard we MUST know about it
Part of Proclaim Package
-
+
@@ -31383,7 +31383,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -31623,7 +31623,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -31676,7 +31676,7 @@ ordering requirements.
Default
-
+
@@ -31687,7 +31687,7 @@ ordering requirements.
Default footer
-
+
@@ -31698,7 +31698,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -31709,7 +31709,7 @@ ordering requirements.
Form
-
+
@@ -31720,7 +31720,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -31881,7 +31881,7 @@ ordering requirements.
Part of Proclaim Package
-
+
@@ -32086,7 +32086,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -32143,7 +32143,7 @@ asset does not exist it will be created.
Podcasts html
-
+
@@ -32300,7 +32300,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -32508,7 +32508,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -32747,7 +32747,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33038,7 +33038,7 @@ Note. Calling getState in this method will result in recursion.Default Main
-
+
@@ -33049,7 +33049,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33099,7 +33099,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33255,7 +33255,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33413,7 +33413,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33566,7 +33566,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -33635,7 +33635,7 @@ Note. Calling getState in this method will result in recursion.View html
-
+
@@ -33801,7 +33801,7 @@ Note. Calling getState in this method will result in recursion.Admin Form
-
+
@@ -33812,7 +33812,7 @@ Note. Calling getState in this method will result in recursion.
-
+
@@ -33950,7 +33950,7 @@ Note. Calling getState in this method will result in recursion.Teachers view subset main
-
+
@@ -33961,7 +33961,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -34496,7 +34496,7 @@ Note. Calling getState in this method will result in recursion.Batch Template
-
+
@@ -34507,7 +34507,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -34650,7 +34650,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -34765,7 +34765,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -34886,7 +34886,7 @@ Note. Calling getState in this method will result in recursion.Form
-
+
@@ -34897,7 +34897,7 @@ Note. Calling getState in this method will result in recursion.Controller for Comments
-
+
@@ -34955,7 +34955,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -35271,7 +35271,7 @@ params.
-
+
@@ -35324,7 +35324,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Part of Proclaim Package
-
+
@@ -35383,7 +35383,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Part of Proclaim Package
-
+
@@ -35546,7 +35546,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Series Deatail modal
-
+
@@ -35593,7 +35593,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Part of Proclaim Package
-
+
@@ -35783,7 +35783,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
-
+
@@ -35794,7 +35794,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Part of Proclaim Package
-
+
@@ -35852,7 +35852,7 @@ some idiot's advice. Apparently there's no shortage of idiots giving terribly ba
Part of Proclaim Package
-
+
@@ -36059,7 +36059,7 @@ by the template are selected
Part of Proclaim Package
-
+
@@ -36204,7 +36204,7 @@ by the template are selected
Part of Proclaim Package
-
+
@@ -36322,7 +36322,7 @@ by the template are selected
Part of Proclaim Package
-
+
@@ -36479,7 +36479,7 @@ by the template are selected
Topics html
-
+
@@ -36636,7 +36636,7 @@ by the template are selected
Part of Proclaim Package
-
+
@@ -36710,7 +36710,7 @@ by the template are selected
Form sub backup
-
+
@@ -36721,7 +36721,7 @@ by the template are selected
Default for sermons
-
+
@@ -36732,7 +36732,7 @@ by the template are selected
Part of Proclaim Package
-
+
@@ -37540,7 +37540,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -37691,7 +37691,7 @@ asset does not exist it will be created.
Image Helper
-
+
@@ -37746,7 +37746,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -38059,7 +38059,7 @@ asset does not exist it will be created.
Modal
-
+
@@ -38070,7 +38070,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -38176,7 +38176,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -38264,7 +38264,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -38338,7 +38338,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -38349,7 +38349,7 @@ asset does not exist it will be created.
-
+
@@ -38826,7 +38826,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Batch Template
-
+
@@ -38837,7 +38837,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Default
-
+
@@ -38848,7 +38848,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Part of Proclaim Package
-
+
@@ -38870,7 +38870,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Part of Proclaim Package
-
+
@@ -39277,7 +39277,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Part of Proclaim Package
-
+
@@ -40438,7 +40438,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Part of Proclaim Package
-
+
@@ -40485,7 +40485,7 @@ If preflight returns false, Joomla will abort the update and undo everything alr
Part of Proclaim Package
-
+
@@ -40674,7 +40674,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -40721,7 +40721,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -40936,7 +40936,7 @@ asset does not exist it will be created.
DataBase html
-
+
@@ -41289,7 +41289,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -41514,7 +41514,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -41862,7 +41862,7 @@ asset does not exist it will be created.
Default
-
+
@@ -41874,7 +41874,7 @@ asset does not exist it will be created.
-
+
@@ -42049,7 +42049,7 @@ asset does not exist it will be created.
View html
-
+
@@ -42189,7 +42189,7 @@ asset does not exist it will be created.
Templates html
-
+
@@ -42359,7 +42359,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -42406,7 +42406,7 @@ asset does not exist it will be created.
Supports a modal study picker.
-
+
@@ -42453,7 +42453,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -42784,7 +42784,7 @@ asset does not exist it will be created.
Controller for Locations
-
+
@@ -42855,7 +42855,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -42877,7 +42877,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -43131,7 +43131,7 @@ asset does not exist it will be created.
Admin Controller
-
+
@@ -43207,7 +43207,7 @@ asset does not exist it will be created.
-
+
@@ -43364,7 +43364,7 @@ asset does not exist it will be created.
Edit
-
+
@@ -43375,7 +43375,7 @@ asset does not exist it will be created.
Proclaim Package
-
+
@@ -43616,7 +43616,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -43751,7 +43751,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -43793,7 +43793,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -44068,7 +44068,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -44079,7 +44079,7 @@ Note. Calling getState in this method will result in recursion.Part of Proclaim Package
-
+
@@ -44543,7 +44543,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -44602,7 +44602,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -44774,7 +44774,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -44852,7 +44852,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -44923,7 +44923,7 @@ asset does not exist it will be created.
JView html
-
+
@@ -45055,7 +45055,7 @@ asset does not exist it will be created.
Default FormHeader
-
+
@@ -45066,7 +45066,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45379,7 +45379,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45437,7 +45437,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45496,7 +45496,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45642,7 +45642,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45787,7 +45787,7 @@ asset does not exist it will be created.
Part of Proclaim Package
-
+
@@ -45921,7 +45921,7 @@ ordering requirements.
Part of Proclaim Package
-
+
diff --git a/mod_biblestudy/helper.php b/mod_biblestudy/helper.php
index 4a3ffcb42d..c2e34ba9c6 100644
--- a/mod_biblestudy/helper.php
+++ b/mod_biblestudy/helper.php
@@ -5,7 +5,7 @@
*
* @package Proclaim
* @subpackage Model.BibleStudy
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
* */
@@ -71,14 +71,14 @@ public static function getLatest($params)
$query->select('study.id, study.published, study.studydate, study.studytitle, study.booknumber, study.chapter_begin,
study.verse_begin, study.chapter_end, study.verse_end, study.hits, study.alias, study.studyintro,
- study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, study.media_hours, study.media_minutes, ' .
+ study.teacher_id, study.secondary_reference, study.booknumber2, study.location_id, ' .
// Use created if modified is 0
'CASE WHEN study.modified = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.modified END as modified, ' .
'study.modified_by, uam.name as modified_by_name,' .
// Use created if publish_up is 0
'CASE WHEN study.publish_up = ' . $db->quote($db->getNullDate()) . ' THEN study.studydate ELSE study.publish_up END as publish_up,' .
'study.publish_down,
- study.media_seconds, study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm,
+ study.series_id, study.download_id, study.thumbnailm, study.thumbhm, study.thumbwm,
study.access, study.user_name, study.user_id, study.studynumber, study.chapter_begin2, study.chapter_end2,
study.verse_end2, study.verse_begin2, ' . $query->length('study.studytext') . ' AS readmore' . ','
. ' CASE WHEN CHAR_LENGTH(study.alias) THEN CONCAT_WS(\':\', study.id, study.alias) ELSE study.id END as slug ');
diff --git a/mod_biblestudy/mod_biblestudy.php b/mod_biblestudy/mod_biblestudy.php
index 3857c1ebb0..e559139586 100644
--- a/mod_biblestudy/mod_biblestudy.php
+++ b/mod_biblestudy/mod_biblestudy.php
@@ -4,7 +4,7 @@
*
* @package Proclaim
* @subpackage Model.BibleStudy
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
* */
diff --git a/mod_biblestudy/mod_biblestudy.xml b/mod_biblestudy/mod_biblestudy.xml
index 82eacd5246..7c87cc8094 100644
--- a/mod_biblestudy/mod_biblestudy.xml
+++ b/mod_biblestudy/mod_biblestudy.xml
@@ -4,9 +4,9 @@
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
-
(C) 2007 - 2018 Proclaim All rights reserved.
-
9.1.7
-
Nov 14, 2018
+
(C) 2007 - 2019 Proclaim All rights reserved.
+
9.2.0
+
Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_MDL_DESCRIPTION
@@ -14,14 +14,12 @@
helper.php
tmpl
language
- mod_biblestudy.xml
-
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
- (C) 2007 - 2018 Proclaim All rights reserved.
- 9.1.7
- Nov 14, 2018
+ (C) 2007 - 2019 Proclaim All rights reserved.
+ 9.2.0
+ Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_MDL_PODCAST_XML_DESCRIPTION
mod_biblestudy_podcast.php
language
tmpl
- mod_biblestudy_podcast.xml
diff --git a/mod_biblestudy_podcast/tmpl/default.php b/mod_biblestudy_podcast/tmpl/default.php
index f48eb8e25c..edf78e4604 100644
--- a/mod_biblestudy_podcast/tmpl/default.php
+++ b/mod_biblestudy_podcast/tmpl/default.php
@@ -4,7 +4,7 @@
*
* @package Proclaim
* @subpackage Model.Podcast
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
*/
diff --git a/plg_biblestudy_backup/jbsbackup.php b/plg_biblestudy_backup/jbsbackup.php
index 8fc616787f..d57c1946b4 100644
--- a/plg_biblestudy_backup/jbsbackup.php
+++ b/plg_biblestudy_backup/jbsbackup.php
@@ -2,7 +2,7 @@
/**
* @package Proclaim
* @subpackage Plugin.JBSBackup
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
* */
diff --git a/plg_biblestudy_backup/jbsbackup.xml b/plg_biblestudy_backup/jbsbackup.xml
index ca28595007..883e043839 100644
--- a/plg_biblestudy_backup/jbsbackup.xml
+++ b/plg_biblestudy_backup/jbsbackup.xml
@@ -4,9 +4,9 @@
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
- (C) 2007 - 2018 Proclaim All rights reserved.
- 9.1.7
- Nov 14, 2018
+ (C) 2007 - 2019 Proclaim All rights reserved.
+ 9.2.0
+ Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_PLG_BACKUP_XML_DESCRIPTION
diff --git a/plg_biblestudy_backup/script.php b/plg_biblestudy_backup/script.php
index a39040b08d..377b3abfbe 100644
--- a/plg_biblestudy_backup/script.php
+++ b/plg_biblestudy_backup/script.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/plg_biblestudy_finder/biblestudy.php b/plg_biblestudy_finder/biblestudy.php
index ede764282b..111ebf99be 100644
--- a/plg_biblestudy_finder/biblestudy.php
+++ b/plg_biblestudy_finder/biblestudy.php
@@ -5,7 +5,7 @@
*
* @package Proclaim
* @subpackage Finder.BibleStudy
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
* */
diff --git a/plg_biblestudy_finder/biblestudy.xml b/plg_biblestudy_finder/biblestudy.xml
index 1b287146cb..63c1e05b50 100644
--- a/plg_biblestudy_finder/biblestudy.xml
+++ b/plg_biblestudy_finder/biblestudy.xml
@@ -4,9 +4,9 @@
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
- (C) 2007 - 2018 Proclaim All rights reserved.
- 9.1.7
- Nov 14, 2018
+ (C) 2007 - 2019 Proclaim All rights reserved.
+ 9.2.0
+ Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_PLG_FINDER_XML_DESCRIPTION
diff --git a/plg_biblestudy_podcast/jbspodcast.php b/plg_biblestudy_podcast/jbspodcast.php
index 9cd0f8382b..5302a2d28e 100644
--- a/plg_biblestudy_podcast/jbspodcast.php
+++ b/plg_biblestudy_podcast/jbspodcast.php
@@ -2,7 +2,7 @@
/**
* @package Proclaim
* @subpackage Plugin.JBSPodcast
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
* */
diff --git a/plg_biblestudy_podcast/jbspodcast.xml b/plg_biblestudy_podcast/jbspodcast.xml
index e64edc114a..a700cb3817 100644
--- a/plg_biblestudy_podcast/jbspodcast.xml
+++ b/plg_biblestudy_podcast/jbspodcast.xml
@@ -4,9 +4,9 @@
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
- (C) 2007 - 2018 Proclaim All rights reserved.
- 9.1.7
- Nov 14, 2018
+ (C) 2007 - 2019 Proclaim All rights reserved.
+ 9.2.0
+ Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_PLG_PODCAST_XML_DESCRIPTION
diff --git a/plg_biblestudy_podcast/script.php b/plg_biblestudy_podcast/script.php
index ed242ccbd1..8c7dc9fb34 100644
--- a/plg_biblestudy_podcast/script.php
+++ b/plg_biblestudy_podcast/script.php
@@ -3,7 +3,7 @@
* Part of Proclaim Package
*
* @package Proclaim.Admin
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.christianwebministries.org
* */
diff --git a/plg_biblestudy_search/biblestudysearch.php b/plg_biblestudy_search/biblestudysearch.php
index a00642cb0d..8e46d025c7 100644
--- a/plg_biblestudy_search/biblestudysearch.php
+++ b/plg_biblestudy_search/biblestudysearch.php
@@ -2,7 +2,7 @@
/**
* @package Proclaim
* @subpackage Search.BibleStudy
- * @copyright 2007 - 2018 (C) CWM Team All rights reserved
+ * @copyright 2007 - 2019 (C) CWM Team All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.joomlabiblestudy.org
*
diff --git a/plg_biblestudy_search/biblestudysearch.xml b/plg_biblestudy_search/biblestudysearch.xml
index 3be2e8645c..79b2379a6d 100644
--- a/plg_biblestudy_search/biblestudysearch.xml
+++ b/plg_biblestudy_search/biblestudysearch.xml
@@ -4,9 +4,9 @@
CWM Team
info@joomlabiblestudy.org
https://www.christianwebministries.org
- (C) 2007 - 2018 Proclaim All rights reserved.
- 9.1.7
- Nov 14, 2018
+ (C) 2007 - 2019 Proclaim All rights reserved.
+ 9.2.0
+ Feb 27, 2019
http://www.gnu.org/licenses/gpl.html
JBS_PLG_SEARCH_XML_DESCRIPTION
diff --git a/tests/0.0.0.php b/tests/0.0.0.php
index 30dea2ec3d..ca6e0b6a1c 100644
--- a/tests/0.0.0.php
+++ b/tests/0.0.0.php
@@ -1,7 +1,7 @@