示例#1
0
文件: Table.php 项目: akivaron/toko
 public final function __construct(Directory_Entry $entry)
 {
     $this->entry = $entry;
     $entry->setTable($this);
 }