Skip to content
Snippets Groups Projects
Select Git revision
  • shib-cas
  • master default
2 results

SingletonInterface.php

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