bar() 공개 정적인 메소드

public static bar ( )
예제 #1
0
 function foo()
 {
     t::bar();
 }
예제 #2
0
 function foo()
 {
     t::$bar = 2;
 }