PartKeepr\StockBundle\Entity\StockEntry::getCorrection PHP Method

getCorrection() public method

Returns if the entry is a correction entry.
public getCorrection ( ) : boolean
return boolean True if the entry is a correction entry, false otherwise
    public function getCorrection()
    {
        return $this->correction;
    }