예제 #1
0
파일: BaseEvent.php 프로젝트: soon0009/EMS
 public function setByName($name, $value, $type = BasePeer::TYPE_PHPNAME)
 {
     $pos = EventPeer::translateFieldName($name, $type, BasePeer::TYPE_NUM);
     return $this->setByPosition($pos, $value);
 }