#  ClassToCatwalkPackageMigrationHandler

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

## Methods

* [handleClass()](#handleclass)

### handleClass()

```php
static public function handleClass(
    string $className,
    string $originalNameSpace,
    string $newNameSpace,
    string $newClassName = null
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$className`|`string`||
`$originalNameSpace`|`string`||
`$newNameSpace`|`string`||
`$newClassName`|`string`|`null`|

Return Value: `mixed`

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