eZ\Publish\Core\REST\Common\Output\Generator\Json::__construct PHP Метод

__construct() публичный Метод

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