Added getPath().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4743 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -47,6 +47,14 @@ public class MessageBundle
|
|||||||
_parent = parent;
|
_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,
|
* Returns true if we have a translation mapping for the supplied key,
|
||||||
* false if not.
|
* false if not.
|
||||||
|
|||||||
Reference in New Issue
Block a user