PartKeepr\StatisticBundle\Entity\StatisticSnapshotUnit::getId PHP Method

getId() public method

Returns the ID of this statistic snapshot unit.
public getId ( ) : integer
return integer The ID
    public function getId()
    {
        return $this->id;
    }