ChildInterface
in package
Describes the public interface for any descriptor that is the child is another.
Methods
getParent() Line 29
Returns the parent for this descriptor.
publicgetParent() : DescriptorAbstract|Fqsen|string|null
setParent() Line 36
Sets the parent for this Descriptor.
publicsetParent(DescriptorAbstract|Fqsen|string|null $parent) : void