HasDescription
This file is part of phpDocumentor.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Tags
Table of Contents
Properties
Methods
- getDescription() : DescriptionDescriptor
- Returns the description for this element.
- setDescription() : void
- Sets a description or none to inherit from a parent.
Properties
$description
protected
DescriptionDescriptor|null
$description
= null
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
DescriptionDescriptorsetDescription()
Sets a description or none to inherit from a parent.
public
setDescription(DescriptionDescriptor|null $description) : void
Parameters
- $description : DescriptionDescriptor|null