Pimcore\Model\Document\Tag\Area\AbstractArea::_getParam PHP Метод

_getParam() публичный Метод

Устаревший:
public _getParam ( $key ) : mixed
$key
Результат mixed
    public function _getParam($key)
    {
        return $this->getParam($key);
    }