Prado\TApplication::getParameters PHP Метод

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

Since the parameters are returned as a {@link \Prado\Collections\TMap} object, you may use the returned result to access, add or remove individual parameters.
public getParameters ( ) : TMap
Результат Prado\Collections\TMap the list of application parameters
    public function getParameters()
    {
        return $this->_parameters;
    }