Prado\TApplicationConfiguration::getAliases PHP Метод

getAliases() публичный Метод

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
Результат array list of path alias definitions
    public function getAliases()
    {
        return $this->_aliases;
    }