예제 #1
0
파일: Memory.php 프로젝트: sntools/types
 /**
  * Private constructor. Only static methods can create instances.
  * The instance will register itself into the garbage collector upon construction.
  */
 private function __construct()
 {
     GarbageCollector::setMemory(&$this);
 }