%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/user/events/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/user/events/UserEvent.php |
<?php
/**
* @link https://www.humhub.org/
* @copyright Copyright (c) 2017 HumHub GmbH & Co. KG
* @license https://www.humhub.com/licences
*/
namespace humhub\modules\user\events;
use humhub\components\Event;
/**
* UserEvent
*
* @since 1.2
* @author Luke
*/
class UserEvent extends Event
{
/**
* @var \humhub\modules\user\models\User the user
*/
public $user;
}