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

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

The namespaces are aggregated (top-down) from configuration files along the path to the specified page. Each array element represents a single namespace usage, with the value being the namespace to be used.
public getUsings ( ) : array
Результат array list of namespaces to be used
    public function getUsings()
    {
        return $this->_usings;
    }