Example #1
0
 public static function log($message)
 {
     \Example\Faz\Faz::alert($message);
 }
Example #2
0
 function __construct()
 {
     $fooInstance = new Foo();
     Faz::alert($fooInstance->getMessage());
 }