PartKeepr\StatisticBundle\Entity\StatisticSnapshotUnit::getStockLevel PHP 메소드

getStockLevel() 공개 메소드

Returns the stock level for this unit snapshot.
public getStockLevel ( ) : integer
리턴 integer The stock level
    public function getStockLevel()
    {
        return $this->stockLevel;
    }