コード例 #1
0
 public function copyInto($copyObj, $deepCopy = false)
 {
     parent::copyInto($copyObj, $deepCopy);
     $copyObj->setIsDefault($this->getIsDefault());
 }
コード例 #2
0
 public function copyInto($copyObj, $deepCopy = false)
 {
     /* @var $copyObj conversionProfile2 */
     parent::copyInto($copyObj, $deepCopy);
     $copyObj->setType($this->getType());
     $copyObj->setMediaParserType($this->getMediaParserType());
     $copyObj->setIsDefault($this->getIsDefault());
 }