Method | Description | |
---|---|---|
__call ( string $className, array $args ) : object | Magic interceptor for instance creation | |
__get ( string $className ) : object | Magic interceptor for instance creation | |
getInstance ( ) : static | Singletone | |
transform ( |
Rewrites all "new" expressions with our implementation |
Method | Description | |
---|---|---|
construct ( string $fullClassName, array $arguments = [] ) : object | Default implementation for accessing joinpoint or creating a new one on-fly |