bar() public static method

public static bar ( )
Esempio n. 1
0
 function foo()
 {
     t::bar();
 }
Esempio n. 2
0
 function foo()
 {
     t::$bar = 2;
 }