copyTo() public method

Copies the cvcontent from this object to the provided object.
public copyTo ( $outputSetting )
コード例 #1
0
 /**
  * Copies the cvcontent from this object to the provided object.
  */
 function copyTo($outputSetting)
 {
     parent::copyTo($outputSetting);
     $outputSetting->setSection($this->getSection());
 }
コード例 #2
0
 /**
  * Copies the cvcontent from this object to the provided object.
  */
 function copyTo($outputSetting)
 {
     parent::copyTo($outputSetting);
     $outputSetting->setIssue($this->getIssue());
     $outputSetting->setThemePath($this->getThemePath());
 }