APF_Demo_ManageOptions_Export::replyToModifyFileType PHP Метод

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

public replyToModifyFileType ( $sFormatType, $sFieldID )
    public function replyToModifyFileType($sFormatType, $sFieldID)
    {
        // Set the internal formatting type based on the selected format type in the other field.
        return isset($_POST[$this->_oFactory->oProp->sOptionKey][$this->_sSectionID]['export_format_type']) ? $_POST[$this->_oFactory->oProp->sOptionKey][$this->_sSectionID]['export_format_type'] : $sFormatType;
    }