Interface Yiisoft\Hydrator\ObjectFactory\ObjectFactoryInterface
| Implemented by | Yiisoft\ |
|---|
An interface for object factory.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| create() | Yiisoft\ |
Method Details
| public abstract object create ( ReflectionClass $reflectionClass, array $constructorArguments ) | ||
| $reflectionClass | ReflectionClass | |
| $constructorArguments | array | |
| throws | Yiisoft\ |
|
|---|---|---|
public function create(ReflectionClass $reflectionClass, array $constructorArguments): object;
User Contributed Notes
Leave a comment
Join the conversation to share a note.