ChildInterface
in
Describes the public interface for any descriptor that is the child is another.
Table of Contents
Methods
- getParent() : ElementInterface|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() : ElementInterface|Fqsen|string|null
Return values
ElementInterface|Fqsen|string|nullsetParent()
Sets the parent for this Descriptor.
public
setParent(ElementInterface|Fqsen|string|null $parent) : void
Parameters
- $parent : ElementInterface|Fqsen|string|null