예제 #1
0
파일: tikilib.php 프로젝트: rjsmelo/tiki
 static function setExternalContext($isExternal)
 {
     self::$isExternalContext = (bool) $isExternal;
 }