Eccube\Entity\Customer::__construct PHP Method

__construct() public method

Constructor
public __construct ( )
    public function __construct()
    {
        $this->CustomerFavoriteProducts = new \Doctrine\Common\Collections\ArrayCollection();
        $this->CustomerAddresses = new \Doctrine\Common\Collections\ArrayCollection();
        $this->Orders = new \Doctrine\Common\Collections\ArrayCollection();
        $this->setBuyTimes(0);
        $this->setBuyTotal(0);
        $this->setDelFlg(Constant::DISABLED);
    }