\phpDocumentor\Plugin\Scrybe\Converter\MetadataTableOfContents

This collection manages which headings were discovered during the discovery phase and stores them as entries.

Summary

Methods
Properties
Constants
offsetGet()
offsetSet()
getModules()
No public properties found
No constants found
No protected methods found
$modules
N/A
No private methods found
No private properties found
N/A

Properties

Methods

offsetGet()

offsetGet(  $index) 

Parameters

$index

offsetSet()

offsetSet(void  $index, \phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\File  $newval) : void

Override offsetSet to force the use of the relative filename.

Parameters

void $index
\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\File $newval

Throws

\InvalidArgumentException

if something other than a file is provided.