TwistPHP Documentation

User

File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
Extends:

Type: Model

User

Example Usage

<?php
//Set the variables for the example
$strField null;
$mxdValue null;

//Call the function data with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> data($strField$mxdValue);

Method List

Method Access Returns
__constructconstructvoid
getpublicvoid
datapublicvoid
getDataprivatevoid
setDataprivatevoid
nullDatapublicvoid
deleteDatapublicvoid
commitpublicvoid
idpublicvoid
namepublicvoid
firstnamepublicvoid
surnamepublicvoid
emailpublicvoid
levelpublicvoid
enabledpublicvoid
enablepublicvoid
disablepublicvoid
lastLoginpublicvoid
lastActivepublicvoid
deletepublicvoid
requireVerificationpublicvoid
tempPasswordpublicvoid
comparePasswordHashpublicvoid
passwordpublicvoid
resetPasswordpublicvoid
sendPasswordEmailprotectedvoid
sendWelcomeEmailprotectedvoid
sendVerificationEmailprotectedvoid
allowPasswordprotectedvoid
isMemberpublicvoid
isAtLeastMemberpublicvoid
isAdvancedpublicvoid
isAtLeastAdvancedpublicvoid
isAdminpublicvoid
isAtLeastSuperAdminpublicvoid
isSuperAdminpublicvoid
isRootUserpublicvoid
base64url_encodeprotectedvoid
base64url_decodeprotectedvoid