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

getId() public method

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