コード例 #1
0
 /**
  * Get instance
  * @param ilObject $a_parent
  */
 public static function getInstance(ilObject $a_parent)
 {
     if (self::$instance) {
         return self::$instance;
     }
     return self::$instance = new self($a_parent);
 }