PartKeepr\ProjectBundle\Entity\Project::getParts PHP Method

getParts() public method

Returns the project parts array.
public getParts ( ) : ProjectPart[]
return ProjectPart[] An array of ProjectPart objects
    public function getParts()
    {
        return $this->parts->getValues();
    }