eZ\Publish\Core\REST\Common\Tests\Output\ValueObjectVisitorBaseTest::getGenerator PHP 메소드

getGenerator() 보호된 메소드

Gets the output generator.
protected getGenerator ( ) : Xml
리턴 eZ\Publish\Core\REST\Common\Output\Generator\Xml
    protected function getGenerator()
    {
        if (!isset($this->generator)) {
            $this->generator = new Generator\Xml(new Generator\Xml\FieldTypeHashGenerator());
        }
        return $this->generator;
    }