PartKeepr\PartBundle\Entity\PartCategory::getChildren PHP Method

getChildren() public method

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