示例#1
0
文件: tikilib.php 项目: rjsmelo/tiki
 static function setExternalContext($isExternal)
 {
     self::$isExternalContext = (bool) $isExternal;
 }