Horde_Core_Block::getParams PHP Method

getParams() public method

It does *not* reference $this->_params; that is for runtime parameters (the choices made from these options).
public getParams ( ) : array
return array The block's configurable parameters.
    public function getParams()
    {
        return $this->_call('_params', array());
    }