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