t2::bar PHP Méthode

bar() public static méthode

public static bar ( )
    public static function bar()
    {
    }

Usage Example

Exemple #1
0
 function foo()
 {
     t2::bar();
     t2::bar2();
 }
All Usage Examples Of t2::bar