PartKeepr\ProjectBundle\Entity\Project::getParts PHP Méthode

getParts() public méthode

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