<?php namespace App\Http\Lib; class GISApplication { public static $LOGINUSER_TYPE; public static $USERMODULE; // More Static Data Members }
GISApplication::$LOGINUSER_TYPE = $auth->type; GISApplication::$USERMODULE = $auth->module;
GISApplication::$LOGINUSER_TYPE
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)