Newscoop\Subscription\Subscription::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->sections = new \Doctrine\Common\Collections\ArrayCollection();
        $this->articles = new \Doctrine\Common\Collections\ArrayCollection();
        $this->issues = new \Doctrine\Common\Collections\ArrayCollection();
        $this->currency = '';
        $this->active = false;
        $this->type = self::TYPE_PAID;
    }