Horde_Core_Block::getParams PHP Méthode

getParams() public méthode

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