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