Skip to content

Latest commit

 

History

History
130 lines (85 loc) · 2.77 KB

File metadata and controls

130 lines (85 loc) · 2.77 KB

BumbleDocGen / Technical description of the project / Class map / CacheableEntityWrapperFactory


namespace BumbleDocGen\Core\Parser\Entity\Cache;

final class CacheableEntityWrapperFactory

Initialization methods:

  1. __construct

Methods:

  1. createWrappedEntityClass

Method details:

public function __construct(\BumbleDocGen\Core\Cache\LocalCache\LocalObjectCache $localObjectCache);

Parameters:

Name Type Description
$localObjectCache \BumbleDocGen\Core\Cache\LocalCache\LocalObjectCache -

public function createWrappedEntityClass(string $className, string $wrapperName): string;

Parameters:

Name Type Description
$className string -
$wrapperName string -

Return value: string