class ASTVisitor extends NodeVisitorAbstract (View source)

Methods

__construct(StubsContainer $stubs, array $childEntitiesToAdd, bool $isStubCore = false, string|null $sourceFilePath = null)

No description

void
enterNode(Node $node)

No description

array
combineParentInterfaces(PHPInterface $interface)

No description

array
combineImplementedInterfaces(PHPClass $class)

No description

Details

__construct(StubsContainer $stubs, array $childEntitiesToAdd, bool $isStubCore = false, string|null $sourceFilePath = null)

No description

Parameters

StubsContainer $stubs
array $childEntitiesToAdd
bool $isStubCore
string|null $sourceFilePath

void enterNode(Node $node)

No description

Parameters

Node $node

Return Value

void

array combineParentInterfaces(PHPInterface $interface)

No description

Parameters

PHPInterface $interface

Return Value

array

array combineImplementedInterfaces(PHPClass $class)

No description

Parameters

PHPClass $class

Return Value

array