#  SprykerProjectConfigApi

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

## Methods

* [__construct()](#__construct)
* [getProjectConfig()](#getprojectconfig)

### __construct()

```php
public function __construct(
    SprykerClient $client,
    \Psr\SimpleCache\CacheInterface $cache
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$client`|[`SprykerClient`](../SprykerClient.md)||
`$cache`|`\Psr\SimpleCache\CacheInterface`||

Return Value: `mixed`

### getProjectConfig()

```php
public function getProjectConfig(): array
```

Return Value: `array`

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