PartKeepr\StatisticBundle\Entity\StatisticSnapshotUnit::getId PHP Метод

getId() публичный Метод

Returns the ID of this statistic snapshot unit.
public getId ( ) : integer
Результат integer The ID
    public function getId()
    {
        return $this->id;
    }