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

getProject() public method

Returns the project assigned to this entry.
public getProject ( ) : Project
return Project
    public function getProject()
    {
        return $this->project;
    }