phpDocumentor

Deprecated

Table of Contents

src/phpDocumentor/Descriptor/Builder/Reflector/AssemblerAbstract.php
src/phpDocumentor/Descriptor/DocBlock/DescriptionDescriptor.php
src/phpDocumentor/Descriptor/Interfaces/ProjectInterface.php
src/phpDocumentor/Descriptor/ProjectDescriptor.php
src/phpDocumentor/Descriptor/Traits/IsInFile.php
src/phpDocumentor/Transformer/Writer/Twig/LinkRenderer.php

AssemblerAbstract.php

Line Element Reason
126 AssemblerAbstract::deduplicateTypes()

the functionality in this method has been moved to the Compound type in the latest unreleased version of the TypeResolver library

DescriptionDescriptor.php

Line Element Reason
67 DescriptionDescriptor::__toString()

will be removed in v4

ProjectInterface.php

Line Element Reason
33 ProjectInterface::getFiles()

Please use the getFiles method on the DocumentationSet

40 ProjectInterface::getIndexes()

Please use the getIndexes method on the DocumentationSet

ProjectDescriptor.php

Line Element Reason
61 ProjectDescriptor::getFiles()

Please use DocumentationSetDescriptor::getFiles()

71 ProjectDescriptor::getIndexes()

Please use DocumentationSetDescriptor::getIndexes()

143 ProjectDescriptor::getNamespace()
166 ProjectDescriptor::getPackage()
177 ProjectDescriptor::getApiDocumentationSet()

As soon as we are done migrating to multiple API Documentation sets, this method becomes invalid and should be removed.

IsInFile.php

Line Element Reason
72 IsInFile::getLine()

use getStartLocation()->getLineNumber() instead

LinkRenderer.php

Line Element Reason
64 LinkRenderer::withProject()

will be removed once getProject is removed

81 LinkRenderer::getProject()

use getDocumentationSet()

Search results