Is it possible to convert ``` Admin/SomeModule/UsedClass.php ``` to ``` Admin\SomeModule\UsedClass.php ``` but not to ``` Admin\Some\Module\Used\Class\php ``` and vice-versa?
Is it possible to convert
to
but not to
and vice-versa?