繁体   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