예제 #1
0
파일: Table.php 프로젝트: akivaron/toko
 public final function __construct(Directory_Entry $entry)
 {
     $this->entry = $entry;
     $entry->setTable($this);
 }