bar() public static method

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