PartKeepr\StorageLocationBundle\Entity\StorageLocationCategory::getStorageLocations PHP Method

getStorageLocations() public method

Returns the storage locations.
public getStorageLocations ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection
    public function getStorageLocations()
    {
        return $this->storageLocations;
    }