#  SalutationHelper

**Fully Qualified**: [`\Frontastic\Common\ShopwareBundle\Domain\AccountApi\SalutationHelper`](../../../../../src/php/ShopwareBundle/Domain/AccountApi/SalutationHelper.php)

## Methods

* [resolveFrontasticSalutation()](#resolvefrontasticsalutation)
* [resolveShopwareSalutation()](#resolveshopwaresalutation)

### resolveFrontasticSalutation()

```php
static public function resolveFrontasticSalutation(
    ?ShopwareSalutation $shopwareSalutation
): ?string
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$shopwareSalutation`|?[`ShopwareSalutation`](../ProjectConfigApi/ShopwareSalutation.md)||

Return Value: `?string`

### resolveShopwareSalutation()

```php
static public function resolveShopwareSalutation(
    string $frontasticSalutation
): string
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$frontasticSalutation`|`string`||

Return Value: `string`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
