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