bar() public static method

public static bar ( )
示例#1
0
 function foo()
 {
     t2::bar();
     t2::bar2();
 }
示例#2
0
 function foo()
 {
     t2::$bar = 3;
     t2::$bar2 = 4;
 }