\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContentsBaseEntry

The Table of Contents entry provides essential information on the current entry, it's place in the structure and where it points to.

Summary

Methods
Properties
Constants
__construct()
getParent()
setParent()
getChildren()
addChild()
getName()
setName()
No public properties found
No constants found
No protected methods found
$parent
$children
$name
N/A
No private methods found
No private properties found
N/A

Properties

$parent

$parent : \phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\BaseEntry|null

The parent BaseEntry in the containing module.

This property may also contain a null value if this is the top entry in this module. Please note that files are also considered entries.

Please note that a null value is usually reserved to the index file.

Type

\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\BaseEntry|null

$name

$name : string

The heading name, or caption, for this entry.

Type

string

Methods

getName()

getName() : string

Returns the name for this entry.

Returns

string

setName()

setName(string  $name) : void

Sets the caption for this entry,

Parameters

string $name