예제 #1
0
파일: pep.php 프로젝트: robertabramski/pep
 /**
  * Initializes the PEP framework.
  * 
  * @access public
  * @return void
  * 
  */
 public static function init()
 {
     if (!self::$instance) {
         self::$instance = new Pep();
     }
 }