Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
system_user.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/users/backend_user/backend_user.inc';
19 
20 
33 {
34 
35 
42  function System_User($assetid=0)
43  {
44  $this->Backend_User($assetid);
45 
46  }//end constructor
47 
48 
49 }//end class
50 ?>