예제 #1
0
파일: Core.php 프로젝트: JoeHorn/Core
 function _define($name, $value, $case = false)
 {
     return Hoa\Core::_define($name, $value, $case);
 }