Documentation

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
category

Horde

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.

Search results