Neos\FluidAdaptor\Service\AbstractGenerator::__construct PHP 메소드

__construct() 공개 메소드

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