AdminPageFramework_CustomSubmitFields::getSubmitValueByType PHP Метод

getSubmitValueByType() защищенный Метод

protected getSubmitValueByType ( $aElement, $sInputID, $sElementKey = 'format' )
    protected function getSubmitValueByType($aElement, $sInputID, $sElementKey = 'format')
    {
        return $this->getElement($aElement, array($sInputID, $sElementKey), null);
    }