$modules
$modules : array<mixed,\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\Module>
Contains the list of modules for this Table of Contents.
This collection manages which headings were discovered during the discovery phase and stores them as entries.
$modules : array<mixed,\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\Module>
Contains the list of modules for this Table of Contents.
offsetSet(void $index, \phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\File $newval) : void
Override offsetSet to force the use of the relative filename.
void | $index | |
\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\File | $newval |
if something other than a file is provided.
getModules() : array<mixed,\phpDocumentor\Plugin\Scrybe\Converter\Metadata\TableOfContents\Module>
Returns the list of modules.