コード例 #1
0
 public function getNewInstance()
 {
     $instance = parent::getNewInstance();
     $instance->setPos(1);
     return $instance;
 }