Pimcore\View::_getParam PHP Méthode

_getParam() public méthode

public _getParam ( $key, null $default = null ) : mixed
$key
$default null
Résultat mixed
    public function _getParam($key, $default = null)
    {
        return $this->getParam($key, $default);
    }