PartKeepr\StatisticBundle\Entity\StatisticSnapshotUnit::getId PHP Méthode

getId() public méthode

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