eZ\Publish\Core\REST\Common\Output\Generator\Xml::__construct PHP Method

__construct() public method

public __construct ( FieldTypeHashGenerator $hashGenerator )
$hashGenerator eZ\Publish\Core\REST\Common\Output\Generator\Xml\FieldTypeHashGenerator
    public function __construct(Xml\FieldTypeHashGenerator $hashGenerator)
    {
        $this->hashGenerator = $hashGenerator;
    }