System
The System class gathers all information about the server, PHP and other environment parameters and checks for a valid setup.
- 
    
      
      
new System()
 - 
    
      
      
$system->accounts()
 - 
    
      
      
$system->content()
 - 
    
      
      
$system->curl()
 - 
    
      
      
$system->indexUrl()
 - 
    
      
      
$system->init()
 - 
    
      
      
$system->isInstallable()
 - 
    
      
      
$system->isInstalled()
 - 
    
      
      
$system->isLocal()
 - 
    
      
      
$system->isOk()
 - 
    
      
      
$system->license()
 - 
    
      
      
$system->loginMethods()
 - 
    
      
      
$system->mbString()
 - 
    
      
      
$system->media()
 - 
    
      
      
$system->php()
 - 
    
      
      
$system->plugins()
 - 
    
      
      
$system->register()
 - 
    
      
      
$system->server()
 - 
    
      
      
$system->serverSoftware()
 - 
    
      
      
$system->sessions()
 - 
    
      
      
$system->status()
 - 
    
      
      
$system->title()
 - 
    
      
      
$system->toArray()
 - 
    
      
      
System::upgradeContent()