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

__construct() public method

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