PartKeepr\StatisticBundle\Entity\StatisticSnapshot::__construct PHP Method

__construct() public method

Creates a new statistic snapshot.
public __construct ( )
    public function __construct()
    {
        $this->units = new ArrayCollection();
        $this->setDateTime(new \DateTime());
    }