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