#  Slugger

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

## Methods

* [slugify()](#slugify)
* [cleanSlug()](#cleanslug)

### slugify()

```php
static public function slugify(
    string $text
): string
```

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

Return Value: `string`

### cleanSlug()

```php
static public function cleanSlug(
    string $slug
): string
```

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

Return Value: `string`

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