Descriptor
in
Base class for descriptors containing the most used options.
Table of Contents
Methods
- getDescription() : DescriptionDescriptor
- Returns the description for this element.
- getName() : string
- Returns the local name for this element.
- setDescription() : void
- Sets a longer description for this element.
- setName() : void
- Sets the local name for this element.
Methods
getDescription()
Returns the description for this element.
public
getDescription() : DescriptionDescriptor
This method will automatically attempt to inherit the parent's description if this one has none.
Return values
DescriptionDescriptorgetName()
Returns the local name for this element.
public
getName() : string
Return values
stringsetDescription()
Sets a longer description for this element.
public
setDescription(DescriptionDescriptor $description) : void
Parameters
- $description : DescriptionDescriptor
setName()
Sets the local name for this element.
public
setName(string $name) : void
Parameters
- $name : string