File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
Type: Model
User
— TwistPHP - An open source PHP MVC framework built from the ground up.
Shadow Technologies Ltd.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
<?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 | Access | Returns |
---|---|---|
__construct | construct | void |
get | public | void |
data | public | void |
getData | private | void |
setData | private | void |
nullData | public | void |
deleteData | public | void |
commit | public | void |
id | public | void |
name | public | void |
firstname | public | void |
surname | public | void |
public | void | |
level | public | void |
groups | public | void |
joinGroup | public | void |
leaveGroup | public | void |
enabled | public | void |
enable | public | void |
disable | public | void |
lastLogin | public | void |
lastActive | public | void |
delete | public | void |
requireVerification | public | void |
tempPassword | public | void |
comparePassword | public | void |
password | public | void |
resetPassword | public | void |
preventEmail | public | void |
sendPasswordEmail | protected | void |
sendWelcomeEmail | protected | void |
sendVerificationEmail | protected | void |
allowPassword | protected | void |
isMember | public | void |
isAtLeastMember | public | void |
isAdvanced | public | void |
isAtLeastAdvanced | public | void |
isAdmin | public | void |
isAtLeastSuperAdmin | public | void |
isSuperAdmin | public | void |
isRootUser | public | void |
base64url_encode | protected | void |
base64url_decode | protected | void |