MetaFox
    
            
            in package
            
        
    
    
    
Class PHPFox.
Table of Contents
Methods
- clientDate() : string
 - clientTheme() : string|null
 - coreModules() : array<string|int, string>
 - Define core packages.
 - getApiVersion() : string|null
 - getProductBuild() : string
 - Get the phpFox product build.
 - getResolution() : string
 - getVersion() : string
 - Get the phpFox version.
 - isMobile() : bool
 - isTrial() : bool
 - Check is trial.
 
Methods
clientDate()
    public
            static        clientDate() : string
    Return values
stringclientTheme()
    public
            static        clientTheme() : string|null
    Return values
string|nullcoreModules()
Define core packages.
    public
            static        coreModules() : array<string|int, string>
    Return values
array<string|int, string>getApiVersion()
    public
            static        getApiVersion() : string|null
    Return values
string|nullgetProductBuild()
Get the phpFox product build.
    public
            static        getProductBuild() : string
    Return values
stringgetResolution()
    public
            static        getResolution() : string
    Return values
stringgetVersion()
Get the phpFox version.
    public
            static        getVersion() : string
    Return values
stringisMobile()
    public
            static        isMobile() : bool
    Return values
boolisTrial()
Check is trial.
    public
            static        isTrial() : bool