예제 #1
0
 /**
  * Finalize the clone() operation.
  *
  * Clone all contained records.
  *
  * @return void
  */
 public function __clone()
 {
     $this->_records = Helper::mapClone($this->_records);
 }
예제 #2
0
파일: Record.php 프로젝트: cKlee/PicaRecord
 /**
  * Finalize the clone() operation.
  *
  * @return void
  */
 public function __clone()
 {
     $this->_fields = Helper::mapClone($this->_fields);
 }