rhymix/classes/context
조태상 e30506b935 Context::함수명 처럼 쓰일 수 있는 함수들에 static 적용
Context클래스의 함수 내부에서 $this 변수가 사용되지 않거나, is_a($this, 'Context') ? $self = $this : $self = self::getInstance(); 를 통해 $self 변수를 이용하는 경우 static 변수를 붙임.
2015-02-11 17:31:25 +09:00
..
Context.class.php Context::함수명 처럼 쓰일 수 있는 함수들에 static 적용 2015-02-11 17:31:25 +09:00