Package
    
            
            in package
            
        
    
    
    
        
            Main package class.
Tags
Table of Contents
- VERSION = WC_VERSION
- Version.
- get_path() : string
- Return the path to the package.
- get_version() : string
- Return the version of the package.
- init() : mixed
- Init the package - load the REST API Server class.
Constants
VERSION
Version.
    public
    string
    VERSION
    = WC_VERSION
        
    
    Tags
Methods
get_path()
Return the path to the package.
    public
            static    get_path() : string
        
    
    
    Tags
Return values
string —get_version()
Return the version of the package.
    public
            static    get_version() : string
        
    
    
    Tags
Return values
string —init()
Init the package - load the REST API Server class.
    public
            static    init() : mixed
        
    
    
    