Code Duplication    Length = 12-12 lines in 2 locations

class/partner_cat_link.php 1 location

@@ 37-48 (lines=12) @@
34
/**
35
 * Class SmartpartnerPartnerCatLink
36
 */
37
class SmartpartnerPartner_cat_link extends SmartObject
38
{
39
    /**
40
     * SmartpartnerPartnerCatLink constructor.
41
     */
42
    public function __construct()
43
    {
44
        $this->initVar('partner_cat_linkid', XOBJ_DTYPE_INT, '', true);
45
        $this->initVar('partnerid', XOBJ_DTYPE_INT, '', true);
46
        $this->initVar('categoryid', XOBJ_DTYPE_INT, '', true);
47
    }
48
}
49
50
/**
51
 * Class SmartpartnerPartnerCatLinkHandler

class/partnercatlink.php 1 location

@@ 37-48 (lines=12) @@
34
/**
35
 * Class SmartpartnerPartnerCatLink
36
 */
37
class SmartpartnerPartner_cat_link extends SmartObject
38
{
39
    /**
40
     * SmartpartnerPartnerCatLink constructor.
41
     */
42
    public function __construct()
43
    {
44
        $this->initVar('partner_cat_linkid', XOBJ_DTYPE_INT, '', true);
45
        $this->initVar('partnerid', XOBJ_DTYPE_INT, '', true);
46
        $this->initVar('categoryid', XOBJ_DTYPE_INT, '', true);
47
    }
48
}
49
50
/**
51
 * Class SmartpartnerPartnerCatLinkHandler