Exemple #1
0
 public function getInstance()
 {
     if (PaskHolder::$_self == null) {
         PaskHolder::$_self = new PaskHolder();
     }
     return PaskHolder::$_self;
 }