bar() public static method

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