I've a question about the parents of a file. When I'm retrieving information about the parent with $file->getParents(), I'm receiving an array with the only element being the information about the parent.
My question is: for now, I've always only one parent but can a file get more parents? And if yes, in which case?
Thanks you for your answer.