예제 #1
0
파일: engine.php 프로젝트: royalwang/saivi
	public static function getContext($key) {
		if(!WeUtility::inContext()) {
			return null;
		}
	}