Constants
in package
Constants:: provides the constants for this package.
Copyright 2010-2020 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- CFG_DIR = '@cfg_dir@'
- DATA_DIR = '@data_dir@'
- getConfigFile() : string
- Return the position of the package configuration file.
- getDataDirectory() : string
- Return the position of the package data directory.
Constants
CFG_DIR
public
final mixed
CFG_DIR
= '@cfg_dir@'
DATA_DIR
public
final mixed
DATA_DIR
= '@data_dir@'
Methods
getConfigFile()
Return the position of the package configuration file.
public
static getConfigFile() : string
Return values
string —Path to the default configuration file.
getDataDirectory()
Return the position of the package data directory.
public
static getDataDirectory() : string
Return values
string —Path to the directory holding data files.