コード例 #1
0
ファイル: module.php プロジェクト: ASDAFF/open_bx
 function AutoloadClassDefined($className)
 {
     return \Freetrix\Main\Loader::isAutoLoadClassRegistered($className);
 }