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;
    }