%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/user/authclient/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/modules/user/authclient/BaseClient.php |
<?php /** * @link https://www.humhub.org/ * @copyright Copyright (c) 2016 HumHub GmbH & Co. KG * @license https://www.humhub.com/licences */ namespace humhub\modules\user\authclient; /** * Extended BaseClient with additional events * * @since 1.1 * @author luke */ class BaseClient extends \yii\authclient\BaseClient { /** * @event Event an event raised on update user data. * @see AuthClientHelpers::updateUser() */ const EVENT_UPDATE_USER = 'update'; /** * @event Event an event raised on create user. * @see AuthClientHelpers::createUser() */ const EVENT_CREATE_USER = 'create'; /** * @inheritdoc */ protected function initUserAttributes() { } }