PartKeepr\ProjectBundle\Entity\ProjectPart::getRemarks PHP Method

getRemarks() public method

Returns the remarks for this entry.
public getRemarks ( ) : string
return string
    public function getRemarks()
    {
        return $this->remarks;
    }