Your IP : 216.73.216.224


Current Path : /var/www/html/components/com_kunena/src/Layout/User/
Upload File :
Current File : /var/www/html/components/com_kunena/src/Layout/User/UserProfile.php

<?php

/**
 * Kunena Component
 *
 * @package         Kunena.Site
 * @subpackage      Layout.User
 *
 * @copyright       Copyright (C) 2008 - 2026 Kunena Team. All rights reserved.
 * @license         https://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link            https://www.kunena.org
 **/

namespace Kunena\Forum\Site\Layout\User;

\defined('_JEXEC') or die;

use Kunena\Forum\Libraries\Layout\KunenaLayout;

/**
 * KunenaLayoutUserItem
 *
 * @since   Kunena 6.2
 */
class UserProfile extends KunenaLayout
{
    public $user;

    public $candisplaymail;

    public $config;

    public $ktemplate;

    public $topic_starter;

    public $category_id;
}