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

getProject() public method

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