Added getPath().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4743 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2007-06-26 23:07:42 +00:00
parent 3b701ef57d
commit 87c5bbcd59
@@ -47,6 +47,14 @@ public class MessageBundle
_parent = parent;
}
/**
* Get the path to this bundle.
*/
public function getPath () :String
{
return _path;
}
/**
* Returns true if we have a translation mapping for the supplied key,
* false if not.