AdminPageFramework_Widget_Factory::_replyToGetFieldName PHP Метод

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

    public function _replyToGetFieldName()
    {
        $_aParams = func_get_args() + array(null, null, null);
        $aFieldset = $_aParams[1];
        return $this->_getNameAttributeDimensions($aFieldset);
    }