Files
svc-api-x/v1/taffy/tests/lib/Hoth/object/iHothConfig.cfc
T
2024-10-23 11:17:42 +03:00

19 lines
445 B
Plaintext

/**
Aaron Greenlee
http://aarongreenlee.com/
This work is licensed under a Creative Commons Attribution-Share-Alike 3.0
Unported License.
// Original Info -----------------------------------------------------------
Author : Aaron Greenlee
Created : 10/01/2010
Interface for a Hoth Config Object.
*/
interface {
public function init ();
public string function getLogPathExpanded();
public string function getPath (name);
}