File manager - Edit - /home/opticamezl/www/newok/administrator/components/com_cookiespolicynotificationbar/models/log.php
Back
<?php /* ====================================================== # Cookies Policy Notification Bar for Joomla! - v4.4.4 (pro version) # ------------------------------------------------------- # For Joomla! CMS (v4.x) # Author: Web357 (Yiannis Christodoulou) # Copyright: (©) 2014-2024 Web357. All rights reserved. # License: GNU/GPLv3, https://www.gnu.org/licenses/gpl-3.0.html # Website: https://www.web357.com # Demo: https://demo-joomla.web357.com/cookies-policy-notification-bar # Support: support@web357.com # Last modified: Monday 27 October 2025, 03:29:25 PM ========================================================= */ // No direct access. defined('_JEXEC') or die; use \Joomla\CMS\Table\Table; use \Joomla\CMS\Factory; use \Joomla\CMS\Language\Text; use \Joomla\CMS\Plugin\PluginHelper; use \Joomla\CMS\Helper\TagsHelper; class CookiespolicynotificationbarModelLog extends \Joomla\CMS\MVC\Model\AdminModel { /** * @var string The prefix to use with controller messages. * @since 1.6 */ protected $text_prefix = 'COM_COOKIESPOLICYNOTIFICATIONBAR'; /** * @var string Alias to manage history control * @since 3.2 */ public $typeAlias = 'com_cookiespolicynotificationbar.log'; /** * @var null Item data * @since 1.6 */ protected $item = null; /** * Returns a reference to the a Table object, always creating it. * * @param string $type The table type to instantiate * @param string $prefix A prefix for the table class name. Optional. * @param array $config Configuration array for model. Optional. * * @return JTable A database object * * @since 1.6 */ public function getTable($type = 'Log', $prefix = 'CookiespolicynotificationbarTable', $config = array()) { return Table::getInstance($type, $prefix, $config); } /** * Method to get the record form. * * @param array $data An optional array of data for the form to interogate. * @param boolean $loadData True if the form is to load its own data (default case), false if not. * * @return JForm A JForm object on success, false on failure * * @since 1.6 * * @throws */ public function getForm($data = array(), $loadData = true) { return false; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings