BumbleDocGen / Technical description of the project / Class map / CacheableEntityWrapperFactory
namespace BumbleDocGen\Core\Parser\Entity\Cache;
final class CacheableEntityWrapperFactory- # __construct | source code
public function __construct(\BumbleDocGen\Core\Cache\LocalCache\LocalObjectCache $localObjectCache);Parameters:
| Name | Type | Description |
|---|---|---|
| $localObjectCache | \BumbleDocGen\Core\Cache\LocalCache\LocalObjectCache | - |
- # createWrappedEntityClass | source code
public function createWrappedEntityClass(string $className, string $wrapperName): string;Parameters:
| Name | Type | Description |
|---|---|---|
| $className | string | - |
| $wrapperName | string | - |
Return value: string