\phpDocumentor\Descriptor\FilterStripInternal

Filters a Descriptor when the @internal inline tag, or normal tag, is used.

When a Descriptor's description contains the inline tag @internal then the description of that tag should be included only when the visibility allows INTERNAL information. Otherwise it needs to be removed.

Similarly, whenever the normal @internal tag is used should this filter return null if the visibility does not allow INTERNAL information. This will remove this descriptor from the project.

Summary

Methods
Properties
Constants
__construct()
filter()
No public properties found
No constants found
No protected methods found
$builder
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__construct()

__construct(\phpDocumentor\Descriptor\ProjectDescriptorBuilder  $builder) 

Initializes this filter with an instance of the builder to retrieve the latest ProjectDescriptor from.

Parameters

\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder