Exemplo n.º 1
0
 /**
  * Initializes the PEP framework.
  * 
  * @access public
  * @return void
  * 
  */
 public static function init()
 {
     if (!self::$instance) {
         self::$instance = new Pep();
     }
 }