Prado\TApplicationConfiguration::getAliases PHP Method

getAliases() public method

The definitions are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single alias definition, with the key being the alias name and the value the absolute path.
public getAliases ( ) : array
return array list of path alias definitions
    public function getAliases()
    {
        return $this->_aliases;
    }