rhymix/classes/context
조태상 07188e2937 $this 변수를 $self로 변경
is_a($this, 'Context') ? $self = $this : $self = self::getInstance();을 통해 $self 변수를 생성하엿으나, $self를 사용하지 않고 $this가 사용됨.
=> 이 함수를 Context::함수명 처럼 사용시 오류의 소지가 있음
2015-02-11 17:32:35 +09:00
..
Context.class.php $this 변수를 $self로 변경 2015-02-11 17:32:35 +09:00