File manager - Edit - /home/opticamezl/www/newok/administrator/components/com_cookiespolicynotificationbar/tables/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\Utilities\ArrayHelper; use \Joomla\CMS\Factory; use \Joomla\CMS\Access\Access; use \Joomla\CMS\Language\Text; use \Joomla\CMS\Table\Table as Table; class CookiespolicynotificationbarTablelog extends Table { /** * Constructor * * @param JDatabase &$db A database connector object */ public function __construct(&$db) { parent::__construct('#__plg_system_cookiespolicynotificationbar_logs', 'id', $db); } /** * Delete a record by id * * @param mixed $pk Primary key value to delete. Optional * * @return bool */ public function delete($pk = null) { $this->load($pk); $result = parent::delete($pk); return $result; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.03 |
proxy
|
phpinfo
|
Settings