ChildInterface
in
Describes the public interface for any descriptor that is the child is another.
Table of Contents
- getParent() : DescriptorAbstract|Fqsen|string|null
- Returns the parent for this descriptor.
- setParent() : void
- Sets the parent for this Descriptor.
Methods
getParent()
Returns the parent for this descriptor.
public
getParent() : DescriptorAbstract|Fqsen|string|null
Return values
DescriptorAbstract|Fqsen|string|null —setParent()
Sets the parent for this Descriptor.
public
setParent(DescriptorAbstract|Fqsen|string|null $parent) : void
Parameters
- $parent : DescriptorAbstract|Fqsen|string|null