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