PartKeepr\ProjectBundle\Entity\ProjectPart::getRemarks PHP Méthode

getRemarks() public méthode

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