getAlias() public static method
Translates a path alias into an actual path. The translation is done according to the following procedure: If the given alias does not start with '@', it is returned back without change; Otherwise, look for the longest registered alias that matches the beginning part of the given alias. If it exists, replace the matching part of the given alias with the corresponding registered path. Throw an exception or return false, depending on the $throwException paramet