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

getStockLevel() public méthode

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