예제 #1
0
파일: boolean.php 프로젝트: bztsrc/phppe3
 function init()
 {
     Core::addon("boolean", "Boolean", "", "*obj.field");
 }
예제 #2
0
파일: test2.php 프로젝트: bztsrc/phppe3
 function init()
 {
     \PHPPE\Core::addon("test2", "Test AddOn 2", "test1", "*configuration");
 }