PartKeepr\StatisticBundle\Entity\StatisticSnapshotUnit::getStockLevel PHP Method

getStockLevel() public method

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