Neos\FluidAdaptor\Service\AbstractGenerator::__construct PHP Method

__construct() public method

Constructor. Sets $this->abstractViewHelperReflectionClass
public __construct ( )
    public function __construct()
    {
        $this->abstractViewHelperReflectionClass = new ClassReflection(\Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper::class);
    }