Code Duplication    Length = 8-8 lines in 2 locations

application/modules/mod_link/models/Base/PageLinkProduct.php 1 location

@@ 995-1002 (lines=8) @@
992
     * @param      boolean $makeNew Whether to reset autoincrement PKs and make the object new.
993
     * @throws PropelException
994
     */
995
    public function copyInto($copyObj, $deepCopy = false, $makeNew = true)
996
    {
997
        $copyObj->setLinkId($this->getLinkId());
998
        $copyObj->setProductId($this->getProductId());
999
        if ($makeNew) {
1000
            $copyObj->setNew(true);
1001
        }
1002
    }
1003
1004
    /**
1005
     * Makes a copy of this object that will be inserted as a new row in table when saved.

application/modules/mod_link/models/Base/PageLinkProducts.php 1 location

@@ 995-1002 (lines=8) @@
992
     * @param      boolean $makeNew Whether to reset autoincrement PKs and make the object new.
993
     * @throws PropelException
994
     */
995
    public function copyInto($copyObj, $deepCopy = false, $makeNew = true)
996
    {
997
        $copyObj->setLinkId($this->getLinkId());
998
        $copyObj->setProductId($this->getProductId());
999
        if ($makeNew) {
1000
            $copyObj->setNew(true);
1001
        }
1002
    }
1003
1004
    /**
1005
     * Makes a copy of this object that will be inserted as a new row in table when saved.