Beispiel #1
0
 public static function getInstance() {
     if (!self::$_mentor) {
         self::$_mentor = new mentor();
     }
     return self::$_mentor;
 }