#  SalutationHelper

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

## Methods

* [getSprykerSalutation()](#getsprykersalutation)
* [getFrontasticSalutation()](#getfrontasticsalutation)
* [resolveGenderFromSalutation()](#resolvegenderfromsalutation)

### getSprykerSalutation()

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

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

Return Value: `string`

### getFrontasticSalutation()

```php
static public function getFrontasticSalutation(
    string $sprykerSalutation
): string
```

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

Return Value: `string`

### resolveGenderFromSalutation()

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

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

Return Value: `string`

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