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