Nette\Bridges\ReflectionDI\ReflectionExtension::afterCompile PHP Method

afterCompile() public method

public afterCompile ( ClassType $class )
$class Nette\PhpGenerator\ClassType
    public function afterCompile(Nette\PhpGenerator\ClassType $class)
    {
        $class->getMethod('initialize')->addBody('Nette\\Reflection\\AnnotationsParser::setCacheStorage($this->getByType(Nette\\Caching\\IStorage::class));')->addBody('Nette\\Reflection\\AnnotationsParser::$autoRefresh = ?;', [$this->debugMode]);
    }
ReflectionExtension