Prado\TApplication::getParameters PHP Méthode

getParameters() public méthode

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
Résultat Prado\Collections\TMap the list of application parameters
    public function getParameters()
    {
        return $this->_parameters;
    }