bar() public static method

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