Skip to content
Snippets Groups Projects
Select Git revision
  • 061d1a0b00c08b8bdfe3a414a15f9cc0a1b1f041
  • master default
  • develop
  • git-fixes
  • 4.1_templates-symlink
  • 4.0_templates
6 results

Output.php

Blame
  • SingletonInterface.php 91 B
    <?php
    
    interface Nmc_SingletonInterface {
    
        static public function getInstance();
    
    }
    
    ?>