Файловый менеджер - Редактировать - /home/lmsyaran/public_html/pusher/content.zip
Назад
PK �]�[�y� � content.phpnu �[��� <?php /** * @package Joomla.Plugin * @subpackage Privacy.content * * @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JLoader::register('PrivacyPlugin', JPATH_ADMINISTRATOR . '/components/com_privacy/helpers/plugin.php'); /** * Privacy plugin managing Joomla user content data * * @since 3.9.0 */ class PlgPrivacyContent extends PrivacyPlugin { /** * Processes an export request for Joomla core user content data * * This event will collect data for the content core table * * - Content custom fields * * @param PrivacyTableRequest $request The request record being processed * @param JUser $user The user account associated with this request if available * * @return PrivacyExportDomain[] * * @since 3.9.0 */ public function onPrivacyExportRequest(PrivacyTableRequest $request, JUser $user = null) { if (!$user) { return array(); } $domains = array(); $domain = $this->createDomain('user_content', 'joomla_user_content_data'); $domains[] = $domain; $query = $this->db->getQuery(true) ->select('*') ->from($this->db->quoteName('#__content')) ->where($this->db->quoteName('created_by') . ' = ' . (int) $user->id) ->order($this->db->quoteName('ordering') . ' ASC'); $items = $this->db->setQuery($query)->loadObjectList(); foreach ($items as $item) { $domain->addItem($this->createItemFromArray((array) $item)); } $domains[] = $this->createCustomFieldsDomain('com_content.article', $items); return $domains; } } PK �]�[S��<$ $ content.xmlnu �[��� <?xml version="1.0" encoding="utf-8"?> <extension version="3.9" type="plugin" group="privacy" method="upgrade"> <name>plg_privacy_content</name> <author>Joomla! Project</author> <creationDate>July 2018</creationDate> <copyright>(C) 2005 - 2020 Open Source Matters. All rights reserved.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.9.0</version> <description>PLG_PRIVACY_CONTENT_XML_DESCRIPTION</description> <files> <filename plugin="content">content.php</filename> </files> <languages> <language tag="en-GB">en-GB.plg_privacy_content.ini</language> <language tag="en-GB">en-GB.plg_privacy_content.sys.ini</language> </languages> </extension> PK �]�[�y� � content.phpnu �[��� PK �]�[S��<$ $ � content.xmlnu �[��� PK � /
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка