示例#1
0
文件: RecordType.php 项目: linkorb/ei
 public function addElementType(ElementType $e)
 {
     $this->elementTypes[$e->getCode()] = $e;
 }