COMPILER_PRIORITY
COMPILER_PRIORITY = 2000
execute(\phpDocumentor\Descriptor\ProjectDescriptor $project) : void
Executes a compiler pass.
This method will execute the business logic associated with a given compiler pass and allow it to manipulate or consumer the Object Graph using the ProjectDescriptor object.
\phpDocumentor\Descriptor\ProjectDescriptor | $project | Representation of the Object Graph that can be manipulated. |