예제 #1
0
파일: RecordType.php 프로젝트: linkorb/ei
 public function addElementType(ElementType $e)
 {
     $this->elementTypes[$e->getCode()] = $e;
 }