eZ\Publish\Core\REST\Common\Output\Generator\Json::__construct PHP Méthode

__construct() public méthode

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