AdminPageFramework_Widget_Factory::_replyToGetFieldInputName PHP Метод

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

    public function _replyToGetFieldInputName()
    {
        $_aParams = func_get_args() + array(null, null, null);
        $aFieldset = $_aParams[1];
        $sIndex = $_aParams[2];
        $_sIndex = $this->oCaller->oUtil->getAOrB('0' !== $sIndex && empty($sIndex), '', "[" . $sIndex . "]");
        return $this->_replyToGetFieldName('', $aFieldset) . $_sIndex;
    }