StripOnVisibility
in package
Implements
FilterInterface
Strips any Descriptor if their visibility is allowed according to the ProjectDescriptorBuilder.
Interfaces, Classes & Used Traits
Properties
$builder Line 28
protected$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder
Methods
__construct() Line 33
Initializes this filter with an instance of the builder to retrieve the latest ProjectDescriptor from.
public__construct(ProjectDescriptorBuilder $builder) : mixed
__invoke() Line 41
Filter Descriptor with based on visibility.
public__invoke(DescriptorAbstract|null $value) : DescriptorAbstract|null