TwistPHP Documentation

isSuperAdmin

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

isSuperAdmin

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function isSuperAdmin with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> isSuperAdmin();