Exemplo n.º 1
0
 /**
  * Copy properties from the given object.
  * @param PROJECT_ENTRY $other
  * @access private
  */
 protected function copy_from($other)
 {
     parent::copy_from($other);
     $this->_main_branch_info = clone $other->_main_branch_info;
 }
Exemplo n.º 2
0
 /**
  * Copy properties from the given object. 
  * @param ALBUM_ENTRY $other
  * @access private
  */
 protected function copy_from($other)
 {
     parent::copy_from($other);
     $this->date = clone $other->date;
 }