class BuildRecipe

internal  
 

Cached build instructions for a concrete class.

Stores the result of analyzing a class via reflection: whether it exists, is instantiable, has a constructor, its class-level attributes, and its constructor parameters (as ParameterRecipe objects). Created once per class per worker lifetime by Container::computeBuildRecipe().

Methods

__construct(bool $classExists, bool $isInstantiable, bool $hasConstructor, array $classAttributes, array $parameters)

No description

Details

at line 25
__construct(bool $classExists, bool $isInstantiable, bool $hasConstructor, array $classAttributes, array $parameters)

No description

Parameters

bool $classExists
bool $isInstantiable
bool $hasConstructor
array $classAttributes
array $parameters