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;
    }