#  BundleLocation

**Fully Qualified**: [`\Frontastic\Common\MvcBundle\View\BundleLocation`](../../../../src/php/MvcBundle/View/BundleLocation.php)

## Methods

* [__construct()](#__construct)
* [locationFor()](#locationfor)

### __construct()

```php
public function __construct(
    \Symfony\Component\HttpKernel\KernelInterface $kernel
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$kernel`|`\Symfony\Component\HttpKernel\KernelInterface`||

Return Value: `mixed`

### locationFor()

```php
public function locationFor(
    string $className
): ?string
```

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

Return Value: `?string`

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