簡體   English   中英

typo3中proc函數中的參數

[英]arguments in the proc function in typo3

請給我這個功能的解釋

 function proc($wizardItems)     {
            $wizardItems['plugins_tx_examples_pierror'] = array(
 'icon'=>\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extRelPath('examples') .'Resources/Public/Images/PiErrorWizard.png',
                    'title' =>$GLOBALS['LANG']>sL('LLL:EXT:examples/locallang.xlf:pierror_wizard_title'),
                    'description' =>$GLOBALS['LANG']>sL('LLL:EXT:examples/locallang.xlf:pierror_wizard_description'),
                    'params' =>'&defVals[tt_content[CType]=list[list_type]=examples_pierror'
            );

            return $wizardItems;
    }
}

該功能在擴展程序中使用,以在擴展程序向導中顯示我們的擴展程序。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM