PartKeepr\StorageLocationBundle\Entity\StorageLocationCategory::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;
    }