コード例 #1
0
ファイル: RecordType.php プロジェクト: linkorb/ei
 public function addElementType(ElementType $e)
 {
     $this->elementTypes[$e->getCode()] = $e;
 }