bar() public static méthode

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