PartKeepr\PartBundle\Entity\PartCategory::getChildren PHP Méthode

getChildren() public méthode

Returns the children.
public getChildren ( ) : ArrayCollection
Résultat Doctrine\Common\Collections\ArrayCollection
    public function getChildren()
    {
        return $this->children;
    }