Файловый менеджер - Редактировать - /var/www/html/libraries/kunena/src/KunenaPrivate/Message/KunenaPost.php
Ðазад
<?php /** * Kunena Component * * @package Kunena.Framework * @subpackage Private * * @Copyright (C) 2008 - @currentyear@ Kunena Team. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @link http://www.kunena.org **/ namespace Kunena\Forum\Libraries\KunenaPrivate\Message; \defined('_JEXEC') or die(); use Kunena\Forum\Libraries\Database\KunenaDatabaseObject; /** * Private message mapping to forum message. * * @property int $message_id * @property int $private_id * @since Kunena 6.0 */ class KunenaPost extends KunenaDatabaseObject { /** * @var string * @since Kunena 6.0 */ protected $_table = 'KunenaPrivatePostMap'; /** * Get the table relevant properties. Override for your specific Object * * @return array Assocative array with the propertie values of table * * @since Kunena 6.4 */ protected function getTableProperties(): array { $properties = [ 'private_id' => $this->private_id, 'message_id' => $this->message_id ]; return $properties; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка