gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

classExtendsNamespacedClass.php (105B)


      1 <?php
      2 
      3 namespace Foo\Bar;
      4 
      5 class Baz {}
      6 
      7 namespace Other\Space;
      8 
      9 class Extender extends \Foo\Bar\Baz {}
     10